outrigger 2.0.1 → 2.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: bad20e4222776bf8091c227245adc512e0a76bac
4
- data.tar.gz: 5874e4ea2dd1e6bfe58c065796a71efbc8ab9456
2
+ SHA256:
3
+ metadata.gz: afe3d83c6bdd3dcb7cca66b9c4dafb871003caa20a67054059ebed4ab22bf516
4
+ data.tar.gz: ef8343569aaa000a0cc61897f8d33e6404cd4833d54b187cb364922f91f18ed1
5
5
  SHA512:
6
- metadata.gz: 61875308e6376d7ad9f7c7839c93a86723facdab47d5a80d96ec0ed8d5cade76b2abe9b7d722154915196ec7aaf81a8842b28c6f994f494e78f687d363b0aaff
7
- data.tar.gz: 641498cfc4391404b3cce1c33749a5ac57ec7467a116951af87c93c05139b6f5e15b6aaabca6e6e4bfa541a54fbd5c072d65f4fe0203945f2ccc5ef5b9d40e83
6
+ metadata.gz: 594e9b14db63bdc8742dc34e809a088c30c41ae2624313d1be3580d58d5ced891bd8b799ad15cf69571541c19f2698f34185832686996b9777c61cc49bf8717a
7
+ data.tar.gz: 535727d4166e69a14b1fa6d188d3608d5b3e4e21f0d3c4601c130523d9e0ef7f900d78dbab4766cbcddf65f71a4f4db8939db5eb84934fe6661f49c44d31a885
@@ -1,3 +1,3 @@
1
1
  module Outrigger
2
- VERSION = '2.0.1'.freeze
2
+ VERSION = '2.1.0'.freeze
3
3
  end
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec path: '../../'
4
4
 
5
- gem 'rails', '~> 5.0.7'
5
+ gem 'activerecord', '~> 5.0.7'
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec path: '../../'
4
4
 
5
- gem 'rails', '~> 5.1.6'
5
+ gem 'activerecord', '~> 5.1.6'
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec path: '../../'
4
4
 
5
- gem 'rails', '~> 5.2.0'
5
+ gem 'activerecord', '~> 5.2.0'
@@ -0,0 +1,5 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec path: '../../'
4
+
5
+ gem 'activerecord', '~> 6.0.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outrigger
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Bowman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-01 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '5.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '5.3'
22
+ version: '6.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '5.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '5.3'
32
+ version: '6.1'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bundler
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: '1.15'
39
+ version: '0'
40
40
  type: :development
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - "~>"
44
+ - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: '1.15'
46
+ version: '0'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: railties
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -53,7 +53,7 @@ dependencies:
53
53
  version: '5.0'
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
- version: '5.3'
56
+ version: '6.1'
57
57
  type: :development
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -63,35 +63,35 @@ dependencies:
63
63
  version: '5.0'
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
- version: '5.3'
66
+ version: '6.1'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: rake
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '12.0'
73
+ version: '13.0'
74
74
  type: :development
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: '12.0'
80
+ version: '13.0'
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: rspec
83
83
  requirement: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - "~>"
86
86
  - !ruby/object:Gem::Version
87
- version: 3.7.0
87
+ version: '3.7'
88
88
  type: :development
89
89
  prerelease: false
90
90
  version_requirements: !ruby/object:Gem::Requirement
91
91
  requirements:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
- version: 3.7.0
94
+ version: '3.7'
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: rubocop
97
97
  requirement: !ruby/object:Gem::Requirement
@@ -120,6 +120,20 @@ dependencies:
120
120
  - - "~>"
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
+ - !ruby/object:Gem::Dependency
124
+ name: wwtd
125
+ requirement: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - "~>"
128
+ - !ruby/object:Gem::Version
129
+ version: '1.3'
130
+ type: :development
131
+ prerelease: false
132
+ version_requirements: !ruby/object:Gem::Requirement
133
+ requirements:
134
+ - - "~>"
135
+ - !ruby/object:Gem::Version
136
+ version: '1.3'
123
137
  description: Migrations
