rails_same_site_cookie 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52cc811477d6836781030fd1332f3536d0d11f6c
4
- data.tar.gz: 5d627b98bedeefc28b4f6ccceca2088e1c90a9bf
3
+ metadata.gz: d0c2e537b9df7458324fe26f417e12791742a193
4
+ data.tar.gz: 7f0e758b214264adb777c7fbccd7b08970d641e3
5
5
  SHA512:
6
- metadata.gz: 23c3c098bf99683e7d1546f4848016c0f1fb008cfb4b84dd2148f2548764c6a3c336b5ccb1f6cfc9f93bdd8ae3bdd0595b7ade7b391f668f22579ec9dbf09925
7
- data.tar.gz: 973c8b987fbbdc609edb168fc88051b6ab1b8ce026fa9db32820e9467d160933925c1a5725bbb87481ecec6725b6940f39f0f42fb89061119e9ee4a49a2fa682
6
+ metadata.gz: 34e3be281673ffbe03de44c11cb606e25d2d22946760357dc7f3572cc9ced0ad1f9e4c0141c607a008d07fa274fd29ff24a3bfcd191ca58082e2c9559d5472f2
7
+ data.tar.gz: 6c47a3d87373e137f082fbe99bc70443bfd00674144011a6528e8fe82b497f7921366e573dd695602d8ae9701c126b4a54ab874cc2a7b903ccb2d3a9ad61dfcd
data/.gitignore CHANGED
@@ -11,3 +11,4 @@
11
11
  # rspec failure tracking
12
12
  .rspec_status
13
13
  *.gem
14
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module RailsSameSiteCookie
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
28
28
  spec.add_development_dependency "rake", "~> 10.0"
29
29
  spec.add_development_dependency "rspec", "~> 3.0"
30
30
 
31
- spec.add_dependency "rails", ">= 4.1"
31
+ spec.add_dependency "railties", ">= 4.1"
32
32
  spec.add_dependency "user_agent_parser", "~> 2.5"
33
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_same_site_cookie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Schinis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-26 00:00:00.000000000 Z
11
+ date: 2020-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: rails
56
+ name: railties
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
@@ -92,7 +92,6 @@ files:
92
92
  - ".travis.yml"
93
93
  - CODE_OF_CONDUCT.md
94
94
  - Gemfile
95
- - Gemfile.lock
96
95
  - LICENSE.txt
97
96
  - README.md
98
97
  - Rakefile
@@ -1,144 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rails_same_site_cookie (0.1.3)
5
- rails (>= 4.1)
6
- user_agent_parser (~> 2.5)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.2.4.1)
12
- actionpack (= 5.2.4.1)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.4.1)
16
- actionpack (= 5.2.4.1)
17
- actionview (= 5.2.4.1)
18
- activejob (= 5.2.4.1)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.2.4.1)
22
- actionview (= 5.2.4.1)
23
- activesupport (= 5.2.4.1)
24
- rack (~> 2.0, >= 2.0.8)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.4.1)
29
- activesupport (= 5.2.4.1)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.4.1)
35
- activesupport (= 5.2.4.1)
36
- globalid (>= 0.3.6)
37
- activemodel (5.2.4.1)
38
- activesupport (= 5.2.4.1)
39
- activerecord (5.2.4.1)
40
- activemodel (= 5.2.4.1)
41
- activesupport (= 5.2.4.1)
42
- arel (>= 9.0)
43
- activestorage (5.2.4.1)
44
- actionpack (= 5.2.4.1)
45
- activerecord (= 5.2.4.1)
46
- marcel (~> 0.3.1)
47
- activesupport (5.2.4.1)
48
- concurrent-ruby (~> 1.0, >= 1.0.2)
49
- i18n (>= 0.7, < 2)
50
- minitest (~> 5.1)
51
- tzinfo (~> 1.1)
52
- arel (9.0.0)
53
- builder (3.2.4)
54
- concurrent-ruby (1.1.5)
55
- crass (1.0.5)
56
- diff-lcs (1.3)
57
- erubi (1.9.0)
58
- globalid (0.4.2)
59
- activesupport (>= 4.2.0)
60
- i18n (1.7.1)
61
- concurrent-ruby (~> 1.0)
62
- loofah (2.4.0)
63
- crass (~> 1.0.2)
64
- nokogiri (>= 1.5.9)
65
- mail (2.7.1)
66
- mini_mime (>= 0.1.1)
67
- marcel (0.3.3)
68
- mimemagic (~> 0.3.2)
69
- method_source (0.9.2)
70
- mimemagic (0.3.3)
71
- mini_mime (1.0.2)
72
- mini_portile2 (2.4.0)
73
- minitest (5.13.0)
74
- nio4r (2.5.2)
75
- nokogiri (1.10.7)
76
- mini_portile2 (~> 2.4.0)
77
- rack (2.0.8)
78
- rack-test (1.1.0)
79
- rack (>= 1.0, < 3)
80
- rails (5.2.4.1)
81
- actioncable (= 5.2.4.1)
82
- actionmailer (= 5.2.4.1)
83
- actionpack (= 5.2.4.1)
84
- actionview (= 5.2.4.1)
85
- activejob (= 5.2.4.1)
86
- activemodel (= 5.2.4.1)
87
- activerecord (= 5.2.4.1)
88
- activestorage (= 5.2.4.1)
89
- activesupport (= 5.2.4.1)
90
- bundler (>= 1.3.0)
91
- railties (= 5.2.4.1)
92
- sprockets-rails (>= 2.0.0)
93
- rails-dom-testing (2.0.3)
94
- activesupport (>= 4.2.0)
95
- nokogiri (>= 1.6)
96
- rails-html-sanitizer (1.3.0)
97
- loofah (~> 2.3)
98
- railties (5.2.4.1)
99
- actionpack (= 5.2.4.1)
100
- activesupport (= 5.2.4.1)
101
- method_source
102
- rake (>= 0.8.7)
103
- thor (>= 0.19.0, < 2.0)
104
- rake (10.5.0)
105
- rspec (3.9.0)
106
- rspec-core (~> 3.9.0)
107
- rspec-expectations (~> 3.9.0)
108
- rspec-mocks (~> 3.9.0)
109
- rspec-core (3.9.0)
110
- rspec-support (~> 3.9.0)
111
- rspec-expectations (3.9.0)
112
- diff-lcs (>= 1.2.0, < 2.0)
113
- rspec-support (~> 3.9.0)
114
- rspec-mocks (3.9.0)
115
- diff-lcs (>= 1.2.0, < 2.0)
116
- rspec-support (~> 3.9.0)
117
- rspec-support (3.9.0)
118
- sprockets (3.7.2)
119
- concurrent-ruby (~> 1.0)
120
- rack (> 1, < 3)
121
- sprockets-rails (3.2.1)
122
- actionpack (>= 4.0)
123
- activesupport (>= 4.0)
124
- sprockets (>= 3.0.0)
125
- thor (1.0.1)
126
- thread_safe (0.3.6)
127
- tzinfo (1.2.6)
128
- thread_safe (~> 0.1)
129
- user_agent_parser (2.5.1)
130
- websocket-driver (0.7.1)
131
- websocket-extensions (>= 0.1.0)
132
- websocket-extensions (0.1.4)
133
-
134
- PLATFORMS
135
- ruby
136
-
137
- DEPENDENCIES
138
- bundler (>= 1.17)
139
- rails_same_site_cookie!
140
- rake (~> 10.0)
141
- rspec (~> 3.0)
142
-
143
- BUNDLED WITH
144
- 1.17.3