rails-session_cookie 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,210 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- rails-session_cookie (0.2.2)
5
- rails (>= 4.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.1.3)
11
- actionpack (= 5.1.3)
12
- nio4r (~> 2.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.3)
15
- actionpack (= 5.1.3)
16
- actionview (= 5.1.3)
17
- activejob (= 5.1.3)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.1.3)
21
- actionview (= 5.1.3)
22
- activesupport (= 5.1.3)
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.3)
28
- activesupport (= 5.1.3)
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.3)
34
- activesupport (= 5.1.3)
35
- globalid (>= 0.3.6)
36
- activemodel (5.1.3)
37
- activesupport (= 5.1.3)
38
- activerecord (5.1.3)
39
- activemodel (= 5.1.3)
40
- activesupport (= 5.1.3)
41
- arel (~> 8.0)
42
- activesupport (5.1.3)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (~> 0.7)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- addressable (2.5.2)
48
- public_suffix (>= 2.0.2, < 4.0)
49
- appraisal (2.2.0)
50
- bundler
51
- rake
52
- thor (>= 0.14.0)
53
- arel (8.0.0)
54
- ast (2.3.0)
55
- benchmark-ips (2.7.2)
56
- benchmark-perf (0.2.1)
57
- builder (3.2.3)
58
- byebug (9.0.6)
59
- capybara (2.15.1)
60
- addressable
61
- mini_mime (>= 0.1.3)
62
- nokogiri (>= 1.3.3)
63
- rack (>= 1.0.0)
64
- rack-test (>= 0.5.4)
65
- xpath (~> 2.0)
66
- codeclimate-test-reporter (1.0.8)
67
- simplecov (<= 0.13)
68
- coderay (1.1.1)
69
- concurrent-ruby (1.0.5)
70
- diff-lcs (1.3)
71
- docile (1.1.5)
72
- erubi (1.6.1)
73
- globalid (0.4.0)
74
- activesupport (>= 4.2.0)
75
- i18n (0.8.6)
76
- json (2.1.0)
77
- loofah (2.0.3)
78
- nokogiri (>= 1.5.9)
79
- mail (2.6.6)
80
- mime-types (>= 1.16, < 4)
81
- method_source (0.8.2)
82
- mime-types (3.1)
83
- mime-types-data (~> 3.2015)
84
- mime-types-data (3.2016.0521)
85
- mini_mime (0.1.4)
86
- mini_portile2 (2.2.0)
87
- minitest (5.10.3)
88
- nio4r (2.1.0)
89
- nokogiri (1.8.0)
90
- mini_portile2 (~> 2.2.0)
91
- parallel (1.12.0)
92
- parser (2.4.0.0)
93
- ast (~> 2.2)
94
- powerpack (0.1.1)
95
- pry (0.10.4)
96
- coderay (~> 1.1.0)
97
- method_source (~> 0.8.1)
98
- slop (~> 3.4)
99
- pry-byebug (3.4.2)
100
- byebug (~> 9.0)
101
- pry (~> 0.10)
102
- public_suffix (3.0.0)
103
- rack (2.0.3)
104
- rack-test (0.6.3)
105
- rack (>= 1.0)
106
- rails (5.1.3)
107
- actioncable (= 5.1.3)
108
- actionmailer (= 5.1.3)
109
- actionpack (= 5.1.3)
110
- actionview (= 5.1.3)
111
- activejob (= 5.1.3)
112
- activemodel (= 5.1.3)
113
- activerecord (= 5.1.3)
114
- activesupport (= 5.1.3)
115
- bundler (>= 1.3.0)
116
- railties (= 5.1.3)
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.0.3)
122
- loofah (~> 2.0)
123
- railties (5.1.3)
124
- actionpack (= 5.1.3)
125
- activesupport (= 5.1.3)
126
- method_source
127
- rake (>= 0.8.7)
128
- thor (>= 0.18.1, < 2.0)
129
- rainbow (2.2.2)
130
- rake
131
- rake (10.5.0)
132
- rspec (3.6.0)
133
- rspec-core (~> 3.6.0)
134
- rspec-expectations (~> 3.6.0)
135
- rspec-mocks (~> 3.6.0)
136
- rspec-benchmark (0.3.0)
137
- benchmark-perf (~> 0.2.0)
138
- rspec (>= 3.0.0, < 4.0.0)
139
- rspec-core (3.6.0)
140
- rspec-support (~> 3.6.0)
141
- rspec-expectations (3.6.0)
142
- diff-lcs (>= 1.2.0, < 2.0)
143
- rspec-support (~> 3.6.0)
144
- rspec-mocks (3.6.0)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.6.0)
147
- rspec-rails (3.6.1)
148
- actionpack (>= 3.0)
149
- activesupport (>= 3.0)
150
- railties (>= 3.0)
151
- rspec-core (~> 3.6.0)
152
- rspec-expectations (~> 3.6.0)
153
- rspec-mocks (~> 3.6.0)
154
- rspec-support (~> 3.6.0)
155
- rspec-support (3.6.0)
156
- rubocop (0.49.1)
157
- parallel (~> 1.10)
158
- parser (>= 2.3.3.1, < 3.0)
159
- powerpack (~> 0.1)
160
- rainbow (>= 1.99.1, < 3.0)
161
- ruby-progressbar (~> 1.7)
162
- unicode-display_width (~> 1.0, >= 1.0.1)
163
- ruby-progressbar (1.8.1)
164
- simplecov (0.13.0)
165
- docile (~> 1.1.0)
166
- json (>= 1.8, < 3)
167
- simplecov-html (~> 0.10.0)
168
- simplecov-html (0.10.2)
169
- slop (3.6.0)
170
- sprockets (3.7.1)
171
- concurrent-ruby (~> 1.0)
172
- rack (> 1, < 3)
173
- sprockets-rails (3.2.1)
174
- actionpack (>= 4.0)
175
- activesupport (>= 4.0)
176
- sprockets (>= 3.0.0)
177
- sqlite3 (1.3.13)
178
- thor (0.20.0)
179
- thread_safe (0.3.6)
180
- tzinfo (1.2.3)
181
- thread_safe (~> 0.1)
182
- unicode-display_width (1.3.0)
183
- websocket-driver (0.6.5)
184
- websocket-extensions (>= 0.1.0)
185
- websocket-extensions (0.1.2)
186
- xpath (2.1.0)
187
- nokogiri (~> 1.3)
188
-
189
- PLATFORMS
190
- ruby
191
-
192
- DEPENDENCIES
193
- appraisal (~> 2.2)
194
- benchmark-ips (~> 2.7.2)
195
- bundler (~> 1.15)
196
- capybara (~> 2.15)
197
- codeclimate-test-reporter (= 1.0.8)
198
- pry-byebug
199
- rails (~> 5.1.3)
200
- rails-session_cookie!
201
- rake (~> 10.0)
202
- rspec (~> 3.0)
203
- rspec-benchmark (~> 0.3)
204
- rspec-rails (~> 3.6.1)
205
- rubocop (~> 0.49)
206
- simplecov (= 0.13.0)
207
- sqlite3 (~> 1.3)
208
-
209
- BUNDLED WITH
210
- 1.15.4
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "pry-byebug"
6
- gem "rails", "~> 5.1.3"
7
- gem "warden", ">= 1.2"
8
- gem "devise", "~> 4.3"
9
-
10
- gemspec path: "../"
@@ -1,225 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- rails-session_cookie (0.2.2)
5
- rails (>= 4.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.1.3)
11
- actionpack (= 5.1.3)
12
- nio4r (~> 2.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.3)
15
- actionpack (= 5.1.3)
16
- actionview (= 5.1.3)
17
- activejob (= 5.1.3)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.1.3)
21
- actionview (= 5.1.3)
22
- activesupport (= 5.1.3)
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.3)
28
- activesupport (= 5.1.3)
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.3)
34
- activesupport (= 5.1.3)
35
- globalid (>= 0.3.6)
36
- activemodel (5.1.3)
37
- activesupport (= 5.1.3)
38
- activerecord (5.1.3)
39
- activemodel (= 5.1.3)
40
- activesupport (= 5.1.3)
41
- arel (~> 8.0)
42
- activesupport (5.1.3)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (~> 0.7)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- addressable (2.5.2)
48
- public_suffix (>= 2.0.2, < 4.0)
49
- appraisal (2.2.0)
50
- bundler
51
- rake
52
- thor (>= 0.14.0)
53
- arel (8.0.0)
54
- ast (2.3.0)
55
- bcrypt (3.1.11)
56
- benchmark-ips (2.7.2)
57
- benchmark-perf (0.2.1)
58
- builder (3.2.3)
59
- byebug (9.1.0)
60
- capybara (2.15.1)
61
- addressable
62
- mini_mime (>= 0.1.3)
63
- nokogiri (>= 1.3.3)
64
- rack (>= 1.0.0)
65
- rack-test (>= 0.5.4)
66
- xpath (~> 2.0)
67
- codeclimate-test-reporter (1.0.8)
68
- simplecov (<= 0.13)
69
- coderay (1.1.2)
70
- concurrent-ruby (1.0.5)
71
- devise (4.3.0)
72
- bcrypt (~> 3.0)
73
- orm_adapter (~> 0.1)
74
- railties (>= 4.1.0, < 5.2)
75
- responders
76
- warden (~> 1.2.3)
77
- diff-lcs (1.3)
78
- docile (1.1.5)
79
- erubi (1.6.1)
80
- globalid (0.4.0)
81
- activesupport (>= 4.2.0)
82
- i18n (0.8.6)
83
- json (2.1.0)
84
- loofah (2.0.3)
85
- nokogiri (>= 1.5.9)
86
- mail (2.6.6)
87
- mime-types (>= 1.16, < 4)
88
- method_source (0.8.2)
89
- mime-types (3.1)
90
- mime-types-data (~> 3.2015)
91
- mime-types-data (3.2016.0521)
92
- mini_mime (0.1.4)
93
- mini_portile2 (2.2.0)
94
- minitest (5.10.3)
95
- nio4r (2.1.0)
96
- nokogiri (1.8.0)
97
- mini_portile2 (~> 2.2.0)
98
- orm_adapter (0.5.0)
99
- parallel (1.12.0)
100
- parser (2.4.0.0)
101
- ast (~> 2.2)
102
- powerpack (0.1.1)
103
- pry (0.10.4)
104
- coderay (~> 1.1.0)
105
- method_source (~> 0.8.1)
106
- slop (~> 3.4)
107
- pry-byebug (3.5.0)
108
- byebug (~> 9.1)
109
- pry (~> 0.10)
110
- public_suffix (3.0.0)
111
- rack (2.0.3)
112
- rack-test (0.6.3)
113
- rack (>= 1.0)
114
- rails (5.1.3)
115
- actioncable (= 5.1.3)
116
- actionmailer (= 5.1.3)
117
- actionpack (= 5.1.3)
118
- actionview (= 5.1.3)
119
- activejob (= 5.1.3)
120
- activemodel (= 5.1.3)
121
- activerecord (= 5.1.3)
122
- activesupport (= 5.1.3)
123
- bundler (>= 1.3.0)
124
- railties (= 5.1.3)
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.3)
132
- actionpack (= 5.1.3)
133
- activesupport (= 5.1.3)
134
- method_source
135
- rake (>= 0.8.7)
136
- thor (>= 0.18.1, < 2.0)
137
- rainbow (2.2.2)
138
- rake
139
- rake (10.5.0)
140
- responders (2.4.0)
141
- actionpack (>= 4.2.0, < 5.3)
142
- railties (>= 4.2.0, < 5.3)
143
- rspec (3.6.0)
144
- rspec-core (~> 3.6.0)
145
- rspec-expectations (~> 3.6.0)
146
- rspec-mocks (~> 3.6.0)
147
- rspec-benchmark (0.3.0)
148
- benchmark-perf (~> 0.2.0)
149
- rspec (>= 3.0.0, < 4.0.0)
150
- rspec-core (3.6.0)
151
- rspec-support (~> 3.6.0)
152
- rspec-expectations (3.6.0)
153
- diff-lcs (>= 1.2.0, < 2.0)
154
- rspec-support (~> 3.6.0)
155
- rspec-mocks (3.6.0)
156
- diff-lcs (>= 1.2.0, < 2.0)
157
- rspec-support (~> 3.6.0)
158
- rspec-rails (3.6.1)
159
- actionpack (>= 3.0)
160
- activesupport (>= 3.0)
161
- railties (>= 3.0)
162
- rspec-core (~> 3.6.0)
163
- rspec-expectations (~> 3.6.0)
164
- rspec-mocks (~> 3.6.0)
165
- rspec-support (~> 3.6.0)
166
- rspec-support (3.6.0)
167
- rubocop (0.49.1)
168
- parallel (~> 1.10)
169
- parser (>= 2.3.3.1, < 3.0)
170
- powerpack (~> 0.1)
171
- rainbow (>= 1.99.1, < 3.0)
172
- ruby-progressbar (~> 1.7)
173
- unicode-display_width (~> 1.0, >= 1.0.1)
174
- ruby-progressbar (1.8.1)
175
- simplecov (0.13.0)
176
- docile (~> 1.1.0)
177
- json (>= 1.8, < 3)
178
- simplecov-html (~> 0.10.0)
179
- simplecov-html (0.10.2)
180
- slop (3.6.0)
181
- sprockets (3.7.1)
182
- concurrent-ruby (~> 1.0)
183
- rack (> 1, < 3)
184
- sprockets-rails (3.2.1)
185
- actionpack (>= 4.0)
186
- activesupport (>= 4.0)
187
- sprockets (>= 3.0.0)
188
- sqlite3 (1.3.13)
189
- thor (0.20.0)
190
- thread_safe (0.3.6)
191
- tzinfo (1.2.3)
192
- thread_safe (~> 0.1)
193
- unicode-display_width (1.3.0)
194
- warden (1.2.7)
195
- rack (>= 1.0)
196
- websocket-driver (0.6.5)
197
- websocket-extensions (>= 0.1.0)
198
- websocket-extensions (0.1.2)
199
- xpath (2.1.0)
200
- nokogiri (~> 1.3)
201
-
202
- PLATFORMS
203
- ruby
204
-
205
- DEPENDENCIES
206
- appraisal (~> 2.2)
207
- benchmark-ips (~> 2.7.2)
208
- bundler (~> 1.15)
209
- capybara (~> 2.15)
210
- codeclimate-test-reporter (= 1.0.8)
211
- devise (~> 4.3)
212
- pry-byebug
213
- rails (~> 5.1.3)
214
- rails-session_cookie!
215
- rake (~> 10.0)
216
- rspec (~> 3.0)
217
- rspec-benchmark (~> 0.3)
218
- rspec-rails (~> 3.6.1)
219
- rubocop (~> 0.49)
220
- simplecov (= 0.13.0)
221
- sqlite3 (~> 1.3)
222
- warden (>= 1.2)
223
-
224
- BUNDLED WITH
225
- 1.15.4