nonschema_migrations 6.6 → 6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +28 -0
- data/.gitignore +3 -0
- data/Appraisals +9 -26
- data/CONTRIBUTING.md +11 -0
- data/Gemfile.lock +194 -38
- data/Procfile +2 -0
- data/README.md +1 -0
- data/Rakefile +6 -4
- data/gemfiles/{rails_5_1.gemfile → rails_7_1.gemfile} +6 -5
- data/gemfiles/rails_7_1.gemfile.lock +266 -0
- data/lib/nonschema_migrations/version.rb +1 -1
- data/release-tasks.sh +9 -0
- metadata +17 -24
- data/gemfiles/rails_4_0.gemfile +0 -22
- data/gemfiles/rails_4_0.gemfile.lock +0 -0
- data/gemfiles/rails_4_1.gemfile +0 -21
- data/gemfiles/rails_4_1.gemfile.lock +0 -164
- data/gemfiles/rails_4_2.gemfile +0 -21
- data/gemfiles/rails_4_2.gemfile.lock +0 -189
- data/gemfiles/rails_5_0.gemfile +0 -21
- data/gemfiles/rails_5_0.gemfile.lock +0 -196
- data/gemfiles/rails_5_1.gemfile.lock +0 -195
- data/gemfiles/rails_5_2.gemfile +0 -20
- data/gemfiles/rails_5_2.gemfile.lock +0 -203
- data/gemfiles/rails_6_0.gemfile +0 -20
@@ -1,189 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
nondestructive_migrations (1.1)
|
5
|
-
activerecord (>= 4.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actionmailer (4.2.0)
|
11
|
-
actionpack (= 4.2.0)
|
12
|
-
actionview (= 4.2.0)
|
13
|
-
activejob (= 4.2.0)
|
14
|
-
mail (~> 2.5, >= 2.5.4)
|
15
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
-
actionpack (4.2.0)
|
17
|
-
actionview (= 4.2.0)
|
18
|
-
activesupport (= 4.2.0)
|
19
|
-
rack (~> 1.6.0)
|
20
|
-
rack-test (~> 0.6.2)
|
21
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
23
|
-
actionview (4.2.0)
|
24
|
-
activesupport (= 4.2.0)
|
25
|
-
builder (~> 3.1)
|
26
|
-
erubis (~> 2.7.0)
|
27
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
29
|
-
activejob (4.2.0)
|
30
|
-
activesupport (= 4.2.0)
|
31
|
-
globalid (>= 0.3.0)
|
32
|
-
activemodel (4.2.0)
|
33
|
-
activesupport (= 4.2.0)
|
34
|
-
builder (~> 3.1)
|
35
|
-
activerecord (4.2.0)
|
36
|
-
activemodel (= 4.2.0)
|
37
|
-
activesupport (= 4.2.0)
|
38
|
-
arel (~> 6.0)
|
39
|
-
activesupport (4.2.0)
|
40
|
-
i18n (~> 0.7)
|
41
|
-
json (~> 1.7, >= 1.7.7)
|
42
|
-
minitest (~> 5.1)
|
43
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
44
|
-
tzinfo (~> 1.1)
|
45
|
-
appraisal (1.0.2)
|
46
|
-
bundler
|
47
|
-
rake
|
48
|
-
thor (>= 0.14.0)
|
49
|
-
arel (6.0.0)
|
50
|
-
builder (3.2.2)
|
51
|
-
byebug (3.5.1)
|
52
|
-
columnize (~> 0.8)
|
53
|
-
debugger-linecache (~> 1.2)
|
54
|
-
slop (~> 3.6)
|
55
|
-
celluloid (0.16.0)
|
56
|
-
timers (~> 4.0.0)
|
57
|
-
coderay (1.1.0)
|
58
|
-
columnize (0.8.9)
|
59
|
-
debugger-linecache (1.2.0)
|
60
|
-
diff-lcs (1.2.5)
|
61
|
-
docile (1.1.5)
|
62
|
-
erubis (2.7.0)
|
63
|
-
ffi (1.9.6)
|
64
|
-
formatador (0.2.5)
|
65
|
-
globalid (0.3.3)
|
66
|
-
activesupport (>= 4.1.0)
|
67
|
-
guard (2.6.1)
|
68
|
-
formatador (>= 0.2.4)
|
69
|
-
listen (~> 2.7)
|
70
|
-
lumberjack (~> 1.0)
|
71
|
-
pry (>= 0.9.12)
|
72
|
-
thor (>= 0.18.1)
|
73
|
-
guard-rspec (4.3.1)
|
74
|
-
guard (~> 2.1)
|
75
|
-
rspec (>= 2.14, < 4.0)
|
76
|
-
hike (1.2.3)
|
77
|
-
hitimes (1.2.2)
|
78
|
-
i18n (0.7.0)
|
79
|
-
json (1.8.2)
|
80
|
-
listen (2.7.11)
|
81
|
-
celluloid (>= 0.15.2)
|
82
|
-
rb-fsevent (>= 0.9.3)
|
83
|
-
rb-inotify (>= 0.9)
|
84
|
-
loofah (2.0.1)
|
85
|
-
nokogiri (>= 1.5.9)
|
86
|
-
lumberjack (1.0.9)
|
87
|
-
mail (2.6.3)
|
88
|
-
mime-types (>= 1.16, < 3)
|
89
|
-
metaclass (0.0.4)
|
90
|
-
method_source (0.8.2)
|
91
|
-
mime-types (2.4.3)
|
92
|
-
mini_portile (0.6.2)
|
93
|
-
minitest (5.4.2)
|
94
|
-
minitest-rg (5.1.0)
|
95
|
-
minitest (~> 5.0)
|
96
|
-
mocha (1.1.0)
|
97
|
-
metaclass (~> 0.0.1)
|
98
|
-
multi_json (1.10.1)
|
99
|
-
mysql2 (0.3.16)
|
100
|
-
nokogiri (1.6.6.2)
|
101
|
-
mini_portile (~> 0.6.0)
|
102
|
-
pry (0.10.1)
|
103
|
-
coderay (~> 1.1.0)
|
104
|
-
method_source (~> 0.8.1)
|
105
|
-
slop (~> 3.4)
|
106
|
-
rack (1.6.0)
|
107
|
-
rack-test (0.6.3)
|
108
|
-
rack (>= 1.0)
|
109
|
-
rails (4.2.0)
|
110
|
-
actionmailer (= 4.2.0)
|
111
|
-
actionpack (= 4.2.0)
|
112
|
-
actionview (= 4.2.0)
|
113
|
-
activejob (= 4.2.0)
|
114
|
-
activemodel (= 4.2.0)
|
115
|
-
activerecord (= 4.2.0)
|
116
|
-
activesupport (= 4.2.0)
|
117
|
-
bundler (>= 1.3.0, < 2.0)
|
118
|
-
railties (= 4.2.0)
|
119
|
-
sprockets-rails
|
120
|
-
rails-deprecated_sanitizer (1.0.3)
|
121
|
-
activesupport (>= 4.2.0.alpha)
|
122
|
-
rails-dom-testing (1.0.5)
|
123
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
124
|
-
nokogiri (~> 1.6.0)
|
125
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
126
|
-
rails-html-sanitizer (1.0.1)
|
127
|
-
loofah (~> 2.0)
|
128
|
-
railties (4.2.0)
|
129
|
-
actionpack (= 4.2.0)
|
130
|
-
activesupport (= 4.2.0)
|
131
|
-
rake (>= 0.8.7)
|
132
|
-
thor (>= 0.18.1, < 2.0)
|
133
|
-
rake (10.3.2)
|
134
|
-
rb-fsevent (0.9.4)
|
135
|
-
rb-inotify (0.9.5)
|
136
|
-
ffi (>= 0.5.0)
|
137
|
-
rspec (3.1.0)
|
138
|
-
rspec-core (~> 3.1.0)
|
139
|
-
rspec-expectations (~> 3.1.0)
|
140
|
-
rspec-mocks (~> 3.1.0)
|
141
|
-
rspec-core (3.1.7)
|
142
|
-
rspec-support (~> 3.1.0)
|
143
|
-
rspec-expectations (3.1.2)
|
144
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
145
|
-
rspec-support (~> 3.1.0)
|
146
|
-
rspec-mocks (3.1.3)
|
147
|
-
rspec-support (~> 3.1.0)
|
148
|
-
rspec-support (3.1.2)
|
149
|
-
simplecov (0.9.1)
|
150
|
-
docile (~> 1.1.0)
|
151
|
-
multi_json (~> 1.0)
|
152
|
-
simplecov-html (~> 0.8.0)
|
153
|
-
simplecov-html (0.8.0)
|
154
|
-
slop (3.6.0)
|
155
|
-
sprockets (2.12.3)
|
156
|
-
hike (~> 1.2)
|
157
|
-
multi_json (~> 1.0)
|
158
|
-
rack (~> 1.0)
|
159
|
-
tilt (~> 1.1, != 1.3.0)
|
160
|
-
sprockets-rails (2.2.4)
|
161
|
-
actionpack (>= 3.0)
|
162
|
-
activesupport (>= 3.0)
|
163
|
-
sprockets (>= 2.8, < 4.0)
|
164
|
-
sqlite3 (1.3.9)
|
165
|
-
thor (0.19.1)
|
166
|
-
thread_safe (0.3.4)
|
167
|
-
tilt (1.4.1)
|
168
|
-
timers (4.0.1)
|
169
|
-
hitimes
|
170
|
-
tzinfo (1.2.2)
|
171
|
-
thread_safe (~> 0.1)
|
172
|
-
|
173
|
-
PLATFORMS
|
174
|
-
ruby
|
175
|
-
|
176
|
-
DEPENDENCIES
|
177
|
-
appraisal
|
178
|
-
byebug
|
179
|
-
guard
|
180
|
-
guard-rspec
|
181
|
-
minitest
|
182
|
-
minitest-rg
|
183
|
-
mocha
|
184
|
-
mysql2
|
185
|
-
nondestructive_migrations!
|
186
|
-
rails (= 4.2.0)
|
187
|
-
rake
|
188
|
-
simplecov
|
189
|
-
sqlite3
|
data/gemfiles/rails_5_0.gemfile
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "appraisal"
|
6
|
-
gem "guard"
|
7
|
-
gem "guard-rspec"
|
8
|
-
gem "rake"
|
9
|
-
gem "byebug", platform: :mri_21
|
10
|
-
gem "sqlite3"
|
11
|
-
gem "mysql2"
|
12
|
-
gem "mocha"
|
13
|
-
gem "rails", "5.0.0"
|
14
|
-
gem "minitest-rg"
|
15
|
-
gem "minitest"
|
16
|
-
|
17
|
-
group :test do
|
18
|
-
gem "simplecov", require: false
|
19
|
-
end
|
20
|
-
|
21
|
-
gemspec path: "../"
|
@@ -1,196 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
nondestructive_migrations (1.1)
|
5
|
-
activerecord (>= 4.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (5.0.0)
|
11
|
-
actionpack (= 5.0.0)
|
12
|
-
nio4r (~> 1.2)
|
13
|
-
websocket-driver (~> 0.6.1)
|
14
|
-
actionmailer (5.0.0)
|
15
|
-
actionpack (= 5.0.0)
|
16
|
-
actionview (= 5.0.0)
|
17
|
-
activejob (= 5.0.0)
|
18
|
-
mail (~> 2.5, >= 2.5.4)
|
19
|
-
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.0.0)
|
21
|
-
actionview (= 5.0.0)
|
22
|
-
activesupport (= 5.0.0)
|
23
|
-
rack (~> 2.0)
|
24
|
-
rack-test (~> 0.6.3)
|
25
|
-
rails-dom-testing (~> 2.0)
|
26
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.0.0)
|
28
|
-
activesupport (= 5.0.0)
|
29
|
-
builder (~> 3.1)
|
30
|
-
erubis (~> 2.7.0)
|
31
|
-
rails-dom-testing (~> 2.0)
|
32
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
33
|
-
activejob (5.0.0)
|
34
|
-
activesupport (= 5.0.0)
|
35
|
-
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.0.0)
|
37
|
-
activesupport (= 5.0.0)
|
38
|
-
activerecord (5.0.0)
|
39
|
-
activemodel (= 5.0.0)
|
40
|
-
activesupport (= 5.0.0)
|
41
|
-
arel (~> 7.0)
|
42
|
-
activesupport (5.0.0)
|
43
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
|
-
i18n (~> 0.7)
|
45
|
-
minitest (~> 5.1)
|
46
|
-
tzinfo (~> 1.1)
|
47
|
-
appraisal (2.2.0)
|
48
|
-
bundler
|
49
|
-
rake
|
50
|
-
thor (>= 0.14.0)
|
51
|
-
arel (7.1.4)
|
52
|
-
builder (3.2.3)
|
53
|
-
byebug (10.0.0)
|
54
|
-
coderay (1.1.2)
|
55
|
-
concurrent-ruby (1.0.5)
|
56
|
-
crass (1.0.3)
|
57
|
-
diff-lcs (1.3)
|
58
|
-
docile (1.1.5)
|
59
|
-
erubis (2.7.0)
|
60
|
-
ffi (1.9.21)
|
61
|
-
formatador (0.2.5)
|
62
|
-
globalid (0.4.1)
|
63
|
-
activesupport (>= 4.2.0)
|
64
|
-
guard (2.14.2)
|
65
|
-
formatador (>= 0.2.4)
|
66
|
-
listen (>= 2.7, < 4.0)
|
67
|
-
lumberjack (>= 1.0.12, < 2.0)
|
68
|
-
nenv (~> 0.1)
|
69
|
-
notiffany (~> 0.0)
|
70
|
-
pry (>= 0.9.12)
|
71
|
-
shellany (~> 0.0)
|
72
|
-
thor (>= 0.18.1)
|
73
|
-
guard-compat (1.2.1)
|
74
|
-
guard-rspec (4.7.3)
|
75
|
-
guard (~> 2.1)
|
76
|
-
guard-compat (~> 1.1)
|
77
|
-
rspec (>= 2.99.0, < 4.0)
|
78
|
-
i18n (0.9.5)
|
79
|
-
concurrent-ruby (~> 1.0)
|
80
|
-
json (2.1.0)
|
81
|
-
listen (3.1.5)
|
82
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
83
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
84
|
-
ruby_dep (~> 1.2)
|
85
|
-
loofah (2.2.0)
|
86
|
-
crass (~> 1.0.2)
|
87
|
-
nokogiri (>= 1.5.9)
|
88
|
-
lumberjack (1.0.12)
|
89
|
-
mail (2.7.0)
|
90
|
-
mini_mime (>= 0.1.1)
|
91
|
-
metaclass (0.0.4)
|
92
|
-
method_source (0.9.0)
|
93
|
-
mini_mime (1.0.0)
|
94
|
-
mini_portile2 (2.3.0)
|
95
|
-
minitest (5.11.3)
|
96
|
-
minitest-rg (5.2.0)
|
97
|
-
minitest (~> 5.0)
|
98
|
-
mocha (1.3.0)
|
99
|
-
metaclass (~> 0.0.1)
|
100
|
-
mysql2 (0.4.10)
|
101
|
-
nenv (0.3.0)
|
102
|
-
nio4r (1.2.1)
|
103
|
-
nokogiri (1.8.2)
|
104
|
-
mini_portile2 (~> 2.3.0)
|
105
|
-
notiffany (0.1.1)
|
106
|
-
nenv (~> 0.1)
|
107
|
-
shellany (~> 0.0)
|
108
|
-
pry (0.11.3)
|
109
|
-
coderay (~> 1.1.0)
|
110
|
-
method_source (~> 0.9.0)
|
111
|
-
rack (2.0.4)
|
112
|
-
rack-test (0.6.3)
|
113
|
-
rack (>= 1.0)
|
114
|
-
rails (5.0.0)
|
115
|
-
actioncable (= 5.0.0)
|
116
|
-
actionmailer (= 5.0.0)
|
117
|
-
actionpack (= 5.0.0)
|
118
|
-
actionview (= 5.0.0)
|
119
|
-
activejob (= 5.0.0)
|
120
|
-
activemodel (= 5.0.0)
|
121
|
-
activerecord (= 5.0.0)
|
122
|
-
activesupport (= 5.0.0)
|
123
|
-
bundler (>= 1.3.0, < 2.0)
|
124
|
-
railties (= 5.0.0)
|
125
|
-
sprockets-rails (>= 2.0.0)
|
126
|
-
rails-dom-testing (2.0.3)
|
127
|
-
activesupport (>= 4.2.0)
|
128
|
-
nokogiri (>= 1.6)
|
129
|
-
rails-html-sanitizer (1.0.3)
|
130
|
-
loofah (~> 2.0)
|
131
|
-
railties (5.0.0)
|
132
|
-
actionpack (= 5.0.0)
|
133
|
-
activesupport (= 5.0.0)
|
134
|
-
method_source
|
135
|
-
rake (>= 0.8.7)
|
136
|
-
thor (>= 0.18.1, < 2.0)
|
137
|
-
rake (12.3.0)
|
138
|
-
rb-fsevent (0.10.2)
|
139
|
-
rb-inotify (0.9.10)
|
140
|
-
ffi (>= 0.5.0, < 2)
|
141
|
-
rspec (3.7.0)
|
142
|
-
rspec-core (~> 3.7.0)
|
143
|
-
rspec-expectations (~> 3.7.0)
|
144
|
-
rspec-mocks (~> 3.7.0)
|
145
|
-
rspec-core (3.7.1)
|
146
|
-
rspec-support (~> 3.7.0)
|
147
|
-
rspec-expectations (3.7.0)
|
148
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
149
|
-
rspec-support (~> 3.7.0)
|
150
|
-
rspec-mocks (3.7.0)
|
151
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
152
|
-
rspec-support (~> 3.7.0)
|
153
|
-
rspec-support (3.7.1)
|
154
|
-
ruby_dep (1.5.0)
|
155
|
-
shellany (0.0.1)
|
156
|
-
simplecov (0.15.1)
|
157
|
-
docile (~> 1.1.0)
|
158
|
-
json (>= 1.8, < 3)
|
159
|
-
simplecov-html (~> 0.10.0)
|
160
|
-
simplecov-html (0.10.2)
|
161
|
-
sprockets (3.7.1)
|
162
|
-
concurrent-ruby (~> 1.0)
|
163
|
-
rack (> 1, < 3)
|
164
|
-
sprockets-rails (3.2.1)
|
165
|
-
actionpack (>= 4.0)
|
166
|
-
activesupport (>= 4.0)
|
167
|
-
sprockets (>= 3.0.0)
|
168
|
-
sqlite3 (1.3.13)
|
169
|
-
thor (0.20.0)
|
170
|
-
thread_safe (0.3.6)
|
171
|
-
tzinfo (1.2.5)
|
172
|
-
thread_safe (~> 0.1)
|
173
|
-
websocket-driver (0.6.5)
|
174
|
-
websocket-extensions (>= 0.1.0)
|
175
|
-
websocket-extensions (0.1.3)
|
176
|
-
|
177
|
-
PLATFORMS
|
178
|
-
ruby
|
179
|
-
|
180
|
-
DEPENDENCIES
|
181
|
-
appraisal
|
182
|
-
byebug
|
183
|
-
guard
|
184
|
-
guard-rspec
|
185
|
-
minitest
|
186
|
-
minitest-rg
|
187
|
-
mocha
|
188
|
-
mysql2
|
189
|
-
nondestructive_migrations!
|
190
|
-
rails (= 5.0.0)
|
191
|
-
rake
|
192
|
-
simplecov
|
193
|
-
sqlite3
|
194
|
-
|
195
|
-
BUNDLED WITH
|
196
|
-
1.16.1
|
@@ -1,195 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
nondestructive_migrations (1.3)
|
5
|
-
activerecord (~> 5.1)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (5.1.5)
|
11
|
-
actionpack (= 5.1.5)
|
12
|
-
nio4r (~> 2.0)
|
13
|
-
websocket-driver (~> 0.6.1)
|
14
|
-
actionmailer (5.1.5)
|
15
|
-
actionpack (= 5.1.5)
|
16
|
-
actionview (= 5.1.5)
|
17
|
-
activejob (= 5.1.5)
|
18
|
-
mail (~> 2.5, >= 2.5.4)
|
19
|
-
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.1.5)
|
21
|
-
actionview (= 5.1.5)
|
22
|
-
activesupport (= 5.1.5)
|
23
|
-
rack (~> 2.0)
|
24
|
-
rack-test (>= 0.6.3)
|
25
|
-
rails-dom-testing (~> 2.0)
|
26
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.1.5)
|
28
|
-
activesupport (= 5.1.5)
|
29
|
-
builder (~> 3.1)
|
30
|
-
erubi (~> 1.4)
|
31
|
-
rails-dom-testing (~> 2.0)
|
32
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
-
activejob (5.1.5)
|
34
|
-
activesupport (= 5.1.5)
|
35
|
-
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.1.5)
|
37
|
-
activesupport (= 5.1.5)
|
38
|
-
activerecord (5.1.5)
|
39
|
-
activemodel (= 5.1.5)
|
40
|
-
activesupport (= 5.1.5)
|
41
|
-
arel (~> 8.0)
|
42
|
-
activesupport (5.1.5)
|
43
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
|
-
i18n (~> 0.7)
|
45
|
-
minitest (~> 5.1)
|
46
|
-
tzinfo (~> 1.1)
|
47
|
-
appraisal (2.2.0)
|
48
|
-
bundler
|
49
|
-
rake
|
50
|
-
thor (>= 0.14.0)
|
51
|
-
arel (8.0.0)
|
52
|
-
builder (3.2.3)
|
53
|
-
byebug (10.0.0)
|
54
|
-
coderay (1.1.2)
|
55
|
-
concurrent-ruby (1.0.5)
|
56
|
-
crass (1.0.3)
|
57
|
-
diff-lcs (1.3)
|
58
|
-
docile (1.1.5)
|
59
|
-
erubi (1.7.0)
|
60
|
-
ffi (1.9.21)
|
61
|
-
formatador (0.2.5)
|
62
|
-
globalid (0.4.1)
|
63
|
-
activesupport (>= 4.2.0)
|
64
|
-
guard (2.14.2)
|
65
|
-
formatador (>= 0.2.4)
|
66
|
-
listen (>= 2.7, < 4.0)
|
67
|
-
lumberjack (>= 1.0.12, < 2.0)
|
68
|
-
nenv (~> 0.1)
|
69
|
-
notiffany (~> 0.0)
|
70
|
-
pry (>= 0.9.12)
|
71
|
-
shellany (~> 0.0)
|
72
|
-
thor (>= 0.18.1)
|
73
|
-
guard-compat (1.2.1)
|
74
|
-
guard-rspec (4.7.3)
|
75
|
-
guard (~> 2.1)
|
76
|
-
guard-compat (~> 1.1)
|
77
|
-
rspec (>= 2.99.0, < 4.0)
|
78
|
-
i18n (0.9.5)
|
79
|
-
concurrent-ruby (~> 1.0)
|
80
|
-
json (2.1.0)
|
81
|
-
listen (3.1.5)
|
82
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
83
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
84
|
-
ruby_dep (~> 1.2)
|
85
|
-
loofah (2.2.0)
|
86
|
-
crass (~> 1.0.2)
|
87
|
-
nokogiri (>= 1.5.9)
|
88
|
-
lumberjack (1.0.12)
|
89
|
-
mail (2.7.0)
|
90
|
-
mini_mime (>= 0.1.1)
|
91
|
-
metaclass (0.0.4)
|
92
|
-
method_source (0.9.0)
|
93
|
-
mini_mime (1.0.0)
|
94
|
-
mini_portile2 (2.3.0)
|
95
|
-
minitest (5.11.3)
|
96
|
-
minitest-rg (5.2.0)
|
97
|
-
minitest (~> 5.0)
|
98
|
-
mocha (1.3.0)
|
99
|
-
metaclass (~> 0.0.1)
|
100
|
-
mysql2 (0.4.10)
|
101
|
-
nenv (0.3.0)
|
102
|
-
nio4r (2.2.0)
|
103
|
-
nokogiri (1.8.2)
|
104
|
-
mini_portile2 (~> 2.3.0)
|
105
|
-
notiffany (0.1.1)
|
106
|
-
nenv (~> 0.1)
|
107
|
-
shellany (~> 0.0)
|
108
|
-
pry (0.11.3)
|
109
|
-
coderay (~> 1.1.0)
|
110
|
-
method_source (~> 0.9.0)
|
111
|
-
rack (2.0.4)
|
112
|
-
rack-test (0.8.3)
|
113
|
-
rack (>= 1.0, < 3)
|
114
|
-
rails (5.1.5)
|
115
|
-
actioncable (= 5.1.5)
|
116
|
-
actionmailer (= 5.1.5)
|
117
|
-
actionpack (= 5.1.5)
|
118
|
-
actionview (= 5.1.5)
|
119
|
-
activejob (= 5.1.5)
|
120
|
-
activemodel (= 5.1.5)
|
121
|
-
activerecord (= 5.1.5)
|
122
|
-
activesupport (= 5.1.5)
|
123
|
-
bundler (>= 1.3.0)
|
124
|
-
railties (= 5.1.5)
|
125
|
-
sprockets-rails (>= 2.0.0)
|
126
|
-
rails-dom-testing (2.0.3)
|
127
|
-
activesupport (>= 4.2.0)
|
128
|
-
nokogiri (>= 1.6)
|
129
|
-
rails-html-sanitizer (1.0.3)
|
130
|
-
loofah (~> 2.0)
|
131
|
-
railties (5.1.5)
|
132
|
-
actionpack (= 5.1.5)
|
133
|
-
activesupport (= 5.1.5)
|
134
|
-
method_source
|
135
|
-
rake (>= 0.8.7)
|
136
|
-
thor (>= 0.18.1, < 2.0)
|
137
|
-
rake (12.3.0)
|
138
|
-
rb-fsevent (0.10.2)
|
139
|
-
rb-inotify (0.9.10)
|
140
|
-
ffi (>= 0.5.0, < 2)
|
141
|
-
rspec (3.7.0)
|
142
|
-
rspec-core (~> 3.7.0)
|
143
|
-
rspec-expectations (~> 3.7.0)
|
144
|
-
rspec-mocks (~> 3.7.0)
|
145
|
-
rspec-core (3.7.1)
|
146
|
-
rspec-support (~> 3.7.0)
|
147
|
-
rspec-expectations (3.7.0)
|
148
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
149
|
-
rspec-support (~> 3.7.0)
|
150
|
-
rspec-mocks (3.7.0)
|
151
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
152
|
-
rspec-support (~> 3.7.0)
|
153
|
-
rspec-support (3.7.1)
|
154
|
-
ruby_dep (1.5.0)
|
155
|
-
shellany (0.0.1)
|
156
|
-
simplecov (0.15.1)
|
157
|
-
docile (~> 1.1.0)
|
158
|
-
json (>= 1.8, < 3)
|
159
|
-
simplecov-html (~> 0.10.0)
|
160
|
-
simplecov-html (0.10.2)
|
161
|
-
sprockets (3.7.1)
|
162
|
-
concurrent-ruby (~> 1.0)
|
163
|
-
rack (> 1, < 3)
|
164
|
-
sprockets-rails (3.2.1)
|
165
|
-
actionpack (>= 4.0)
|
166
|
-
activesupport (>= 4.0)
|
167
|
-
sprockets (>= 3.0.0)
|
168
|
-
sqlite3 (1.3.13)
|
169
|
-
thor (0.20.0)
|
170
|
-
thread_safe (0.3.6)
|
171
|
-
tzinfo (1.2.5)
|
172
|
-
thread_safe (~> 0.1)
|
173
|
-
websocket-driver (0.6.5)
|
174
|
-
websocket-extensions (>= 0.1.0)
|
175
|
-
websocket-extensions (0.1.3)
|
176
|
-
|
177
|
-
PLATFORMS
|
178
|
-
ruby
|
179
|
-
|
180
|
-
DEPENDENCIES
|
181
|
-
appraisal
|
182
|
-
byebug
|
183
|
-
guard
|
184
|
-
guard-rspec
|
185
|
-
minitest-rg
|
186
|
-
mocha
|
187
|
-
mysql2
|
188
|
-
nondestructive_migrations!
|
189
|
-
rails (= 5.1.5)
|
190
|
-
rake
|
191
|
-
simplecov
|
192
|
-
sqlite3
|
193
|
-
|
194
|
-
BUNDLED WITH
|
195
|
-
1.16.1
|
data/gemfiles/rails_5_2.gemfile
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "appraisal"
|
6
|
-
gem "guard"
|
7
|
-
gem "guard-rspec"
|
8
|
-
gem "rake"
|
9
|
-
gem "byebug", platform: :mri_21
|
10
|
-
gem "sqlite3"
|
11
|
-
gem "mysql2"
|
12
|
-
gem "mocha"
|
13
|
-
gem "rails", "5.2.0.rc1"
|
14
|
-
gem "minitest-rg"
|
15
|
-
|
16
|
-
group :test do
|
17
|
-
gem "simplecov", require: false
|
18
|
-
end
|
19
|
-
|
20
|
-
gemspec path: "../"
|