Sha256: 92cdc71d7ff4ee80d93326515c77cbde71beb7666a06928ead9e996171d1364c
Contents?: true
Size: 1.77 KB
Versions: 1
Compression:
Stored size: 1.77 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 = "dbmigrator" s.version = "0.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Andrey Vasenin"] s.date = "2013-02-25" s.email = "vasenin@aboutecho.com" s.extra_rdoc_files = [ "README.markdown" ] s.files = [ "Gemfile", "Gemfile.lock", "README.markdown", "Rakefile", "VERSION", "dbmigrator.gemspec", "example/.gitignore", "example/Rakefile", "lib/dbmigrator.rb", "lib/dbmigrator/migration.rb", "lib/dbmigrator/migration_generator.rb", "lib/dbmigrator/minimal_rails_application.rb", "lib/dbmigrator/postgres.rb", "lib/dbmigrator/task_manager.rb", "lib/dbmigrator/tasks/databases.rake", "lib/dbmigrator/templates/migration.rb" ] s.homepage = "http://github.com/avasenin/dbmigrator" s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "Standalone migrator for 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>, ["= 10.0.2"]) s.add_runtime_dependency(%q<activerecord>, ["= 3.2.12"]) s.add_runtime_dependency(%q<railties>, ["= 3.2.12"]) else s.add_dependency(%q<rake>, ["= 10.0.2"]) s.add_dependency(%q<activerecord>, ["= 3.2.12"]) s.add_dependency(%q<railties>, ["= 3.2.12"]) end else s.add_dependency(%q<rake>, ["= 10.0.2"]) s.add_dependency(%q<activerecord>, ["= 3.2.12"]) s.add_dependency(%q<railties>, ["= 3.2.12"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dbmigrator-0.6.0 | dbmigrator.gemspec |