124
138
  email:
125
139
  executables: []
@@ -135,11 +149,9 @@ files:
135
149
  - lib/outrigger/version.rb
136
150
  - lib/tasks/outrigger.rake
137
151
  - spec/gemfiles/rails-5.0.gemfile
138
- - spec/gemfiles/rails-5.0.gemfile.lock
139
152
  - spec/gemfiles/rails-5.1.gemfile
140
- - spec/gemfiles/rails-5.1.gemfile.lock
141
153
  - spec/gemfiles/rails-5.2.gemfile
142
- - spec/gemfiles/rails-5.2.gemfile.lock
154
+ - spec/gemfiles/rails-6.0.gemfile
143
155
  - spec/outrigger/cops/migration/tagged_spec.rb
144
156
  - spec/outrigger/outrigger_spec.rb
145
157
  - spec/outrigger/railtie_spec.rb
@@ -156,27 +168,24 @@ require_paths:
156
168
  - lib
157
169
  required_ruby_version: !ruby/object:Gem::Requirement
158
170
  requirements:
159
- - - "~>"
171
+ - - ">="
160
172
  - !ruby/object:Gem::Version
161
- version: '2.3'
173
+ version: 2.3.0
162
174
  required_rubygems_version: !ruby/object:Gem::Requirement
163
175
  requirements:
164
176
  - - ">="
165
177
  - !ruby/object:Gem::Version
166
178
  version: '0'
167
179
  requirements: []
168
- rubyforge_project:
169
- rubygems_version: 2.6.14.1
180
+ rubygems_version: 3.0.3
170
181
  signing_key:
171
182
  specification_version: 4
172
183
  summary: Tag migrations and run them separately
173
184
  test_files:
174
185
  - spec/gemfiles/rails-5.0.gemfile
175
- - spec/gemfiles/rails-5.0.gemfile.lock
176
186
  - spec/gemfiles/rails-5.1.gemfile
177
- - spec/gemfiles/rails-5.1.gemfile.lock
178
187
  - spec/gemfiles/rails-5.2.gemfile
179
- - spec/gemfiles/rails-5.2.gemfile.lock
188
+ - spec/gemfiles/rails-6.0.gemfile
180
189
  - spec/outrigger/cops/migration/tagged_spec.rb
181
190
  - spec/outrigger/outrigger_spec.rb
182
191
  - spec/outrigger/railtie_spec.rb
