g2_command 0.3.0 → 2.2.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.
data/README.md CHANGED
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/g2crowd/g2_command. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/g2_command/blob/master/CODE_OF_CONDUCT.md).
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/g2crowd/g2_command. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/g2_command/blob/main/CODE_OF_CONDUCT.md).
34
34
 
35
35
  ## License
36
36
 
@@ -38,4 +38,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
38
38
 
39
39
  ## Code of Conduct
40
40
 
41
- Everyone interacting in the Command project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/g2crowd/g2_command/blob/master/CODE_OF_CONDUCT.md).
41
+ Everyone interacting in the Command project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/g2crowd/g2_command/blob/main/CODE_OF_CONDUCT.md).
@@ -25,8 +25,8 @@ Gem::Specification.new do |spec|
25
25
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
26
  spec.require_paths = ['lib']
27
27
 
28
- spec.add_dependency 'activemodel', '>= 6.0', '< 7'
29
- spec.add_dependency 'activesupport', '>= 6.0', '< 7'
28
+ spec.add_dependency 'activemodel', '>= 5.0', '< 7'
29
+ spec.add_dependency 'activesupport', '>= 5.0', '< 7'
30
30
  spec.add_dependency 'dry-initializer', '~> 3.0'
31
31
  spec.add_dependency 'dry-monads', '~> 1.3'
