Skip to content

Commit

Permalink
Updated a url in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rohr committed Jul 31, 2012
1 parent 2890b5d commit 08402b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/multi-database-migrations/version.rb
@@ -1,7 +1,7 @@
module Multi
module Database
module Migrations
VERSION = "0.0.1"
VERSION = "0.0.1.1"
end
end
end
2 changes: 1 addition & 1 deletion multi-database-migrations.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.email = ["jys@ketlai.co.uk", "crohr@nearinfinity.com", "sinsoku.listy@gmail.com"]
gem.description = %q{A plugin to make it easier to host migrations for multiple databases in one rails app.}
gem.summary = %q{multi-datbase-migrations}
gem.homepage = "https://github.com/sinsoku/multi-datbase-migrations"
gem.homepage = "https://github.com/chrisrohr/multi-datbase-migrations"

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 08402b2

Please sign in to comment.