Sha256: 68c6c8b49fc154b09dd5abd45a1456e46223956edc2d936e5c53806629d78138
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 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 = "0.4.3" 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-02-21} s.email = %q{thuss@gabrito.com} s.extra_rdoc_files = [ "README.markdown" ] s.files = [ "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.5.2} s.summary = %q{A thin wrapper to use Rails Migrations in non Rails projects} s.test_files = [ "spec/standalone_migrations_spec.rb" ] 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>, [">= 0"]) else s.add_dependency(%q<rake>, [">= 0"]) s.add_dependency(%q<activerecord>, [">= 0"]) end else s.add_dependency(%q<rake>, [">= 0"]) s.add_dependency(%q<activerecord>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
standalone_migrations-0.4.3 | standalone_migrations.gemspec |