standalone_migrations_new 7.1.1 → 7.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/standalone_migrations_new/configurator.rb +1 -1
- data/standalone_migrations_new.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80650bd658371a8ed4b65fe6b4003fc45b3ddc4e5d7d208f711e766825a8dae0
|
4
|
+
data.tar.gz: 201e0f16290f1120fc5a194850e5e9323b6b2167b85339623bb78bc2f15d8bca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f215fcc8ac80313a1c0d273981d91085da55691ca88fa97a76fed28209fc108096c7359d06e7952777ac2678819d679f3471433a5c23cdea52d9e1013a6835cd
|
7
|
+
data.tar.gz: 80b00ffc94fd8240c3895031897ce11d1b538c1856ec75d331bfea93fb152a638c3ad32125988bbf641701f91d8713e98079d74a95b1ff23e8856885b1164ed2
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.1.
|
1
|
+
7.1.2
|
@@ -32,7 +32,7 @@ module StandaloneMigrationsNew
|
|
32
32
|
end
|
33
33
|
|
34
34
|
def initialize(options = {})
|
35
|
-
default_schema = ENV['SCHEMA'] || ActiveRecord::Tasks::DatabaseTasks.schema_file_type(ActiveRecord
|
35
|
+
default_schema = ENV['SCHEMA'] || ActiveRecord::Tasks::DatabaseTasks.schema_file_type(ActiveRecord.schema_format)
|
36
36
|
defaults = {
|
37
37
|
:config => "db/config.yml",
|
38
38
|
:migrate_dir => "db/migrate",
|
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: standalone_migrations_new 7.1.
|
5
|
+
# stub: standalone_migrations_new 7.1.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "standalone_migrations_new".freeze
|
9
|
-
s.version = "7.1.
|
9
|
+
s.version = "7.1.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|