Skip to content

Commit

Permalink
rake release updated the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed May 10, 2012
1 parent a7ccc6e commit c0ebea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions standalone_migrations.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "standalone_migrations"
s.version = "1.0.8"
s.version = "1.0.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Todd Huss", "Michael Grosser"]
s.date = "2012-02-16"
s.date = "2012-05-10"
s.email = "thuss@gabrito.com"
s.extra_rdoc_files = [
"README.markdown"
Expand All @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/thuss/standalone-migrations"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"
s.rubygems_version = "1.8.17"
s.summary = "A thin wrapper to use Rails Migrations in non Rails projects"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit c0ebea4

Please sign in to comment.