comma 4.5.0 → 4.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +47 -0
- data/.rubocop.yml +1 -0
- data/.travis.yml +5 -0
- data/Appraisals +21 -13
- data/Gemfile.lock +5 -4
- data/README.md +1 -1
- data/comma.gemspec +2 -1
- data/gemfiles/{active6.1.0.gemfile → active5.2.5.gemfile} +2 -2
- data/gemfiles/{active5.2.4.3.gemfile.lock → active5.2.5.gemfile.lock} +29 -28
- data/gemfiles/{active5.0.7.2.gemfile → active6.0.3.6.gemfile} +2 -2
- data/gemfiles/{active6.0.3.1.gemfile.lock → active6.0.3.6.gemfile.lock} +29 -28
- data/gemfiles/{active5.2.4.3.gemfile → active6.1.3.1.gemfile} +2 -2
- data/gemfiles/{active6.1.0.gemfile.lock → active6.1.3.1.gemfile.lock} +26 -25
- data/gemfiles/{active5.1.7.gemfile → active7.0.0.gemfile} +2 -2
- data/gemfiles/{active5.1.7.gemfile.lock → active7.0.0.gemfile.lock} +32 -34
- data/gemfiles/{rails5.1.7.gemfile → rails5.2.5.gemfile} +1 -1
- data/gemfiles/{rails5.2.4.3.gemfile.lock → rails5.2.5.gemfile.lock} +75 -74
- data/gemfiles/{rails6.0.3.1.gemfile → rails6.0.3.6.gemfile} +1 -1
- data/gemfiles/{rails6.0.3.1.gemfile.lock → rails6.0.3.6.gemfile.lock} +91 -90
- data/gemfiles/{rails6.1.0.gemfile → rails6.1.3.1.gemfile} +1 -1
- data/gemfiles/{rails6.1.0.gemfile.lock → rails6.1.3.1.gemfile.lock} +89 -88
- data/gemfiles/rails7.0.0.gemfile +12 -0
- data/gemfiles/{rails5.1.7.gemfile.lock → rails7.0.0.gemfile.lock} +108 -92
- data/lib/comma/version.rb +1 -1
- data/spec/rails_app/active_record/models.rb +1 -8
- metadata +33 -28
- data/gemfiles/active5.0.7.2.gemfile.lock +0 -113
- data/gemfiles/active6.0.3.1.gemfile +0 -12
- data/gemfiles/rails5.0.7.2.gemfile +0 -14
- data/gemfiles/rails5.0.7.2.gemfile.lock +0 -204
- data/gemfiles/rails5.2.4.3.gemfile +0 -14
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcus Crafter
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2021-12-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -18,9 +18,6 @@ dependencies:
|
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: 4.2.0
|
21
|
-
- - "<"
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: '6.2'
|
24
21
|
type: :runtime
|
25
22
|
prerelease: false
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,9 +25,6 @@ dependencies:
|
|
28
25
|
- - ">="
|
29
26
|
- !ruby/object:Gem::Version
|
30
27
|
version: 4.2.0
|
31
|
-
- - "<"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '6.2'
|
34
28
|
- !ruby/object:Gem::Dependency
|
35
29
|
name: appraisal
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -45,6 +39,20 @@ dependencies:
|
|
45
39
|
- - "~>"
|
46
40
|
- !ruby/object:Gem::Version
|
47
41
|
version: 1.0.0
|
42
|
+
- !ruby/object:Gem::Dependency
|
43
|
+
name: minitest
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - '='
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: 5.14.4
|
49
|
+
type: :development
|
50
|
+
prerelease: false
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - '='
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: 5.14.4
|
48
56
|
- !ruby/object:Gem::Dependency
|
49
57
|
name: rake
|
50
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -110,6 +118,7 @@ extensions: []
|
|
110
118
|
extra_rdoc_files: []
|
111
119
|
files:
|
112
120
|
- ".coveralls.yml"
|
121
|
+
- ".github/workflows/build.yml"
|
113
122
|
- ".gitignore"
|
114
123
|
- ".rspec"
|
115
124
|
- ".rubocop.yml"
|
@@ -122,26 +131,22 @@ files:
|
|
122
131
|
- README.md
|
123
132
|
- Rakefile
|
124
133
|
- comma.gemspec
|
125
|
-
- gemfiles/active5.
|
126
|
-
- gemfiles/active5.
|
127
|
-
- gemfiles/
|
128
|
-
- gemfiles/
|
129
|
-
- gemfiles/
|
130
|
-
- gemfiles/
|
131
|
-
- gemfiles/
|
132
|
-
- gemfiles/
|
133
|
-
- gemfiles/
|
134
|
-
- gemfiles/
|
135
|
-
- gemfiles/
|
136
|
-
- gemfiles/
|
137
|
-
- gemfiles/
|
138
|
-
- gemfiles/
|
139
|
-
- gemfiles/
|
140
|
-
- gemfiles/
|
141
|
-
- gemfiles/rails6.0.3.1.gemfile
|
142
|
-
- gemfiles/rails6.0.3.1.gemfile.lock
|
143
|
-
- gemfiles/rails6.1.0.gemfile
|
144
|
-
- gemfiles/rails6.1.0.gemfile.lock
|
134
|
+
- gemfiles/active5.2.5.gemfile
|
135
|
+
- gemfiles/active5.2.5.gemfile.lock
|
136
|
+
- gemfiles/active6.0.3.6.gemfile
|
137
|
+
- gemfiles/active6.0.3.6.gemfile.lock
|
138
|
+
- gemfiles/active6.1.3.1.gemfile
|
139
|
+
- gemfiles/active6.1.3.1.gemfile.lock
|
140
|
+
- gemfiles/active7.0.0.gemfile
|
141
|
+
- gemfiles/active7.0.0.gemfile.lock
|
142
|
+
- gemfiles/rails5.2.5.gemfile
|
143
|
+
- gemfiles/rails5.2.5.gemfile.lock
|
144
|
+
- gemfiles/rails6.0.3.6.gemfile
|
145
|
+
- gemfiles/rails6.0.3.6.gemfile.lock
|
146
|
+
- gemfiles/rails6.1.3.1.gemfile
|
147
|
+
- gemfiles/rails6.1.3.1.gemfile.lock
|
148
|
+
- gemfiles/rails7.0.0.gemfile
|
149
|
+
- gemfiles/rails7.0.0.gemfile.lock
|
145
150
|
- init.rb
|
146
151
|
- lib/comma.rb
|
147
152
|
- lib/comma/array.rb
|
@@ -1,113 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
comma (4.5.0)
|
5
|
-
activesupport (>= 4.2.0, < 6.2)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activemodel (5.0.7.2)
|
11
|
-
activesupport (= 5.0.7.2)
|
12
|
-
activerecord (5.0.7.2)
|
13
|
-
activemodel (= 5.0.7.2)
|
14
|
-
activesupport (= 5.0.7.2)
|
15
|
-
arel (~> 7.0)
|
16
|
-
activesupport (5.0.7.2)
|
17
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
-
i18n (>= 0.7, < 2)
|
19
|
-
minitest (~> 5.1)
|
20
|
-
tzinfo (~> 1.1)
|
21
|
-
appraisal (1.0.3)
|
22
|
-
bundler
|
23
|
-
rake
|
24
|
-
thor (>= 0.14.0)
|
25
|
-
arel (7.1.4)
|
26
|
-
ast (2.4.1)
|
27
|
-
concurrent-ruby (1.1.6)
|
28
|
-
coveralls (0.8.23)
|
29
|
-
json (>= 1.8, < 3)
|
30
|
-
simplecov (~> 0.16.1)
|
31
|
-
term-ansicolor (~> 1.3)
|
32
|
-
thor (>= 0.19.4, < 2.0)
|
33
|
-
tins (~> 1.6)
|
34
|
-
diff-lcs (1.3)
|
35
|
-
docile (1.3.2)
|
36
|
-
i18n (1.8.3)
|
37
|
-
concurrent-ruby (~> 1.0)
|
38
|
-
jaro_winkler (1.5.4)
|
39
|
-
json (2.3.0)
|
40
|
-
minitest (5.14.1)
|
41
|
-
parallel (1.19.1)
|
42
|
-
parser (2.7.1.3)
|
43
|
-
ast (~> 2.4.0)
|
44
|
-
psych (3.1.0)
|
45
|
-
rainbow (3.0.0)
|
46
|
-
rake (13.0.1)
|
47
|
-
rspec (3.5.0)
|
48
|
-
rspec-core (~> 3.5.0)
|
49
|
-
rspec-expectations (~> 3.5.0)
|
50
|
-
rspec-mocks (~> 3.5.0)
|
51
|
-
rspec-activemodel-mocks (1.1.0)
|
52
|
-
activemodel (>= 3.0)
|
53
|
-
activesupport (>= 3.0)
|
54
|
-
rspec-mocks (>= 2.99, < 4.0)
|
55
|
-
rspec-core (3.5.4)
|
56
|
-
rspec-support (~> 3.5.0)
|
57
|
-
rspec-expectations (3.5.0)
|
58
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
59
|
-
rspec-support (~> 3.5.0)
|
60
|
-
rspec-its (1.3.0)
|
61
|
-
rspec-core (>= 3.0.0)
|
62
|
-
rspec-expectations (>= 3.0.0)
|
63
|
-
rspec-mocks (3.5.0)
|
64
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
65
|
-
rspec-support (~> 3.5.0)
|
66
|
-
rspec-support (3.5.0)
|
67
|
-
rubocop (0.67.2)
|
68
|
-
jaro_winkler (~> 1.5.1)
|
69
|
-
parallel (~> 1.10)
|
70
|
-
parser (>= 2.5, != 2.5.1.1)
|
71
|
-
psych (>= 3.1.0)
|
72
|
-
rainbow (>= 2.2.2, < 4.0)
|
73
|
-
ruby-progressbar (~> 1.7)
|
74
|
-
unicode-display_width (>= 1.4.0, < 1.6)
|
75
|
-
rubocop-performance (1.1.0)
|
76
|
-
rubocop (>= 0.67.0)
|
77
|
-
ruby-progressbar (1.10.1)
|
78
|
-
simplecov (0.16.1)
|
79
|
-
docile (~> 1.1)
|
80
|
-
json (>= 1.8, < 3)
|
81
|
-
simplecov-html (~> 0.10.0)
|
82
|
-
simplecov-html (0.10.2)
|
83
|
-
sqlite3 (1.3.11)
|
84
|
-
sync (0.5.0)
|
85
|
-
term-ansicolor (1.7.1)
|
86
|
-
tins (~> 1.0)
|
87
|
-
thor (1.0.1)
|
88
|
-
thread_safe (0.3.6)
|
89
|
-
tins (1.25.0)
|
90
|
-
sync
|
91
|
-
tzinfo (1.2.7)
|
92
|
-
thread_safe (~> 0.1)
|
93
|
-
unicode-display_width (1.5.0)
|
94
|
-
|
95
|
-
PLATFORMS
|
96
|
-
ruby
|
97
|
-
|
98
|
-
DEPENDENCIES
|
99
|
-
activerecord (= 5.0.7.2)
|
100
|
-
activesupport (= 5.0.7.2)
|
101
|
-
appraisal (~> 1.0.0)
|
102
|
-
comma!
|
103
|
-
coveralls
|
104
|
-
rake (~> 13.0.1)
|
105
|
-
rspec (~> 3.5.0)
|
106
|
-
rspec-activemodel-mocks
|
107
|
-
rspec-its
|
108
|
-
rubocop (~> 0.67.2)
|
109
|
-
rubocop-performance
|
110
|
-
sqlite3
|
111
|
-
|
112
|
-
BUNDLED WITH
|
113
|
-
1.17.3
|
@@ -1,12 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "coveralls", :require => false
|
6
|
-
gem "rubocop", "~> 0.67.2", :require => false
|
7
|
-
gem "rubocop-performance", :require => false
|
8
|
-
gem "sqlite3"
|
9
|
-
gem "activesupport", "6.0.3.1"
|
10
|
-
gem "activerecord", "6.0.3.1"
|
11
|
-
|
12
|
-
gemspec :path => "../"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "coveralls", :require => false
|
6
|
-
gem "rubocop", "~> 0.67.2", :require => false
|
7
|
-
gem "rubocop-performance", :require => false
|
8
|
-
gem "sqlite3", "~> 1.3.11"
|
9
|
-
gem "rails", "5.0.7.2"
|
10
|
-
gem "rspec-rails"
|
11
|
-
gem "sprockets", "< 4"
|
12
|
-
gem "test-unit"
|
13
|
-
|
14
|
-
gemspec :path => "../"
|
@@ -1,204 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
comma (4.5.0)
|
5
|
-
activesupport (>= 4.2.0, < 6.2)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (5.0.7.2)
|
11
|
-
actionpack (= 5.0.7.2)
|
12
|
-
nio4r (>= 1.2, < 3.0)
|
13
|
-
websocket-driver (~> 0.6.1)
|
14
|
-
actionmailer (5.0.7.2)
|
15
|
-
actionpack (= 5.0.7.2)
|
16
|
-
actionview (= 5.0.7.2)
|
17
|
-
activejob (= 5.0.7.2)
|
18
|
-
mail (~> 2.5, >= 2.5.4)
|
19
|
-
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.0.7.2)
|
21
|
-
actionview (= 5.0.7.2)
|
22
|
-
activesupport (= 5.0.7.2)
|
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.2)
|
28
|
-
activesupport (= 5.0.7.2)
|
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.2)
|
34
|
-
activesupport (= 5.0.7.2)
|
35
|
-
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.0.7.2)
|
37
|
-
activesupport (= 5.0.7.2)
|
38
|
-
activerecord (5.0.7.2)
|
39
|
-
activemodel (= 5.0.7.2)
|
40
|
-
activesupport (= 5.0.7.2)
|
41
|
-
arel (~> 7.0)
|
42
|
-
activesupport (5.0.7.2)
|
43
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
|
-
i18n (>= 0.7, < 2)
|
45
|
-
minitest (~> 5.1)
|
46
|
-
tzinfo (~> 1.1)
|
47
|
-
appraisal (1.0.3)
|
48
|
-
bundler
|
49
|
-
rake
|
50
|
-
thor (>= 0.14.0)
|
51
|
-
arel (7.1.4)
|
52
|
-
ast (2.4.1)
|
53
|
-
builder (3.2.4)
|
54
|
-
concurrent-ruby (1.1.6)
|
55
|
-
coveralls (0.8.23)
|
56
|
-
json (>= 1.8, < 3)
|
57
|
-
simplecov (~> 0.16.1)
|
58
|
-
term-ansicolor (~> 1.3)
|
59
|
-
thor (>= 0.19.4, < 2.0)
|
60
|
-
tins (~> 1.6)
|
61
|
-
crass (1.0.6)
|
62
|
-
diff-lcs (1.3)
|
63
|
-
docile (1.3.2)
|
64
|
-
erubis (2.7.0)
|
65
|
-
globalid (0.4.2)
|
66
|
-
activesupport (>= 4.2.0)
|
67
|
-
i18n (1.8.3)
|
68
|
-
concurrent-ruby (~> 1.0)
|
69
|
-
jaro_winkler (1.5.4)
|
70
|
-
json (2.3.0)
|
71
|
-
loofah (2.5.0)
|
72
|
-
crass (~> 1.0.2)
|
73
|
-
nokogiri (>= 1.5.9)
|
74
|
-
mail (2.7.1)
|
75
|
-
mini_mime (>= 0.1.1)
|
76
|
-
method_source (1.0.0)
|
77
|
-
mini_mime (1.0.2)
|
78
|
-
mini_portile2 (2.4.0)
|
79
|
-
minitest (5.14.1)
|
80
|
-
nio4r (2.5.2)
|
81
|
-
nokogiri (1.10.9)
|
82
|
-
mini_portile2 (~> 2.4.0)
|
83
|
-
parallel (1.19.1)
|
84
|
-
parser (2.7.1.3)
|
85
|
-
ast (~> 2.4.0)
|
86
|
-
power_assert (1.2.0)
|
87
|
-
psych (3.1.0)
|
88
|
-
rack (2.2.3)
|
89
|
-
rack-test (0.6.3)
|
90
|
-
rack (>= 1.0)
|
91
|
-
rails (5.0.7.2)
|
92
|
-
actioncable (= 5.0.7.2)
|
93
|
-
actionmailer (= 5.0.7.2)
|
94
|
-
actionpack (= 5.0.7.2)
|
95
|
-
actionview (= 5.0.7.2)
|
96
|
-
activejob (= 5.0.7.2)
|
97
|
-
activemodel (= 5.0.7.2)
|
98
|
-
activerecord (= 5.0.7.2)
|
99
|
-
activesupport (= 5.0.7.2)
|
100
|
-
bundler (>= 1.3.0)
|
101
|
-
railties (= 5.0.7.2)
|
102
|
-
sprockets-rails (>= 2.0.0)
|
103
|
-
rails-dom-testing (2.0.3)
|
104
|
-
activesupport (>= 4.2.0)
|
105
|
-
nokogiri (>= 1.6)
|
106
|
-
rails-html-sanitizer (1.3.0)
|
107
|
-
loofah (~> 2.3)
|
108
|
-
railties (5.0.7.2)
|
109
|
-
actionpack (= 5.0.7.2)
|
110
|
-
activesupport (= 5.0.7.2)
|
111
|
-
method_source
|
112
|
-
rake (>= 0.8.7)
|
113
|
-
thor (>= 0.18.1, < 2.0)
|
114
|
-
rainbow (3.0.0)
|
115
|
-
rake (13.0.1)
|
116
|
-
rspec (3.5.0)
|
117
|
-
rspec-core (~> 3.5.0)
|
118
|
-
rspec-expectations (~> 3.5.0)
|
119
|
-
rspec-mocks (~> 3.5.0)
|
120
|
-
rspec-activemodel-mocks (1.1.0)
|
121
|
-
activemodel (>= 3.0)
|
122
|
-
activesupport (>= 3.0)
|
123
|
-
rspec-mocks (>= 2.99, < 4.0)
|
124
|
-
rspec-core (3.5.4)
|
125
|
-
rspec-support (~> 3.5.0)
|
126
|
-
rspec-expectations (3.5.0)
|
127
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
128
|
-
rspec-support (~> 3.5.0)
|
129
|
-
rspec-its (1.3.0)
|
130
|
-
rspec-core (>= 3.0.0)
|
131
|
-
rspec-expectations (>= 3.0.0)
|
132
|
-
rspec-mocks (3.5.0)
|
133
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
134
|
-
rspec-support (~> 3.5.0)
|
135
|
-
rspec-rails (3.5.2)
|
136
|
-
actionpack (>= 3.0)
|
137
|
-
activesupport (>= 3.0)
|
138
|
-
railties (>= 3.0)
|
139
|
-
rspec-core (~> 3.5.0)
|
140
|
-
rspec-expectations (~> 3.5.0)
|
141
|
-
rspec-mocks (~> 3.5.0)
|
142
|
-
rspec-support (~> 3.5.0)
|
143
|
-
rspec-support (3.5.0)
|
144
|
-
rubocop (0.67.2)
|
145
|
-
jaro_winkler (~> 1.5.1)
|
146
|
-
parallel (~> 1.10)
|
147
|
-
parser (>= 2.5, != 2.5.1.1)
|
148
|
-
psych (>= 3.1.0)
|
149
|
-
rainbow (>= 2.2.2, < 4.0)
|
150
|
-
ruby-progressbar (~> 1.7)
|
151
|
-
unicode-display_width (>= 1.4.0, < 1.6)
|
152
|
-
rubocop-performance (1.1.0)
|
153
|
-
rubocop (>= 0.67.0)
|
154
|
-
ruby-progressbar (1.10.1)
|
155
|
-
simplecov (0.16.1)
|
156
|
-
docile (~> 1.1)
|
157
|
-
json (>= 1.8, < 3)
|
158
|
-
simplecov-html (~> 0.10.0)
|
159
|
-
simplecov-html (0.10.2)
|
160
|
-
sprockets (3.7.2)
|
161
|
-
concurrent-ruby (~> 1.0)
|
162
|
-
rack (> 1, < 3)
|
163
|
-
sprockets-rails (3.2.1)
|
164
|
-
actionpack (>= 4.0)
|
165
|
-
activesupport (>= 4.0)
|
166
|
-
sprockets (>= 3.0.0)
|
167
|
-
sqlite3 (1.3.13)
|
168
|
-
sync (0.5.0)
|
169
|
-
term-ansicolor (1.7.1)
|
170
|
-
tins (~> 1.0)
|
171
|
-
test-unit (3.3.6)
|
172
|
-
power_assert
|
173
|
-
thor (1.0.1)
|
174
|
-
thread_safe (0.3.6)
|
175
|
-
tins (1.25.0)
|
176
|
-
sync
|
177
|
-
tzinfo (1.2.7)
|
178
|
-
thread_safe (~> 0.1)
|
179
|
-
unicode-display_width (1.5.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 (~> 1.0.0)
|
189
|
-
comma!
|
190
|
-
coveralls
|
191
|
-
rails (= 5.0.7.2)
|
192
|
-
rake (~> 13.0.1)
|
193
|
-
rspec (~> 3.5.0)
|
194
|
-
rspec-activemodel-mocks
|
195
|
-
rspec-its
|
196
|
-
rspec-rails
|
197
|
-
rubocop (~> 0.67.2)
|
198
|
-
rubocop-performance
|
199
|
-
sprockets (< 4)
|
200
|
-
sqlite3 (~> 1.3.11)
|
201
|
-
test-unit
|
202
|
-
|
203
|
-
BUNDLED WITH
|
204
|
-
1.17.3
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "coveralls", :require => false
|
6
|
-
gem "rubocop", "~> 0.67.2", :require => false
|
7
|
-
gem "rubocop-performance", :require => false
|
8
|
-
gem "sqlite3", "~> 1.3.11"
|
9
|
-
gem "rails", "5.2.4.3"
|
10
|
-
gem "rspec-rails"
|
11
|
-
gem "sprockets", "< 4"
|
12
|
-
gem "test-unit"
|
13
|
-
|
14
|
-
gemspec :path => "../"
|