standalone_migrations 4.0.3 → 4.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -3
- data/Gemfile.lock +24 -22
- data/LICENSE +1 -1
- data/README.markdown +2 -3
- data/VERSION +1 -1
- data/standalone_migrations.gemspec +9 -9
- metadata +18 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b534d9945d6fcdb1f23962f722a928498c9972a7
|
4
|
+
data.tar.gz: cc85231eb00daaf6cbe2f5429110e8ab8ba3dbb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b78b446ff03a70bb8cbdc8b0b8359c89844a599e1f45fc6578c93761d1102111a44f450072a4bd4d365631a441599fe4a4e7f832df7a8ff73c752588e5a12739
|
7
|
+
data.tar.gz: 93431df82ebf90193ecfd3ffc7376d7bdd409cca1933336bbd7065ae06b525589af62d2cbff85b9c4a06a7ff1259f2e8469f1b8d48777d1452ac82befc4112c3
|
data/Gemfile
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
3
|
gem 'rake', '~> 10.0'
|
4
|
-
gem 'activerecord', ENV['AR'] ||
|
5
|
-
gem 'railties', ENV['AR'] ||
|
4
|
+
gem 'activerecord', ENV['AR'] || ["~> 4.2.5", ">= 4.2.5.1"]
|
5
|
+
gem 'railties', ENV['AR'] || ["~> 4.2.5", ">= 4.2.5.1"]
|
6
6
|
|
7
7
|
group :dev do
|
8
8
|
gem 'sqlite3'
|
9
9
|
gem 'rspec', '~>2'
|
10
10
|
gem 'jeweler'
|
11
11
|
end
|
12
|
-
|
data/Gemfile.lock
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionpack (4.2.
|
5
|
-
actionview (= 4.2.
|
6
|
-
activesupport (= 4.2.
|
4
|
+
actionpack (4.2.7)
|
5
|
+
actionview (= 4.2.7)
|
6
|
+
activesupport (= 4.2.7)
|
7
7
|
rack (~> 1.6)
|
8
8
|
rack-test (~> 0.6.2)
|
9
9
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
10
10
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
11
|
-
actionview (4.2.
|
12
|
-
activesupport (= 4.2.
|
11
|
+
actionview (4.2.7)
|
12
|
+
activesupport (= 4.2.7)
|
13
13
|
builder (~> 3.1)
|
14
14
|
erubis (~> 2.7.0)
|
15
15
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
16
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
17
|
-
activemodel (4.2.
|
18
|
-
activesupport (= 4.2.
|
17
|
+
activemodel (4.2.7)
|
18
|
+
activesupport (= 4.2.7)
|
19
19
|
builder (~> 3.1)
|
20
|
-
activerecord (4.2.
|
21
|
-
activemodel (= 4.2.
|
22
|
-
activesupport (= 4.2.
|
20
|
+
activerecord (4.2.7)
|
21
|
+
activemodel (= 4.2.7)
|
22
|
+
activesupport (= 4.2.7)
|
23
23
|
arel (~> 6.0)
|
24
|
-
activesupport (4.2.
|
24
|
+
activesupport (4.2.7)
|
25
25
|
i18n (~> 0.7)
|
26
26
|
json (~> 1.7, >= 1.7.7)
|
27
27
|
minitest (~> 5.1)
|
@@ -61,20 +61,22 @@ GEM
|
|
61
61
|
jwt (1.4.1)
|
62
62
|
loofah (2.0.3)
|
63
63
|
nokogiri (>= 1.5.9)
|
64
|
-
|
65
|
-
minitest (5.
|
64
|
+
mini_portile2 (2.1.0)
|
65
|
+
minitest (5.9.0)
|
66
66
|
multi_json (1.11.0)
|
67
67
|
multi_xml (0.5.5)
|
68
68
|
multipart-post (2.0.0)
|
69
|
-
nokogiri (1.6.
|
70
|
-
|
69
|
+
nokogiri (1.6.8)
|
70
|
+
mini_portile2 (~> 2.1.0)
|
71
|
+
pkg-config (~> 1.1.7)
|
71
72
|
oauth2 (1.0.0)
|
72
73
|
faraday (>= 0.8, < 0.10)
|
73
74
|
jwt (~> 1.0)
|
74
75
|
multi_json (~> 1.3)
|
75
76
|
multi_xml (~> 0.5)
|
76
77
|
rack (~> 1.2)
|
77
|
-
|
78
|
+
pkg-config (1.1.7)
|
79
|
+
rack (1.6.4)
|
78
80
|
rack-test (0.6.3)
|
79
81
|
rack (>= 1.0)
|
80
82
|
rails-deprecated_sanitizer (1.0.3)
|
@@ -85,12 +87,12 @@ GEM
|
|
85
87
|
rails-deprecated_sanitizer (>= 1.0.1)
|
86
88
|
rails-html-sanitizer (1.0.3)
|
87
89
|
loofah (~> 2.0)
|
88
|
-
railties (4.2.
|
89
|
-
actionpack (= 4.2.
|
90
|
-
activesupport (= 4.2.
|
90
|
+
railties (4.2.7)
|
91
|
+
actionpack (= 4.2.7)
|
92
|
+
activesupport (= 4.2.7)
|
91
93
|
rake (>= 0.8.7)
|
92
94
|
thor (>= 0.18.1, < 2.0)
|
93
|
-
rake (10.
|
95
|
+
rake (10.5.0)
|
94
96
|
rdoc (4.2.0)
|
95
97
|
rspec (2.99.0)
|
96
98
|
rspec-core (~> 2.99.0)
|
@@ -110,9 +112,9 @@ PLATFORMS
|
|
110
112
|
ruby
|
111
113
|
|
112
114
|
DEPENDENCIES
|
113
|
-
activerecord (~> 4.2.5.1)
|
115
|
+
activerecord (~> 4.2.5, >= 4.2.5.1)
|
114
116
|
jeweler
|
115
|
-
railties (~> 4.2.5.1)
|
117
|
+
railties (~> 4.2.5, >= 4.2.5.1)
|
116
118
|
rake (~> 10.0)
|
117
119
|
rspec (~> 2)
|
118
120
|
sqlite3
|
data/LICENSE
CHANGED
data/README.markdown
CHANGED
@@ -72,7 +72,6 @@ end
|
|
72
72
|
|
73
73
|
### To migrate a specific database (for example your "testing" database)
|
74
74
|
|
75
|
-
rake db:migrate DB=test ... or ...
|
76
75
|
rake db:migrate RAILS_ENV=test
|
77
76
|
|
78
77
|
### To execute a specific up/down of one single migration
|
@@ -163,11 +162,11 @@ Of course you can achieve a different layout by simply editing the paths.
|
|
163
162
|
|
164
163
|
You can run the Rake tasks on a particular database by passing the `DATABASE` environment variable to it:
|
165
164
|
|
166
|
-
$ rake DATABASE=db1
|
165
|
+
$ rake db:version DATABASE=db1
|
167
166
|
|
168
167
|
Combined with the environment selector:
|
169
168
|
|
170
|
-
$ rake DATABASE=db2
|
169
|
+
$ rake db:migrate DATABASE=db2 RAILS_ENV=production
|
171
170
|
|
172
171
|
#### Changing environment config in runtime
|
173
172
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
4.0.
|
1
|
+
4.0.4
|
@@ -2,16 +2,16 @@
|
|
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 4.0.
|
5
|
+
# stub: standalone_migrations 4.0.4 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "standalone_migrations"
|
9
|
-
s.version = "4.0.
|
9
|
+
s.version = "4.0.4"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Todd Huss", "Michael Grosser"]
|
14
|
-
s.date = "2016-
|
14
|
+
s.date = "2016-07-17"
|
15
15
|
s.email = "thuss@gabrito.com"
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE",
|
@@ -60,17 +60,17 @@ Gem::Specification.new do |s|
|
|
60
60
|
|
61
61
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
62
62
|
s.add_runtime_dependency(%q<rake>, ["~> 10.0"])
|
63
|
-
s.add_runtime_dependency(%q<activerecord>, ["
|
64
|
-
s.add_runtime_dependency(%q<railties>, ["
|
63
|
+
s.add_runtime_dependency(%q<activerecord>, [">= 4.2.5.1", "~> 4.2.5"])
|
64
|
+
s.add_runtime_dependency(%q<railties>, [">= 4.2.5.1", "~> 4.2.5"])
|
65
65
|
else
|
66
66
|
s.add_dependency(%q<rake>, ["~> 10.0"])
|
67
|
-
s.add_dependency(%q<activerecord>, ["
|
68
|
-
s.add_dependency(%q<railties>, ["
|
67
|
+
s.add_dependency(%q<activerecord>, [">= 4.2.5.1", "~> 4.2.5"])
|
68
|
+
s.add_dependency(%q<railties>, [">= 4.2.5.1", "~> 4.2.5"])
|
69
69
|
end
|
70
70
|
else
|
71
71
|
s.add_dependency(%q<rake>, ["~> 10.0"])
|
72
|
-
s.add_dependency(%q<activerecord>, ["
|
73
|
-
s.add_dependency(%q<railties>, ["
|
72
|
+
s.add_dependency(%q<activerecord>, [">= 4.2.5.1", "~> 4.2.5"])
|
73
|
+
s.add_dependency(%q<railties>, [">= 4.2.5.1", "~> 4.2.5"])
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standalone_migrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Todd Huss
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-07-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -29,30 +29,42 @@ dependencies:
|
|
29
29
|
name: activerecord
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - "
|
32
|
+
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: 4.2.5.1
|
35
|
+
- - "~>"
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 4.2.5
|
35
38
|
type: :runtime
|
36
39
|
prerelease: false
|
37
40
|
version_requirements: !ruby/object:Gem::Requirement
|
38
41
|
requirements:
|
39
|
-
- - "
|
42
|
+
- - ">="
|
40
43
|
- !ruby/object:Gem::Version
|
41
44
|
version: 4.2.5.1
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 4.2.5
|
42
48
|
- !ruby/object:Gem::Dependency
|
43
49
|
name: railties
|
44
50
|
requirement: !ruby/object:Gem::Requirement
|
45
51
|
requirements:
|
46
|
-
- - "
|
52
|
+
- - ">="
|
47
53
|
- !ruby/object:Gem::Version
|
48
54
|
version: 4.2.5.1
|
55
|
+
- - "~>"
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: 4.2.5
|
49
58
|
type: :runtime
|
50
59
|
prerelease: false
|
51
60
|
version_requirements: !ruby/object:Gem::Requirement
|
52
61
|
requirements:
|
53
|
-
- - "
|
62
|
+
- - ">="
|
54
63
|
- !ruby/object:Gem::Version
|
55
64
|
version: 4.2.5.1
|
65
|
+
- - "~>"
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: 4.2.5
|
56
68
|
description:
|
57
69
|
email: thuss@gabrito.com
|
58
70
|
executables: []
|