Sha256: a48f3e076186965822e647b8c570d3458be261f833a9c6ac993c1122150699ee

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.7.6"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Andrey Vasenin"]
  s.date = "2013-06-19"
  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/environment.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/EchoTeam/dbmigrator"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.11"
  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.7.6 dbmigrator.gemspec