machinist_redux 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.codeclimate.yml +4 -5
- data/.gem_release.yml +3 -0
- data/.rubocop +1 -0
- data/.rubocop.yml +23 -22
- data/.rubocop_todo.yml +35 -29
- data/.travis.yml +2 -0
- data/Appraisals +7 -3
- data/CHANGELOG.md +57 -0
- data/Gemfile +2 -1
- data/README.md +1 -1
- data/gemfiles/rails_4.2.gemfile +11 -11
- data/gemfiles/rails_4.2.gemfile.lock +97 -90
- data/gemfiles/rails_5.0.gemfile +11 -11
- data/gemfiles/rails_5.0.gemfile.lock +97 -92
- data/gemfiles/rails_5.1.gemfile +11 -11
- data/gemfiles/rails_5.1.gemfile.lock +97 -92
- data/gemfiles/rails_5.2.gemfile +31 -0
- data/gemfiles/rails_5.2.gemfile.lock +231 -0
- data/lib/generators/machinist/install/install_generator.rb +2 -4
- data/lib/machinist/blueprint.rb +1 -1
- data/lib/machinist/lathe.rb +1 -3
- data/lib/machinist/version.rb +1 -1
- data/machinist.gemspec +1 -3
- metadata +8 -3
data/gemfiles/rails_5.0.gemfile
CHANGED
@@ -4,19 +4,19 @@ source "http://rubygems.org"
|
|
4
4
|
|
5
5
|
ruby RUBY_VERSION
|
6
6
|
|
7
|
-
gem "
|
8
|
-
gem
|
7
|
+
gem "sqlite3"
|
8
|
+
gem "activerecord", "~> 5.0.7", group: :test, require: false
|
9
9
|
|
10
10
|
group :development do
|
11
|
-
gem
|
12
|
-
gem
|
13
|
-
gem
|
14
|
-
gem
|
15
|
-
gem
|
16
|
-
gem
|
17
|
-
gem
|
18
|
-
gem
|
19
|
-
gem
|
11
|
+
gem "appraisal", require: false
|
12
|
+
gem "gem-release", "> 1", require: false
|
13
|
+
gem "github_changelog_generator", require: false
|
14
|
+
gem "guard", require: false
|
15
|
+
gem "guard-rspec", require: false
|
16
|
+
gem "guard-rubocop", require: false
|
17
|
+
gem "guard-rubycritic", require: false
|
18
|
+
gem "rdoc", require: false
|
19
|
+
gem "rubocop-rspec", require: false
|
20
20
|
end
|
21
21
|
|
22
22
|
group :test do
|
@@ -1,74 +1,73 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
machinist_redux (3.0.
|
4
|
+
machinist_redux (3.0.4)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: http://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activemodel (5.0.
|
10
|
-
activesupport (= 5.0.
|
11
|
-
activerecord (5.0.
|
12
|
-
activemodel (= 5.0.
|
13
|
-
activesupport (= 5.0.
|
9
|
+
activemodel (5.0.7)
|
10
|
+
activesupport (= 5.0.7)
|
11
|
+
activerecord (5.0.7)
|
12
|
+
activemodel (= 5.0.7)
|
13
|
+
activesupport (= 5.0.7)
|
14
14
|
arel (~> 7.0)
|
15
|
-
activesupport (5.0.
|
15
|
+
activesupport (5.0.7)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
|
-
i18n (
|
17
|
+
i18n (>= 0.7, < 2)
|
18
18
|
minitest (~> 5.1)
|
19
19
|
tzinfo (~> 1.1)
|
20
|
-
addressable (2.5.
|
21
|
-
public_suffix (
|
20
|
+
addressable (2.5.2)
|
21
|
+
public_suffix (>= 2.0.2, < 4.0)
|
22
22
|
appraisal (2.2.0)
|
23
23
|
bundler
|
24
24
|
rake
|
25
25
|
thor (>= 0.14.0)
|
26
26
|
arel (7.1.4)
|
27
|
-
ast (2.
|
27
|
+
ast (2.4.0)
|
28
28
|
axiom-types (0.1.1)
|
29
29
|
descendants_tracker (~> 0.0.4)
|
30
30
|
ice_nine (~> 0.11.0)
|
31
31
|
thread_safe (~> 0.3, >= 0.3.1)
|
32
|
-
|
33
|
-
codeclimate-engine-rb (0.4.0)
|
32
|
+
codeclimate-engine-rb (0.4.1)
|
34
33
|
virtus (~> 1.0)
|
35
34
|
codeclimate-test-reporter (1.0.7)
|
36
35
|
simplecov
|
37
|
-
coderay (1.1.
|
36
|
+
coderay (1.1.2)
|
38
37
|
coercible (1.0.0)
|
39
38
|
descendants_tracker (~> 0.0.1)
|
40
39
|
concurrent-ruby (1.0.5)
|
41
|
-
coveralls (0.
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
40
|
+
coveralls (0.7.2)
|
41
|
+
multi_json (~> 1.3)
|
42
|
+
rest-client (= 1.6.7)
|
43
|
+
simplecov (>= 0.7)
|
44
|
+
term-ansicolor (= 1.2.2)
|
45
|
+
thor (= 0.18.1)
|
47
46
|
descendants_tracker (0.0.4)
|
48
47
|
thread_safe (~> 0.3, >= 0.3.1)
|
49
48
|
diff-lcs (1.3)
|
50
|
-
docile (1.1
|
49
|
+
docile (1.3.1)
|
51
50
|
equalizer (0.0.11)
|
52
51
|
erubis (2.7.0)
|
53
|
-
faraday (0.
|
52
|
+
faraday (0.15.2)
|
54
53
|
multipart-post (>= 1.2, < 3)
|
55
54
|
faraday-http-cache (2.0.0)
|
56
55
|
faraday (~> 0.8)
|
57
|
-
ffi (1.9.
|
58
|
-
flay (2.
|
56
|
+
ffi (1.9.23)
|
57
|
+
flay (2.12.0)
|
59
58
|
erubis (~> 2.7.0)
|
60
59
|
path_expander (~> 1.0)
|
61
60
|
ruby_parser (~> 3.0)
|
62
61
|
sexp_processor (~> 4.0)
|
63
|
-
flog (4.6.
|
62
|
+
flog (4.6.2)
|
64
63
|
path_expander (~> 1.0)
|
65
64
|
ruby_parser (~> 3.1, > 3.1.0)
|
66
65
|
sexp_processor (~> 4.8)
|
67
66
|
formatador (0.2.5)
|
68
|
-
fuubar (2.
|
67
|
+
fuubar (2.3.1)
|
69
68
|
rspec-core (~> 3.0)
|
70
69
|
ruby-progressbar (~> 1.4)
|
71
|
-
gem-release (
|
70
|
+
gem-release (2.0.0.rc.3)
|
72
71
|
github_changelog_generator (1.14.3)
|
73
72
|
activesupport
|
74
73
|
faraday-http-cache
|
@@ -77,10 +76,10 @@ GEM
|
|
77
76
|
rainbow (>= 2.1)
|
78
77
|
rake (>= 10.0)
|
79
78
|
retriable (~> 2.1)
|
80
|
-
guard (2.14.
|
79
|
+
guard (2.14.2)
|
81
80
|
formatador (>= 0.2.4)
|
82
81
|
listen (>= 2.7, < 4.0)
|
83
|
-
lumberjack (
|
82
|
+
lumberjack (>= 1.0.12, < 2.0)
|
84
83
|
nenv (~> 0.1)
|
85
84
|
notiffany (~> 0.0)
|
86
85
|
pry (>= 0.9.12)
|
@@ -91,13 +90,14 @@ GEM
|
|
91
90
|
guard (~> 2.1)
|
92
91
|
guard-compat (~> 1.1)
|
93
92
|
rspec (>= 2.99.0, < 4.0)
|
94
|
-
guard-rubocop (1.
|
93
|
+
guard-rubocop (1.3.0)
|
95
94
|
guard (~> 2.0)
|
96
95
|
rubocop (~> 0.20)
|
97
96
|
guard-rubycritic (2.9.3)
|
98
97
|
guard (~> 2.6)
|
99
98
|
rubycritic (>= 2.9.3)
|
100
|
-
i18n (0.
|
99
|
+
i18n (1.0.1)
|
100
|
+
concurrent-ruby (~> 1.0)
|
101
101
|
ice_nine (0.11.2)
|
102
102
|
json (2.1.0)
|
103
103
|
launchy (2.4.3)
|
@@ -106,95 +106,100 @@ GEM
|
|
106
106
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
107
107
|
rb-inotify (~> 0.9, >= 0.9.7)
|
108
108
|
ruby_dep (~> 1.2)
|
109
|
-
lumberjack (1.0.
|
110
|
-
method_source (0.
|
111
|
-
|
112
|
-
|
109
|
+
lumberjack (1.0.13)
|
110
|
+
method_source (0.9.0)
|
111
|
+
mime-types (3.1)
|
112
|
+
mime-types-data (~> 3.2015)
|
113
|
+
mime-types-data (3.2016.0521)
|
114
|
+
minitest (5.11.3)
|
115
|
+
multi_json (1.13.1)
|
113
116
|
multipart-post (2.0.0)
|
114
117
|
nenv (0.3.0)
|
115
118
|
notiffany (0.1.1)
|
116
119
|
nenv (~> 0.1)
|
117
120
|
shellany (~> 0.0)
|
118
|
-
octokit (4.
|
121
|
+
octokit (4.9.0)
|
119
122
|
sawyer (~> 0.8.0, >= 0.5.3)
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
+
parallel (1.12.1)
|
124
|
+
parser (2.5.1.0)
|
125
|
+
ast (~> 2.4.0)
|
126
|
+
path_expander (1.0.3)
|
123
127
|
powerpack (0.1.1)
|
124
|
-
pry (0.
|
128
|
+
pry (0.11.3)
|
125
129
|
coderay (~> 1.1.0)
|
126
|
-
method_source (~> 0.
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
rdoc (5.1.0)
|
136
|
-
reek (4.6.2)
|
130
|
+
method_source (~> 0.9.0)
|
131
|
+
public_suffix (3.0.2)
|
132
|
+
rainbow (3.0.0)
|
133
|
+
rake (12.3.1)
|
134
|
+
rb-fsevent (0.10.3)
|
135
|
+
rb-inotify (0.9.10)
|
136
|
+
ffi (>= 0.5.0, < 2)
|
137
|
+
rdoc (6.0.4)
|
138
|
+
reek (4.8.1)
|
137
139
|
codeclimate-engine-rb (~> 0.4.0)
|
138
|
-
parser (>= 2.
|
139
|
-
rainbow (
|
140
|
+
parser (>= 2.5.0.0, < 2.6)
|
141
|
+
rainbow (>= 2.0, < 4.0)
|
142
|
+
rest-client (1.6.7)
|
143
|
+
mime-types (>= 1.16)
|
140
144
|
retriable (2.1.0)
|
141
|
-
rspec (3.
|
142
|
-
rspec-core (~> 3.
|
143
|
-
rspec-expectations (~> 3.
|
144
|
-
rspec-mocks (~> 3.
|
145
|
-
rspec-core (3.
|
146
|
-
rspec-support (~> 3.
|
147
|
-
rspec-expectations (3.
|
145
|
+
rspec (3.7.0)
|
146
|
+
rspec-core (~> 3.7.0)
|
147
|
+
rspec-expectations (~> 3.7.0)
|
148
|
+
rspec-mocks (~> 3.7.0)
|
149
|
+
rspec-core (3.7.1)
|
150
|
+
rspec-support (~> 3.7.0)
|
151
|
+
rspec-expectations (3.7.0)
|
148
152
|
diff-lcs (>= 1.2.0, < 2.0)
|
149
|
-
rspec-support (~> 3.
|
150
|
-
rspec-mocks (3.
|
153
|
+
rspec-support (~> 3.7.0)
|
154
|
+
rspec-mocks (3.7.0)
|
151
155
|
diff-lcs (>= 1.2.0, < 2.0)
|
152
|
-
rspec-support (~> 3.
|
153
|
-
rspec-support (3.
|
154
|
-
rspec_junit_formatter (0.
|
155
|
-
builder (< 4)
|
156
|
+
rspec-support (~> 3.7.0)
|
157
|
+
rspec-support (3.7.1)
|
158
|
+
rspec_junit_formatter (0.4.0)
|
156
159
|
rspec-core (>= 2, < 4, != 2.12.0)
|
157
|
-
rubocop (0.
|
158
|
-
|
160
|
+
rubocop (0.56.0)
|
161
|
+
parallel (~> 1.10)
|
162
|
+
parser (>= 2.5)
|
159
163
|
powerpack (~> 0.1)
|
160
|
-
rainbow (>=
|
164
|
+
rainbow (>= 2.2.2, < 4.0)
|
161
165
|
ruby-progressbar (~> 1.7)
|
162
166
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
163
|
-
rubocop-rspec (1.
|
164
|
-
rubocop (>= 0.
|
165
|
-
ruby-progressbar (1.
|
167
|
+
rubocop-rspec (1.25.1)
|
168
|
+
rubocop (>= 0.53.0)
|
169
|
+
ruby-progressbar (1.9.0)
|
166
170
|
ruby_dep (1.5.0)
|
167
|
-
ruby_parser (3.
|
168
|
-
sexp_processor (~> 4.
|
169
|
-
rubycritic (3.
|
171
|
+
ruby_parser (3.11.0)
|
172
|
+
sexp_processor (~> 4.9)
|
173
|
+
rubycritic (3.4.0)
|
170
174
|
flay (~> 2.8)
|
171
175
|
flog (~> 4.4)
|
172
176
|
launchy (= 2.4.3)
|
173
|
-
parser (~> 2.
|
174
|
-
rainbow (~>
|
177
|
+
parser (~> 2.5.0)
|
178
|
+
rainbow (~> 3.0)
|
175
179
|
reek (~> 4.4)
|
176
180
|
ruby_parser (~> 3.8)
|
181
|
+
tty-which (~> 0.3.0)
|
177
182
|
virtus (~> 1.0)
|
178
183
|
sawyer (0.8.1)
|
179
184
|
addressable (>= 2.3.5, < 2.6)
|
180
185
|
faraday (~> 0.8, < 1.0)
|
181
|
-
sexp_processor (4.
|
186
|
+
sexp_processor (4.11.0)
|
182
187
|
shellany (0.0.1)
|
183
|
-
simplecov (0.
|
184
|
-
docile (~> 1.1
|
188
|
+
simplecov (0.16.1)
|
189
|
+
docile (~> 1.1)
|
185
190
|
json (>= 1.8, < 3)
|
186
191
|
simplecov-html (~> 0.10.0)
|
187
|
-
simplecov-html (0.10.
|
188
|
-
slop (3.6.0)
|
192
|
+
simplecov-html (0.10.2)
|
189
193
|
sqlite3 (1.3.13)
|
190
|
-
term-ansicolor (1.
|
191
|
-
tins (~>
|
192
|
-
thor (0.
|
194
|
+
term-ansicolor (1.2.2)
|
195
|
+
tins (~> 0.8)
|
196
|
+
thor (0.18.1)
|
193
197
|
thread_safe (0.3.6)
|
194
|
-
tins (
|
195
|
-
|
198
|
+
tins (0.13.2)
|
199
|
+
tty-which (0.3.0)
|
200
|
+
tzinfo (1.2.5)
|
196
201
|
thread_safe (~> 0.1)
|
197
|
-
unicode-display_width (1.
|
202
|
+
unicode-display_width (1.3.3)
|
198
203
|
virtus (1.0.5)
|
199
204
|
axiom-types (~> 0.1)
|
200
205
|
coercible (~> 1.0)
|
@@ -205,12 +210,12 @@ PLATFORMS
|
|
205
210
|
ruby
|
206
211
|
|
207
212
|
DEPENDENCIES
|
208
|
-
activerecord (~> 5.0.
|
213
|
+
activerecord (~> 5.0.7)
|
209
214
|
appraisal
|
210
215
|
codeclimate-test-reporter
|
211
216
|
coveralls
|
212
217
|
fuubar
|
213
|
-
gem-release
|
218
|
+
gem-release (> 1)
|
214
219
|
github_changelog_generator
|
215
220
|
guard
|
216
221
|
guard-rspec
|
@@ -225,7 +230,7 @@ DEPENDENCIES
|
|
225
230
|
sqlite3
|
226
231
|
|
227
232
|
RUBY VERSION
|
228
|
-
ruby 2.
|
233
|
+
ruby 2.4.1p111
|
229
234
|
|
230
235
|
BUNDLED WITH
|
231
|
-
1.
|
236
|
+
1.16.2
|
data/gemfiles/rails_5.1.gemfile
CHANGED
@@ -4,19 +4,19 @@ source "http://rubygems.org"
|
|
4
4
|
|
5
5
|
ruby RUBY_VERSION
|
6
6
|
|
7
|
-
gem "
|
8
|
-
gem
|
7
|
+
gem "sqlite3"
|
8
|
+
gem "activerecord", "~> 5.1.6", group: :test, require: false
|
9
9
|
|
10
10
|
group :development do
|
11
|
-
gem
|
12
|
-
gem
|
13
|
-
gem
|
14
|
-
gem
|
15
|
-
gem
|
16
|
-
gem
|
17
|
-
gem
|
18
|
-
gem
|
19
|
-
gem
|
11
|
+
gem "appraisal", require: false
|
12
|
+
gem "gem-release", "> 1", require: false
|
13
|
+
gem "github_changelog_generator", require: false
|
14
|
+
gem "guard", require: false
|
15
|
+
gem "guard-rspec", require: false
|
16
|
+
gem "guard-rubocop", require: false
|
17
|
+
gem "guard-rubycritic", require: false
|
18
|
+
gem "rdoc", require: false
|
19
|
+
gem "rubocop-rspec", require: false
|
20
20
|
end
|
21
21
|
|
22
22
|
group :test do
|
@@ -1,74 +1,73 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
machinist_redux (3.0.
|
4
|
+
machinist_redux (3.0.4)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: http://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activemodel (5.1.
|
10
|
-
activesupport (= 5.1.
|
11
|
-
activerecord (5.1.
|
12
|
-
activemodel (= 5.1.
|
13
|
-
activesupport (= 5.1.
|
9
|
+
activemodel (5.1.6)
|
10
|
+
activesupport (= 5.1.6)
|
11
|
+
activerecord (5.1.6)
|
12
|
+
activemodel (= 5.1.6)
|
13
|
+
activesupport (= 5.1.6)
|
14
14
|
arel (~> 8.0)
|
15
|
-
activesupport (5.1.
|
15
|
+
activesupport (5.1.6)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
|
-
i18n (
|
17
|
+
i18n (>= 0.7, < 2)
|
18
18
|
minitest (~> 5.1)
|
19
19
|
tzinfo (~> 1.1)
|
20
|
-
addressable (2.5.
|
21
|
-
public_suffix (
|
20
|
+
addressable (2.5.2)
|
21
|
+
public_suffix (>= 2.0.2, < 4.0)
|
22
22
|
appraisal (2.2.0)
|
23
23
|
bundler
|
24
24
|
rake
|
25
25
|
thor (>= 0.14.0)
|
26
26
|
arel (8.0.0)
|
27
|
-
ast (2.
|
27
|
+
ast (2.4.0)
|
28
28
|
axiom-types (0.1.1)
|
29
29
|
descendants_tracker (~> 0.0.4)
|
30
30
|
ice_nine (~> 0.11.0)
|
31
31
|
thread_safe (~> 0.3, >= 0.3.1)
|
32
|
-
|
33
|
-
codeclimate-engine-rb (0.4.0)
|
32
|
+
codeclimate-engine-rb (0.4.1)
|
34
33
|
virtus (~> 1.0)
|
35
34
|
codeclimate-test-reporter (1.0.7)
|
36
35
|
simplecov
|
37
|
-
coderay (1.1.
|
36
|
+
coderay (1.1.2)
|
38
37
|
coercible (1.0.0)
|
39
38
|
descendants_tracker (~> 0.0.1)
|
40
39
|
concurrent-ruby (1.0.5)
|
41
|
-
coveralls (0.
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
40
|
+
coveralls (0.7.2)
|
41
|
+
multi_json (~> 1.3)
|
42
|
+
rest-client (= 1.6.7)
|
43
|
+
simplecov (>= 0.7)
|
44
|
+
term-ansicolor (= 1.2.2)
|
45
|
+
thor (= 0.18.1)
|
47
46
|
descendants_tracker (0.0.4)
|
48
47
|
thread_safe (~> 0.3, >= 0.3.1)
|
49
48
|
diff-lcs (1.3)
|
50
|
-
docile (1.1
|
49
|
+
docile (1.3.1)
|
51
50
|
equalizer (0.0.11)
|
52
51
|
erubis (2.7.0)
|
53
|
-
faraday (0.
|
52
|
+
faraday (0.15.2)
|
54
53
|
multipart-post (>= 1.2, < 3)
|
55
54
|
faraday-http-cache (2.0.0)
|
56
55
|
faraday (~> 0.8)
|
57
|
-
ffi (1.9.
|
58
|
-
flay (2.
|
56
|
+
ffi (1.9.23)
|
57
|
+
flay (2.12.0)
|
59
58
|
erubis (~> 2.7.0)
|
60
59
|
path_expander (~> 1.0)
|
61
60
|
ruby_parser (~> 3.0)
|
62
61
|
sexp_processor (~> 4.0)
|
63
|
-
flog (4.6.
|
62
|
+
flog (4.6.2)
|
64
63
|
path_expander (~> 1.0)
|
65
64
|
ruby_parser (~> 3.1, > 3.1.0)
|
66
65
|
sexp_processor (~> 4.8)
|
67
66
|
formatador (0.2.5)
|
68
|
-
fuubar (2.
|
67
|
+
fuubar (2.3.1)
|
69
68
|
rspec-core (~> 3.0)
|
70
69
|
ruby-progressbar (~> 1.4)
|
71
|
-
gem-release (
|
70
|
+
gem-release (2.0.0.rc.3)
|
72
71
|
github_changelog_generator (1.14.3)
|
73
72
|
activesupport
|
74
73
|
faraday-http-cache
|
@@ -77,10 +76,10 @@ GEM
|
|
77
76
|
rainbow (>= 2.1)
|
78
77
|
rake (>= 10.0)
|
79
78
|
retriable (~> 2.1)
|
80
|
-
guard (2.14.
|
79
|
+
guard (2.14.2)
|
81
80
|
formatador (>= 0.2.4)
|
82
81
|
listen (>= 2.7, < 4.0)
|
83
|
-
lumberjack (
|
82
|
+
lumberjack (>= 1.0.12, < 2.0)
|
84
83
|
nenv (~> 0.1)
|
85
84
|
notiffany (~> 0.0)
|
86
85
|
pry (>= 0.9.12)
|
@@ -91,13 +90,14 @@ GEM
|
|
91
90
|
guard (~> 2.1)
|
92
91
|
guard-compat (~> 1.1)
|
93
92
|
rspec (>= 2.99.0, < 4.0)
|
94
|
-
guard-rubocop (1.
|
93
|
+
guard-rubocop (1.3.0)
|
95
94
|
guard (~> 2.0)
|
96
95
|
rubocop (~> 0.20)
|
97
96
|
guard-rubycritic (2.9.3)
|
98
97
|
guard (~> 2.6)
|
99
98
|
rubycritic (>= 2.9.3)
|
100
|
-
i18n (0.
|
99
|
+
i18n (1.0.1)
|
100
|
+
concurrent-ruby (~> 1.0)
|
101
101
|
ice_nine (0.11.2)
|
102
102
|
json (2.1.0)
|
103
103
|
launchy (2.4.3)
|
@@ -106,95 +106,100 @@ GEM
|
|
106
106
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
107
107
|
rb-inotify (~> 0.9, >= 0.9.7)
|
108
108
|
ruby_dep (~> 1.2)
|
109
|
-
lumberjack (1.0.
|
110
|
-
method_source (0.
|
111
|
-
|
112
|
-
|
109
|
+
lumberjack (1.0.13)
|
110
|
+
method_source (0.9.0)
|
111
|
+
mime-types (3.1)
|
112
|
+
mime-types-data (~> 3.2015)
|
113
|
+
mime-types-data (3.2016.0521)
|
114
|
+
minitest (5.11.3)
|
115
|
+
multi_json (1.13.1)
|
113
116
|
multipart-post (2.0.0)
|
114
117
|
nenv (0.3.0)
|
115
118
|
notiffany (0.1.1)
|
116
119
|
nenv (~> 0.1)
|
117
120
|
shellany (~> 0.0)
|
118
|
-
octokit (4.
|
121
|
+
octokit (4.9.0)
|
119
122
|
sawyer (~> 0.8.0, >= 0.5.3)
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
+
parallel (1.12.1)
|
124
|
+
parser (2.5.1.0)
|
125
|
+
ast (~> 2.4.0)
|
126
|
+
path_expander (1.0.3)
|
123
127
|
powerpack (0.1.1)
|
124
|
-
pry (0.
|
128
|
+
pry (0.11.3)
|
125
129
|
coderay (~> 1.1.0)
|
126
|
-
method_source (~> 0.
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
rdoc (5.1.0)
|
136
|
-
reek (4.6.2)
|
130
|
+
method_source (~> 0.9.0)
|
131
|
+
public_suffix (3.0.2)
|
132
|
+
rainbow (3.0.0)
|
133
|
+
rake (12.3.1)
|
134
|
+
rb-fsevent (0.10.3)
|
135
|
+
rb-inotify (0.9.10)
|
136
|
+
ffi (>= 0.5.0, < 2)
|
137
|
+
rdoc (6.0.4)
|
138
|
+
reek (4.8.1)
|
137
139
|
codeclimate-engine-rb (~> 0.4.0)
|
138
|
-
parser (>= 2.
|
139
|
-
rainbow (
|
140
|
+
parser (>= 2.5.0.0, < 2.6)
|
141
|
+
rainbow (>= 2.0, < 4.0)
|
142
|
+
rest-client (1.6.7)
|
143
|
+
mime-types (>= 1.16)
|
140
144
|
retriable (2.1.0)
|
141
|
-
rspec (3.
|
142
|
-
rspec-core (~> 3.
|
143
|
-
rspec-expectations (~> 3.
|
144
|
-
rspec-mocks (~> 3.
|
145
|
-
rspec-core (3.
|
146
|
-
rspec-support (~> 3.
|
147
|
-
rspec-expectations (3.
|
145
|
+
rspec (3.7.0)
|
146
|
+
rspec-core (~> 3.7.0)
|
147
|
+
rspec-expectations (~> 3.7.0)
|
148
|
+
rspec-mocks (~> 3.7.0)
|
149
|
+
rspec-core (3.7.1)
|
150
|
+
rspec-support (~> 3.7.0)
|
151
|
+
rspec-expectations (3.7.0)
|
148
152
|
diff-lcs (>= 1.2.0, < 2.0)
|
149
|
-
rspec-support (~> 3.
|
150
|
-
rspec-mocks (3.
|
153
|
+
rspec-support (~> 3.7.0)
|
154
|
+
rspec-mocks (3.7.0)
|
151
155
|
diff-lcs (>= 1.2.0, < 2.0)
|
152
|
-
rspec-support (~> 3.
|
153
|
-
rspec-support (3.
|
154
|
-
rspec_junit_formatter (0.
|
155
|
-
builder (< 4)
|
156
|
+
rspec-support (~> 3.7.0)
|
157
|
+
rspec-support (3.7.1)
|
158
|
+
rspec_junit_formatter (0.4.0)
|
156
159
|
rspec-core (>= 2, < 4, != 2.12.0)
|
157
|
-
rubocop (0.
|
158
|
-
|
160
|
+
rubocop (0.56.0)
|
161
|
+
parallel (~> 1.10)
|
162
|
+
parser (>= 2.5)
|
159
163
|
powerpack (~> 0.1)
|
160
|
-
rainbow (>=
|
164
|
+
rainbow (>= 2.2.2, < 4.0)
|
161
165
|
ruby-progressbar (~> 1.7)
|
162
166
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
163
|
-
rubocop-rspec (1.
|
164
|
-
rubocop (>= 0.
|
165
|
-
ruby-progressbar (1.
|
167
|
+
rubocop-rspec (1.25.1)
|
168
|
+
rubocop (>= 0.53.0)
|
169
|
+
ruby-progressbar (1.9.0)
|
166
170
|
ruby_dep (1.5.0)
|
167
|
-
ruby_parser (3.
|
168
|
-
sexp_processor (~> 4.
|
169
|
-
rubycritic (3.
|
171
|
+
ruby_parser (3.11.0)
|
172
|
+
sexp_processor (~> 4.9)
|
173
|
+
rubycritic (3.4.0)
|
170
174
|
flay (~> 2.8)
|
171
175
|
flog (~> 4.4)
|
172
176
|
launchy (= 2.4.3)
|
173
|
-
parser (~> 2.
|
174
|
-
rainbow (~>
|
177
|
+
parser (~> 2.5.0)
|
178
|
+
rainbow (~> 3.0)
|
175
179
|
reek (~> 4.4)
|
176
180
|
ruby_parser (~> 3.8)
|
181
|
+
tty-which (~> 0.3.0)
|
177
182
|
virtus (~> 1.0)
|
178
183
|
sawyer (0.8.1)
|
179
184
|
addressable (>= 2.3.5, < 2.6)
|
180
185
|
faraday (~> 0.8, < 1.0)
|
181
|
-
sexp_processor (4.
|
186
|
+
sexp_processor (4.11.0)
|
182
187
|
shellany (0.0.1)
|
183
|
-
simplecov (0.
|
184
|
-
docile (~> 1.1
|
188
|
+
simplecov (0.16.1)
|
189
|
+
docile (~> 1.1)
|
185
190
|
json (>= 1.8, < 3)
|
186
191
|
simplecov-html (~> 0.10.0)
|
187
|
-
simplecov-html (0.10.
|
188
|
-
slop (3.6.0)
|
192
|
+
simplecov-html (0.10.2)
|
189
193
|
sqlite3 (1.3.13)
|
190
|
-
term-ansicolor (1.
|
191
|
-
tins (~>
|
192
|
-
thor (0.
|
194
|
+
term-ansicolor (1.2.2)
|
195
|
+
tins (~> 0.8)
|
196
|
+
thor (0.18.1)
|
193
197
|
thread_safe (0.3.6)
|
194
|
-
tins (
|
195
|
-
|
198
|
+
tins (0.13.2)
|
199
|
+
tty-which (0.3.0)
|
200
|
+
tzinfo (1.2.5)
|
196
201
|
thread_safe (~> 0.1)
|
197
|
-
unicode-display_width (1.
|
202
|
+
unicode-display_width (1.3.3)
|
198
203
|
virtus (1.0.5)
|
199
204
|
axiom-types (~> 0.1)
|
200
205
|
coercible (~> 1.0)
|
@@ -205,12 +210,12 @@ PLATFORMS
|
|
205
210
|
ruby
|
206
211
|
|
207
212
|
DEPENDENCIES
|
208
|
-
activerecord (~> 5.1.
|
213
|
+
activerecord (~> 5.1.6)
|
209
214
|
appraisal
|
210
215
|
codeclimate-test-reporter
|
211
216
|
coveralls
|
212
217
|
fuubar
|
213
|
-
gem-release
|
218
|
+
gem-release (> 1)
|
214
219
|
github_changelog_generator
|
215
220
|
guard
|
216
221
|
guard-rspec
|
@@ -225,7 +230,7 @@ DEPENDENCIES
|
|
225
230
|
sqlite3
|
226
231
|
|
227
232
|
RUBY VERSION
|
228
|
-
ruby 2.
|
233
|
+
ruby 2.4.1p111
|
229
234
|
|
230
235
|
BUNDLED WITH
|
231
|
-
1.
|
236
|
+
1.16.2
|