Sha256: 372263fa51ec21854bc640b8ab88dc433e7f77a8f77c09d3499250d4cfde4a38
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{standalone_migrations} 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-12} s.email = %q{thuss@gabrito.com} s.extra_rdoc_files = [ "README.markdown" ] s.files = [ "Gemfile", "Gemfile.lock", "MIT-LICENSE", "README.markdown", "Rakefile", "VERSION", "lib/tasks/standalone_migrations.rb", "spec/standalone_migrations_spec.rb", "standalone_migrations.gemspec", "vendor/migration_helpers/MIT-LICENSE", "vendor/migration_helpers/README.markdown", "vendor/migration_helpers/init.rb", "vendor/migration_helpers/lib/migration_helper.rb" ] s.homepage = %q{http://github.com/thuss/standalone-migrations} s.require_paths = ["lib"] 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 s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<rake>, [">= 0"]) s.add_runtime_dependency(%q<activerecord>, [">= 3"]) else s.add_dependency(%q<rake>, [">= 0"]) s.add_dependency(%q<activerecord>, [">= 3"]) end else s.add_dependency(%q<rake>, [">= 0"]) s.add_dependency(%q<activerecord>, [">= 3"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
standalone_migrations-1.0.1 | standalone_migrations.gemspec |