32
32
  end
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "fivemat"
7
+ gem "pry"
8
+ gem "rails", "5.1.7"
9
+ gem "rake", "~> 12.0"
10
+ gem "rspec", "~> 3.0"
11
+ gem "rspec_junit_formatter"
12
+ gem "rubocop-g2"
13
+ gem "simplecov", "0.16.1"
14
+ gem "sprockets", "~> 3"
15
+
16
+ gemspec path: "../"
@@ -0,0 +1,201 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ g2_command (2.2.0)
5
+ activemodel (>= 5.0, < 7)
6
+ activesupport (>= 5.0, < 7)
7
+ dry-initializer (~> 3.0)
8
+ dry-monads (~> 1.3)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actioncable (5.1.7)
14
+ actionpack (= 5.1.7)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (~> 0.6.1)
17
+ actionmailer (5.1.7)
18
+ actionpack (= 5.1.7)
19
+ actionview (= 5.1.7)
20
+ activejob (= 5.1.7)
21
+ mail (~> 2.5, >= 2.5.4)
22
+ rails-dom-testing (~> 2.0)
23
+ actionpack (5.1.7)
24
+ actionview (= 5.1.7)
25
+ activesupport (= 5.1.7)
26
+ rack (~> 2.0)
27
+ rack-test (>= 0.6.3)
28
+ rails-dom-testing (~> 2.0)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
+ actionview (5.1.7)
31
+ activesupport (= 5.1.7)
32
+ builder (~> 3.1)
33
+ erubi (~> 1.4)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
+ activejob (5.1.7)
37
+ activesupport (= 5.1.7)
38
+ globalid (>= 0.3.6)
39
+ activemodel (5.1.7)
40
+ activesupport (= 5.1.7)
41
+ activerecord (5.1.7)
42
+ activemodel (= 5.1.7)
43
+ activesupport (= 5.1.7)
44
+ arel (~> 8.0)
45
+ activesupport (5.1.7)
46
+ concurrent-ruby (~> 1.0, >= 1.0.2)
47
+ i18n (>= 0.7, < 2)
48
+ minitest (~> 5.1)
49
+ tzinfo (~> 1.1)
50
+ appraisal (2.3.0)
51
+ bundler
52
+ rake
53
+ thor (>= 0.14.0)
54
+ arel (8.0.0)
55
+ ast (2.4.1)
56
+ builder (3.2.4)
57
+ coderay (1.1.3)
58
+ concurrent-ruby (1.1.7)
59
+ crass (1.0.6)
60
+ diff-lcs (1.4.4)
61
+ docile (1.3.2)
62
+ dry-core (0.4.9)
63
+ concurrent-ruby (~> 1.0)
64
+ dry-equalizer (0.3.0)
65
+ dry-initializer (3.0.4)
66
+ dry-monads (1.3.5)
67
+ concurrent-ruby (~> 1.0)
68
+ dry-core (~> 0.4, >= 0.4.4)
69
+ dry-equalizer
70
+ erubi (1.9.0)
71
+ fivemat (1.3.7)
72
+ globalid (0.4.2)
73
+ activesupport (>= 4.2.0)
74
+ i18n (1.8.5)
75
+ concurrent-ruby (~> 1.0)
76
+ json (2.3.1)
77
+ loofah (2.7.0)
78
+ crass (~> 1.0.2)
79
+ nokogiri (>= 1.5.9)
80
+ mail (2.7.1)
81
+ mini_mime (>= 0.1.1)
82
+ method_source (1.0.0)
83
+ mini_mime (1.0.2)
84
+ mini_portile2 (2.4.0)
85
+ minitest (5.14.2)
86
+ nio4r (2.5.4)
87
+ nokogiri (1.10.10)
88
+ mini_portile2 (~> 2.4.0)
89
+ parallel (1.19.2)
90
+ parser (2.7.2.0)
91
+ ast (~> 2.4.1)
92
+ pry (0.13.1)
93
+ coderay (~> 1.1)
94
+ method_source (~> 1.0)
95
+ rack (2.2.3)
96
+ rack-test (1.1.0)
97
+ rack (>= 1.0, < 3)
98
+ rails (5.1.7)
99
+ actioncable (= 5.1.7)
100
+ actionmailer (= 5.1.7)
101
+ actionpack (= 5.1.7)
102
+ actionview (= 5.1.7)
103
+ activejob (= 5.1.7)
104
+ activemodel (= 5.1.7)
105
+ activerecord (= 5.1.7)
106
+ activesupport (= 5.1.7)
107
+ bundler (>= 1.3.0)
108
+ railties (= 5.1.7)
109
+ sprockets-rails (>= 2.0.0)
110
+ rails-dom-testing (2.0.3)
111
+ activesupport (>= 4.2.0)
112
+ nokogiri (>= 1.6)
113
+ rails-html-sanitizer (1.3.0)
114
+ loofah (~> 2.3)
115
+ railties (5.1.7)
116
+ actionpack (= 5.1.7)
117
+ activesupport (= 5.1.7)
118
+ method_source
119
+ rake (>= 0.8.7)
120
+ thor (>= 0.18.1, < 2.0)
121
+ rainbow (3.0.0)
122
+ rake (12.3.3)
123
+ regexp_parser (1.8.2)
124
+ rexml (3.2.4)
125
+ rspec (3.9.0)
126
+ rspec-core (~> 3.9.0)
127
+ rspec-expectations (~> 3.9.0)
128
+ rspec-mocks (~> 3.9.0)
129
+ rspec-core (3.9.3)
130
+ rspec-support (~> 3.9.3)
131
+ rspec-expectations (3.9.3)
132
+ diff-lcs (>= 1.2.0, < 2.0)
133
+ rspec-support (~> 3.9.0)
134
+ rspec-mocks (3.9.1)
135
+ diff-lcs (>= 1.2.0, < 2.0)
136
+ rspec-support (~> 3.9.0)
137
+ rspec-support (3.9.4)
138
+ rspec_junit_formatter (0.4.1)
139
+ rspec-core (>= 2, < 4, != 2.12.0)
140
+ rubocop (0.93.1)
141
+ parallel (~> 1.10)
142
+ parser (>= 2.7.1.5)
143
+ rainbow (>= 2.2.2, < 4.0)
144
+ regexp_parser (>= 1.8)
145
+ rexml
146
+ rubocop-ast (>= 0.6.0)
147
+ ruby-progressbar (~> 1.7)
148
+ unicode-display_width (>= 1.4.0, < 2.0)
149
+ rubocop-ast (1.1.0)
150
+ parser (>= 2.7.1.5)
151
+ rubocop-g2 (1.2.1)
152
+ rubocop (>= 0.82)
153
+ rubocop-rails (>= 2.5)
154
+ rubocop-rspec (>= 1.39)
155
+ rubocop-rails (2.8.1)
156
+ activesupport (>= 4.2.0)
157
+ rack (>= 1.1)
158
+ rubocop (>= 0.87.0)
159
+ rubocop-rspec (1.44.1)
160
+ rubocop (~> 0.87)
161
+ rubocop-ast (>= 0.7.1)
162
+ ruby-progressbar (1.10.1)
163
+ simplecov (0.16.1)
164
+ docile (~> 1.1)
165
+ json (>= 1.8, < 3)
166
+ simplecov-html (~> 0.10.0)
167
+ simplecov-html (0.10.2)
168
+ sprockets (3.7.2)
169
+ concurrent-ruby (~> 1.0)
170
+ rack (> 1, < 3)
171
+ sprockets-rails (3.2.2)
172
+ actionpack (>= 4.0)
173
+ activesupport (>= 4.0)
174
+ sprockets (>= 3.0.0)
175
+ thor (1.0.1)
176
+ thread_safe (0.3.6)
177
+ tzinfo (1.2.7)
178
+ thread_safe (~> 0.1)
179
+ unicode-display_width (1.7.0)
180
+ websocket-driver (0.6.5)
181
+ websocket-extensions (>= 0.1.0)
182
+ websocket-extensions (0.1.5)
183
+
184
+ PLATFORMS
185
+ ruby
186
+
187
+ DEPENDENCIES
188
+ appraisal
189
+ fivemat
190
+ g2_command!
191
+ pry
192
+ rails (= 5.1.7)
193
+ rake (~> 12.0)
194
+ rspec (~> 3.0)
195
+ rspec_junit_formatter
196
+ rubocop-g2
197
+ simplecov (= 0.16.1)
198
+ sprockets (~> 3)
199
+
200
+ BUNDLED WITH
201
+ 2.1.4
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "fivemat"
7
+ gem "pry"
8
+ gem "rails", "5.2.4"
9
+ gem "rake", "~> 12.0"
10
+ gem "rspec", "~> 3.0"
11
+ gem "rspec_junit_formatter"
12
+ gem "rubocop-g2"
13
+ gem "simplecov", "0.16.1"
14
+ gem "sprockets", "~> 3"
15
+
16
+ gemspec path: "../"
@@ -0,0 +1,209 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ g2_command (2.2.0)
5
+ activemodel (>= 5.0, < 7)
6
+ activesupport (>= 5.0, < 7)
7
+ dry-initializer (~> 3.0)
8
+ dry-monads (~> 1.3)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actioncable (5.2.4)
14
+ actionpack (= 5.2.4)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (>= 0.6.1)
17
+ actionmailer (5.2.4)
18
+ actionpack (= 5.2.4)
19
+ actionview (= 5.2.4)
20
+ activejob (= 5.2.4)
21
+ mail (~> 2.5, >= 2.5.4)
22
+ rails-dom-testing (~> 2.0)
23
+ actionpack (5.2.4)
24
+ actionview (= 5.2.4)
25
+ activesupport (= 5.2.4)
26
+ rack (~> 2.0)
27
+ rack-test (>= 0.6.3)
28
+ rails-dom-testing (~> 2.0)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
+ actionview (5.2.4)
31
+ activesupport (= 5.2.4)
32
+ builder (~> 3.1)
33
+ erubi (~> 1.4)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
+ activejob (5.2.4)
37
+ activesupport (= 5.2.4)
38
+ globalid (>= 0.3.6)
39
+ activemodel (5.2.4)
40
+ activesupport (= 5.2.4)
41
+ activerecord (5.2.4)
42
+ activemodel (= 5.2.4)
43
+ activesupport (= 5.2.4)
44
+ arel (>= 9.0)
45
+ activestorage (5.2.4)
46
+ actionpack (= 5.2.4)
47
+ activerecord (= 5.2.4)
48
+ marcel (~> 0.3.1)
49
+ activesupport (5.2.4)
50
+ concurrent-ruby (~> 1.0, >= 1.0.2)
51
+ i18n (>= 0.7, < 2)
52
+ minitest (~> 5.1)
53
+ tzinfo (~> 1.1)
54
+ appraisal (2.3.0)
55
+ bundler
56
+ rake
57
+ thor (>= 0.14.0)
58
+ arel (9.0.0)
59
+ ast (2.4.1)
60
+ builder (3.2.4)
61
+ coderay (1.1.3)
62
+ concurrent-ruby (1.1.7)
63
+ crass (1.0.6)
64
+ diff-lcs (1.4.4)
65
+ docile (1.3.2)
66
+ dry-core (0.4.9)
67
+ concurrent-ruby (~> 1.0)
68
+ dry-equalizer (0.3.0)
69
+ dry-initializer (3.0.4)
70
+ dry-monads (1.3.5)
71
+ concurrent-ruby (~> 1.0)
72
+ dry-core (~> 0.4, >= 0.4.4)
73
+ dry-equalizer
74
+ erubi (1.9.0)
75
+ fivemat (1.3.7)
76
+ globalid (0.4.2)
77
+ activesupport (>= 4.2.0)
78
+ i18n (1.8.5)
79
+ concurrent-ruby (~> 1.0)
80
+ json (2.3.1)
81
+ loofah (2.7.0)
82
+ crass (~> 1.0.2)
83
+ nokogiri (>= 1.5.9)
84
+ mail (2.7.1)
85
+ mini_mime (>= 0.1.1)
86
+ marcel (0.3.3)
87
+ mimemagic (~> 0.3.2)
88
+ method_source (1.0.0)
89
+ mimemagic (0.3.5)
90
+ mini_mime (1.0.2)
91
+ mini_portile2 (2.4.0)
92
+ minitest (5.14.2)
93
+ nio4r (2.5.4)
94
+ nokogiri (1.10.10)
95
+ mini_portile2 (~> 2.4.0)
96
+ parallel (1.19.2)
97
+ parser (2.7.2.0)
98
+ ast (~> 2.4.1)
99
+ pry (0.13.1)
100
+ coderay (~> 1.1)
101
+ method_source (~> 1.0)
102
+ rack (2.2.3)
103
+ rack-test (1.1.0)
104
+ rack (>= 1.0, < 3)
105
+ rails (5.2.4)
106
+ actioncable (= 5.2.4)
107
+ actionmailer (= 5.2.4)
108
+ actionpack (= 5.2.4)
109
+ actionview (= 5.2.4)
110
+ activejob (= 5.2.4)
111
+ activemodel (= 5.2.4)
112
+ activerecord (= 5.2.4)
113
+ activestorage (= 5.2.4)
114
+ activesupport (= 5.2.4)
115
+ bundler (>= 1.3.0)
116
+ railties (= 5.2.4)
117
+ sprockets-rails (>= 2.0.0)
118
+ rails-dom-testing (2.0.3)
119
+ activesupport (>= 4.2.0)
120
+ nokogiri (>= 1.6)
121
+ rails-html-sanitizer (1.3.0)
122
+ loofah (~> 2.3)
123
+ railties (5.2.4)
124
+ actionpack (= 5.2.4)
125
+ activesupport (= 5.2.4)
126
+ method_source
127
+ rake (>= 0.8.7)
128
+ thor (>= 0.19.0, < 2.0)
129
+ rainbow (3.0.0)
130
+ rake (12.3.3)
131
+ regexp_parser (1.8.2)
132
+ rexml (3.2.4)
133
+ rspec (3.9.0)
134
+ rspec-core (~> 3.9.0)
135
+ rspec-expectations (~> 3.9.0)
136
+ rspec-mocks (~> 3.9.0)
137
+ rspec-core (3.9.3)
138
+ rspec-support (~> 3.9.3)
139
+ rspec-expectations (3.9.3)
140
+ diff-lcs (>= 1.2.0, < 2.0)
141
+ rspec-support (~> 3.9.0)
142
+ rspec-mocks (3.9.1)
143
+ diff-lcs (>= 1.2.0, < 2.0)
144
+ rspec-support (~> 3.9.0)
145
+ rspec-support (3.9.4)
146
+ rspec_junit_formatter (0.4.1)
147
+ rspec-core (>= 2, < 4, != 2.12.0)
148
+ rubocop (0.93.1)
149
+ parallel (~> 1.10)
150
+ parser (>= 2.7.1.5)
151
+ rainbow (>= 2.2.2, < 4.0)
152
+ regexp_parser (>= 1.8)
153
+ rexml
154
+ rubocop-ast (>= 0.6.0)
155
+ ruby-progressbar (~> 1.7)
156
+ unicode-display_width (>= 1.4.0, < 2.0)
157
+ rubocop-ast (1.1.0)
158
+ parser (>= 2.7.1.5)
159
+ rubocop-g2 (1.2.1)
160
+ rubocop (>= 0.82)
161
+ rubocop-rails (>= 2.5)
162
+ rubocop-rspec (>= 1.39)
163
+ rubocop-rails (2.8.1)
164
+ activesupport (>= 4.2.0)
165
+ rack (>= 1.1)
166
+ rubocop (>= 0.87.0)
167
+ rubocop-rspec (1.44.1)
168
+ rubocop (~> 0.87)
169
+ rubocop-ast (>= 0.7.1)
170
+ ruby-progressbar (1.10.1)
171
+ simplecov (0.16.1)
172
+ docile (~> 1.1)
173
+ json (>= 1.8, < 3)
174
+ simplecov-html (~> 0.10.0)
175
+ simplecov-html (0.10.2)
176
+ sprockets (3.7.2)
177
+ concurrent-ruby (~> 1.0)
178
+ rack (> 1, < 3)
179
+ sprockets-rails (3.2.2)
180
+ actionpack (>= 4.0)
181
+ activesupport (>= 4.0)
182
+ sprockets (>= 3.0.0)
183
+ thor (1.0.1)
184
+ thread_safe (0.3.6)
185
+ tzinfo (1.2.7)
186
+ thread_safe (~> 0.1)
187
+ unicode-display_width (1.7.0)
188
+ websocket-driver (0.7.3)
189
+ websocket-extensions (>= 0.1.0)
190
+ websocket-extensions (0.1.5)
191
+
192
+ PLATFORMS
193
+ ruby
194
+
195
+ DEPENDENCIES
196
+ appraisal
197
+ fivemat
198
+ g2_command!
199
+ pry
200
+ rails (= 5.2.4)
201
+ rake (~> 12.0)
202
+ rspec (~> 3.0)
203
+ rspec_junit_formatter
204
+ rubocop-g2
205
+ simplecov (= 0.16.1)
206
+ sprockets (~> 3)
207
+
208
+ BUNDLED WITH
209
+ 2.1.4