Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Feb 12, 2012
1 parent 7783e49 commit 65fef0e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions standalone_migrations.gemspec
Expand Up @@ -4,13 +4,13 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


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


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


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit 65fef0e

Please sign in to comment.