schema_plus.gemspec in schema_plus-2.0.0 vs schema_plus.gemspec in schema_plus-2.0.1
- old
+ new
@@ -21,11 +21,11 @@
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ["lib"]
gem.add_dependency "activerecord", "~> 4.2"
gem.add_dependency "schema_auto_foreign_keys", "~> 0.1"
- gem.add_dependency "schema_plus_core", "~> 0.4"
+ gem.add_dependency "schema_plus_core", "~> 1.0"
gem.add_dependency "schema_monkey", "~> 2.1"
gem.add_dependency "schema_plus_columns", "~> 0.1"
gem.add_dependency "schema_plus_enums", "~> 0.1"
gem.add_dependency "schema_plus_db_default", "~> 0.1"
gem.add_dependency "schema_plus_default_expr", "~> 0.1"
@@ -33,10 +33,10 @@
gem.add_dependency "schema_plus_indexes", "~> 0.1", ">= 0.1.3"
gem.add_dependency "schema_plus_pg_indexes", "~> 0.1", ">= 0.1.3"
gem.add_dependency "schema_plus_tables", "~> 0.1"
gem.add_dependency "schema_plus_views", "~> 0.1"
- gem.add_development_dependency "schema_dev", "~> 3.4"
+ gem.add_development_dependency "schema_dev", "~> 3.6"
gem.add_development_dependency "rake"
gem.add_development_dependency "rspec", "~> 3.0"
gem.add_development_dependency "rdoc"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "simplecov-gem-profile"