@@ -1,160 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- outrigger (1.3.0)
5
- activerecord (>= 5.0, < 5.3)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.0.7)
11
- actionpack (= 5.0.7)
12
- nio4r (>= 1.2, < 3.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.0.7)
15
- actionpack (= 5.0.7)
16
- actionview (= 5.0.7)
17
- activejob (= 5.0.7)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.0.7)
21
- actionview (= 5.0.7)
22
- activesupport (= 5.0.7)
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.7)
28
- activesupport (= 5.0.7)
29
- builder (~> 3.1)
30
- erubis (~> 2.7.0)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.0.7)
34
- activesupport (= 5.0.7)
35
- globalid (>= 0.3.6)
36
- activemodel (5.0.7)
37
- activesupport (= 5.0.7)
38
- activerecord (5.0.7)
39
- activemodel (= 5.0.7)
40
- activesupport (= 5.0.7)
41
- arel (~> 7.0)
42
- activesupport (5.0.7)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (>= 0.7, < 2)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- arel (7.1.4)
48
- ast (2.4.0)
49
- builder (3.2.3)
50
- concurrent-ruby (1.0.5)
51
- crass (1.0.4)
52
- diff-lcs (1.3)
53
- docile (1.3.1)
54
- erubis (2.7.0)
55
- globalid (0.4.1)
56
- activesupport (>= 4.2.0)
57
- i18n (1.0.1)
58
- concurrent-ruby (~> 1.0)
59
- json (2.1.0)
60
- loofah (2.2.2)
61
- crass (~> 1.0.2)
62
- nokogiri (>= 1.5.9)
63
- mail (2.7.0)
64
- mini_mime (>= 0.1.1)
65
- method_source (0.9.0)
66
- mini_mime (1.0.0)
67
- mini_portile2 (2.3.0)
68
- minitest (5.11.3)
69
- nio4r (2.3.1)
70
- nokogiri (1.8.2)
71
- mini_portile2 (~> 2.3.0)
72
- parallel (1.12.1)
73
- parser (2.5.1.0)
74
- ast (~> 2.4.0)
75
- powerpack (0.1.1)
76
- rack (2.0.5)
77
- rack-test (0.6.3)
78
- rack (>= 1.0)
79
- rails (5.0.7)
80
- actioncable (= 5.0.7)
81
- actionmailer (= 5.0.7)
82
- actionpack (= 5.0.7)
83
- actionview (= 5.0.7)
84
- activejob (= 5.0.7)
85
- activemodel (= 5.0.7)
86
- activerecord (= 5.0.7)
87
- activesupport (= 5.0.7)
88
- bundler (>= 1.3.0)
89
- railties (= 5.0.7)
90
- sprockets-rails (>= 2.0.0)
91
- rails-dom-testing (2.0.3)
92
- activesupport (>= 4.2.0)
93
- nokogiri (>= 1.6)
94
- rails-html-sanitizer (1.0.4)
95
- loofah (~> 2.2, >= 2.2.2)
96
- railties (5.0.7)
97
- actionpack (= 5.0.7)
98
- activesupport (= 5.0.7)
99
- method_source
100
- rake (>= 0.8.7)
101
- thor (>= 0.18.1, < 2.0)
102
- rainbow (3.0.0)
103
- rake (12.3.1)
104
- rspec (3.7.0)
105
- rspec-core (~> 3.7.0)
106
- rspec-expectations (~> 3.7.0)
107
- rspec-mocks (~> 3.7.0)
108
- rspec-core (3.7.1)
109
- rspec-support (~> 3.7.0)
110
- rspec-expectations (3.7.0)
111
- diff-lcs (>= 1.2.0, < 2.0)
112
- rspec-support (~> 3.7.0)
113
- rspec-mocks (3.7.0)
114
- diff-lcs (>= 1.2.0, < 2.0)
115
- rspec-support (~> 3.7.0)
116
- rspec-support (3.7.1)
117
- rubocop (0.52.1)
118
- parallel (~> 1.10)
119
- parser (>= 2.4.0.2, < 3.0)
120
- powerpack (~> 0.1)
121
- rainbow (>= 2.2.2, < 4.0)
122
- ruby-progressbar (~> 1.7)
123
- unicode-display_width (~> 1.0, >= 1.0.1)
124
- ruby-progressbar (1.9.0)
125
- simplecov (0.16.1)
126
- docile (~> 1.1)
127
- json (>= 1.8, < 3)
128
- simplecov-html (~> 0.10.0)
129
- simplecov-html (0.10.2)
130
- sprockets (3.7.1)
131
- concurrent-ruby (~> 1.0)
132
- rack (> 1, < 3)
133
- sprockets-rails (3.2.1)
134
- actionpack (>= 4.0)
135
- activesupport (>= 4.0)
136
- sprockets (>= 3.0.0)
137
- thor (0.20.0)
138
- thread_safe (0.3.6)
139
- tzinfo (1.2.5)
140
- thread_safe (~> 0.1)
141
- unicode-display_width (1.3.3)
142
- websocket-driver (0.6.5)
143
- websocket-extensions (>= 0.1.0)
144
- websocket-extensions (0.1.3)
145
-
146
- PLATFORMS
147
- ruby
148
-
149
- DEPENDENCIES
150
- bundler (~> 1.15)
151
- outrigger!
152
- rails (~> 5.0.7)
153
- railties (>= 5.0, < 5.3)
154
- rake (~> 12.0)
155
- rspec (~> 3.7.0)
156
- rubocop (~> 0.52.0)
157
- simplecov (~> 0)
158
-
159
- BUNDLED WITH
160
- 1.15.3
@@ -1,160 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- outrigger (1.3.0)
5
- activerecord (>= 5.0, < 5.3)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.1.6)
11
- actionpack (= 5.1.6)
12
- nio4r (~> 2.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.6)
15
- actionpack (= 5.1.6)
16
- actionview (= 5.1.6)
17
- activejob (= 5.1.6)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.1.6)
21
- actionview (= 5.1.6)
22
- activesupport (= 5.1.6)
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.6)
28
- activesupport (= 5.1.6)
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.6)
34
- activesupport (= 5.1.6)
35
- globalid (>= 0.3.6)
36
- activemodel (5.1.6)
37
- activesupport (= 5.1.6)
38
- activerecord (5.1.6)
39
- activemodel (= 5.1.6)
40
- activesupport (= 5.1.6)
41
- arel (~> 8.0)
42
- activesupport (5.1.6)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (>= 0.7, < 2)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- arel (8.0.0)
48
- ast (2.4.0)
49
- builder (3.2.3)
50
- concurrent-ruby (1.0.5)
51
- crass (1.0.4)
52
- diff-lcs (1.3)
53
- docile (1.3.1)
54
- erubi (1.7.1)
55
- globalid (0.4.1)
56
- activesupport (>= 4.2.0)
57
- i18n (1.0.1)
58
- concurrent-ruby (~> 1.0)
59
- json (2.1.0)
60
- loofah (2.2.2)
61
- crass (~> 1.0.2)
62
- nokogiri (>= 1.5.9)
63
- mail (2.7.0)
64
- mini_mime (>= 0.1.1)
65
- method_source (0.9.0)
66
- mini_mime (1.0.0)
67
- mini_portile2 (2.3.0)
68
- minitest (5.11.3)
69
- nio4r (2.3.1)
70
- nokogiri (1.8.2)
71
- mini_portile2 (~> 2.3.0)
72
- parallel (1.12.1)
73
- parser (2.5.1.0)
74
- ast (~> 2.4.0)
75
- powerpack (0.1.1)
76
- rack (2.0.5)
77
- rack-test (1.0.0)
78
- rack (>= 1.0, < 3)
79
- rails (5.1.6)
80
- actioncable (= 5.1.6)
81
- actionmailer (= 5.1.6)
82
- actionpack (= 5.1.6)
83
- actionview (= 5.1.6)
84
- activejob (= 5.1.6)
85
- activemodel (= 5.1.6)
86
- activerecord (= 5.1.6)
87
- activesupport (= 5.1.6)
88
- bundler (>= 1.3.0)
89
- railties (= 5.1.6)
90
- sprockets-rails (>= 2.0.0)
91
- rails-dom-testing (2.0.3)
92
- activesupport (>= 4.2.0)
93
- nokogiri (>= 1.6)
94
- rails-html-sanitizer (1.0.4)
95
- loofah (~> 2.2, >= 2.2.2)
96
- railties (5.1.6)
97
- actionpack (= 5.1.6)
98
- activesupport (= 5.1.6)
99
- method_source
100
- rake (>= 0.8.7)
101
- thor (>= 0.18.1, < 2.0)
102
- rainbow (3.0.0)
103
- rake (12.3.1)
104
- rspec (3.7.0)
105
- rspec-core (~> 3.7.0)
106
- rspec-expectations (~> 3.7.0)
107
- rspec-mocks (~> 3.7.0)
108
- rspec-core (3.7.1)
109
- rspec-support (~> 3.7.0)
110
- rspec-expectations (3.7.0)
111
- diff-lcs (>= 1.2.0, < 2.0)
112
- rspec-support (~> 3.7.0)
113
- rspec-mocks (3.7.0)
114
- diff-lcs (>= 1.2.0, < 2.0)
115
- rspec-support (~> 3.7.0)
116
- rspec-support (3.7.1)
117
- rubocop (0.52.1)
118
- parallel (~> 1.10)
119
- parser (>= 2.4.0.2, < 3.0)
120
- powerpack (~> 0.1)
121
- rainbow (>= 2.2.2, < 4.0)
122
- ruby-progressbar (~> 1.7)
123
- unicode-display_width (~> 1.0, >= 1.0.1)
124
- ruby-progressbar (1.9.0)
125
- simplecov (0.16.1)
126
- docile (~> 1.1)
127
- json (>= 1.8, < 3)
128
- simplecov-html (~> 0.10.0)
129
- simplecov-html (0.10.2)
130
- sprockets (3.7.1)
131
- concurrent-ruby (~> 1.0)
132
- rack (> 1, < 3)
133
- sprockets-rails (3.2.1)
134
- actionpack (>= 4.0)
135
- activesupport (>= 4.0)
136
- sprockets (>= 3.0.0)
137
- thor (0.20.0)
138
- thread_safe (0.3.6)
139
- tzinfo (1.2.5)
140
- thread_safe (~> 0.1)
141
- unicode-display_width (1.3.3)
142
- websocket-driver (0.6.5)
143
- websocket-extensions (>= 0.1.0)
144
- websocket-extensions (0.1.3)
145
-
146
- PLATFORMS
147
- ruby
148
-
149
- DEPENDENCIES
150
- bundler (~> 1.15)
151
- outrigger!
152
- rails (~> 5.1.6)
153
- railties (>= 5.0, < 5.3)
154
- rake (~> 12.0)
155
- rspec (~> 3.7.0)
156
- rubocop (~> 0.52.0)
157
- simplecov (~> 0)
158
-
159
- BUNDLED WITH
160
- 1.15.3
@@ -1,168 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- outrigger (1.3.0)
5
- activerecord (>= 5.0, < 5.3)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.2.0)
11
- actionpack (= 5.2.0)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.0)
15
- actionpack (= 5.2.0)
16
- actionview (= 5.2.0)
17
- activejob (= 5.2.0)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.2.0)
21
- actionview (= 5.2.0)
22
- activesupport (= 5.2.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.2.0)
28
- activesupport (= 5.2.0)
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.2.0)
34
- activesupport (= 5.2.0)
35
- globalid (>= 0.3.6)
36
- activemodel (5.2.0)
37
- activesupport (= 5.2.0)
38
- activerecord (5.2.0)
39
- activemodel (= 5.2.0)
40
- activesupport (= 5.2.0)
41
- arel (>= 9.0)
42
- activestorage (5.2.0)
43
- actionpack (= 5.2.0)
44
- activerecord (= 5.2.0)
45
- marcel (~> 0.3.1)
46
- activesupport (5.2.0)
47
- concurrent-ruby (~> 1.0, >= 1.0.2)
48
- i18n (>= 0.7, < 2)
49
- minitest (~> 5.1)
50
- tzinfo (~> 1.1)
51
- arel (9.0.0)
52
- ast (2.4.0)
53
- builder (3.2.3)
54
- concurrent-ruby (1.0.5)
55
- crass (1.0.4)
56
- diff-lcs (1.3)
57
- docile (1.3.1)
58
- erubi (1.7.1)
59
- globalid (0.4.1)
60
- activesupport (>= 4.2.0)
61
- i18n (1.0.1)
62
- concurrent-ruby (~> 1.0)
63
- json (2.1.0)
64
- loofah (2.2.2)
65
- crass (~> 1.0.2)
66
- nokogiri (>= 1.5.9)
67
- mail (2.7.0)
68
- mini_mime (>= 0.1.1)
69
- marcel (0.3.2)
70
- mimemagic (~> 0.3.2)
71
- method_source (0.9.0)
72
- mimemagic (0.3.2)
73
- mini_mime (1.0.0)
74
- mini_portile2 (2.3.0)
75
- minitest (5.11.3)
76
- nio4r (2.3.1)
77
- nokogiri (1.8.2)
78
- mini_portile2 (~> 2.3.0)
79
- parallel (1.12.1)
80
- parser (2.5.1.0)
81
- ast (~> 2.4.0)
82
- powerpack (0.1.1)
83
- rack (2.0.5)
84
- rack-test (1.0.0)
85
- rack (>= 1.0, < 3)
86
- rails (5.2.0)
87
- actioncable (= 5.2.0)
88
- actionmailer (= 5.2.0)
89
- actionpack (= 5.2.0)
90
- actionview (= 5.2.0)
91
- activejob (= 5.2.0)
92
- activemodel (= 5.2.0)
93
- activerecord (= 5.2.0)
94
- activestorage (= 5.2.0)
95
- activesupport (= 5.2.0)
96
- bundler (>= 1.3.0)
97
- railties (= 5.2.0)
98
- sprockets-rails (>= 2.0.0)
99
- rails-dom-testing (2.0.3)
100
- activesupport (>= 4.2.0)
101
- nokogiri (>= 1.6)
102
- rails-html-sanitizer (1.0.4)
103
- loofah (~> 2.2, >= 2.2.2)
104
- railties (5.2.0)
105
- actionpack (= 5.2.0)
106
- activesupport (= 5.2.0)
107
- method_source
108
- rake (>= 0.8.7)
109
- thor (>= 0.18.1, < 2.0)
110
- rainbow (3.0.0)
111
- rake (12.3.1)
112
- rspec (3.7.0)
113
- rspec-core (~> 3.7.0)
114
- rspec-expectations (~> 3.7.0)
115
- rspec-mocks (~> 3.7.0)
116
- rspec-core (3.7.1)
117
- rspec-support (~> 3.7.0)
118
- rspec-expectations (3.7.0)
119
- diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.7.0)
121
- rspec-mocks (3.7.0)
122
- diff-lcs (>= 1.2.0, < 2.0)
123
- rspec-support (~> 3.7.0)
124
- rspec-support (3.7.1)
125
- rubocop (0.52.1)
126
- parallel (~> 1.10)
127
- parser (>= 2.4.0.2, < 3.0)
128
- powerpack (~> 0.1)
129
- rainbow (>= 2.2.2, < 4.0)
130
- ruby-progressbar (~> 1.7)
131
- unicode-display_width (~> 1.0, >= 1.0.1)
132
- ruby-progressbar (1.9.0)
133
- simplecov (0.16.1)
134
- docile (~> 1.1)
135
- json (>= 1.8, < 3)
136
- simplecov-html (~> 0.10.0)
137
- simplecov-html (0.10.2)
138
- sprockets (3.7.1)
139
- concurrent-ruby (~> 1.0)
140
- rack (> 1, < 3)
141
- sprockets-rails (3.2.1)
142
- actionpack (>= 4.0)
143
- activesupport (>= 4.0)
144
- sprockets (>= 3.0.0)
145
- thor (0.20.0)
146
- thread_safe (0.3.6)
147
- tzinfo (1.2.5)
148
- thread_safe (~> 0.1)
149
- unicode-display_width (1.3.3)
150
- websocket-driver (0.7.0)
151
- websocket-extensions (>= 0.1.0)
152
- websocket-extensions (0.1.3)
153
-
154
- PLATFORMS
155
- ruby
156
-
157
- DEPENDENCIES
158
- bundler (~> 1.15)
159
- outrigger!
160
- rails (~> 5.2.0)
161
- railties (>= 5.0, < 5.3)
162
- rake (~> 12.0)
163
- rspec (~> 3.7.0)
164
- rubocop (~> 0.52.0)
165
- simplecov (~> 0)
166
-
167
- BUNDLED WITH
168
- 1.15.3