Skip to content

Commit

Permalink
Merge pull request welaika#43 from Arkham/update_gemfile
Browse files Browse the repository at this point in the history
bump version and update gemspec
  • Loading branch information
Ju Liu committed Jul 2, 2013
2 parents 73b55f1 + 09c1ed4 commit 740268d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/wordmove/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Wordmove
VERSION = "1.0.12"
VERSION = "1.0.13"
end

6 changes: 3 additions & 3 deletions wordmove.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
require File.expand_path('../lib/wordmove/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Stefano Verna"]
gem.email = ["stefano.verna@welaika.com"]
gem.authors = ["Stefano Verna", "Ju Liu"]
gem.email = ["stefano.verna@welaika.com", "ju.liu@welaika.com"]
gem.description = %q{Capistrano for Wordpress}
gem.summary = %q{Capistrano for Wordpress}
gem.homepage = ""
gem.homepage = "https://github.com/welaika/wordmove"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 740268d

Please sign in to comment.