Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Jul 12, 2011
2 parents 65819d7 + c62b369 commit 29c53d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.0
1.0.1
7 changes: 3 additions & 4 deletions standalone_migrations.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{standalone_migrations}
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Todd Huss", "Michael Grosser"]
s.date = %q{2011-07-10}
s.date = %q{2011-07-12}
s.email = %q{thuss@gabrito.com}
s.extra_rdoc_files = [
"README.markdown"
Expand All @@ -31,11 +31,10 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/thuss/standalone-migrations}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.2}
s.summary = %q{A thin wrapper to use Rails Migrations in non Rails projects}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 29c53d9

Please sign in to comment.