sinatra_omniauth 1.3.0 → 1.3.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +65 -35
  3. data/sinatra_omniauth.gemspec +2 -2
  4. metadata +6 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b901156f27bf2c3b8c44b380b9b71de2dc6424c3a6e50d97c3867402b15e9bb
4
- data.tar.gz: bde3038b42763801a576043a3c532b7d595bfa7e8b233b2f6f064950a1bbc8a0
3
+ metadata.gz: aac614acf7c205c92ee3d864b4a11c9636fd2ba2beaa2afcdac702a33a120437
4
+ data.tar.gz: 219bf04676efd041fbc823e666edc19e164ad0cf731b77731bb5d79e704b2337
5
5
  SHA512:
6
- metadata.gz: 9949541f7ea137b3c2ffc93c64469893cd812e8dd825c653c25b2766f4b79d4804c2199ff922b6a55aa7de30cc0154695ee6a2bcfcafda26ee2dfdaec74448ff
7
- data.tar.gz: 48ebe5b60223ec5b44e0cb4091b2d8c87ddb426d120947106abe3f9fcbba4eaa5a21e4b9d39b61104aa414076b62915e3b6d92dd33ec617f9e935ef4ce0c5e65
6
+ metadata.gz: 4422d802cc3d608d1dfe460aec93fe380eee5f1980ef17a57f94f024855a56f34a7d60ecdb6300b3c13a4b087360d5b9be7daf5a62a023bc95acc3542b1f1b6d
7
+ data.tar.gz: 821e416c8ba98fbadf5f4be11cf0401db605f8f95f6a3a5bae23ee721dafa996b8b1d73795c1a72fce1549b8b12f2a658df51f468ffe87df7c01ebf8400600a6
data/Gemfile.lock CHANGED
@@ -1,11 +1,13 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- addressable (2.8.1)
5
- public_suffix (>= 2.0.2, < 6.0)
4
+ addressable (2.8.7)
5
+ public_suffix (>= 2.0.2, < 7.0)
6
+ base64 (0.2.0)
6
7
  data_objects (0.10.17)
7
8
  addressable (~> 2.1)
8
- diff-lcs (1.5.0)
9
+ date (3.4.1)
10
+ diff-lcs (1.6.0)
9
11
  dm-core (1.2.1)
10
12
  addressable (~> 2.3)
11
13
  dm-do-adapter (1.2.0)
@@ -23,13 +25,14 @@ GEM
23
25
  data_objects (= 0.10.17)
24
26
  do_sqlite3 (0.10.17)
25
27
  data_objects (= 0.10.17)
26
- haml (6.1.1)
28
+ haml (6.3.0)
27
29
  temple (>= 0.8.2)
28
30
  thor
29
31
  tilt
30
32
  hashie (5.0.0)
33
+ logger (1.6.6)
31
34
  multi_json (1.15.0)
32
- mustermann (3.0.0)
35
+ mustermann (3.0.3)
33
36
  ruby2_keywords (~> 0.0.1)
34
37
  oauth (1.1.0)
35
38
  oauth-tty (~> 1.0, >= 1.0.1)
@@ -37,63 +40,90 @@ GEM
37
40
  version_gem (~> 1.1)
38
41
  oauth-tty (1.0.5)
39
42
  version_gem (~> 1.1, >= 1.1.1)
40
- omniauth (2.1.1)
43
+ omniauth (2.1.2)
41
44
  hashie (>= 3.4.6)
42
45
  rack (>= 2.2.3)
43
46
  rack-protection
44
- omniauth-oauth (1.2.0)
47
+ omniauth-oauth (1.2.1)
45
48
  oauth
46
49
  omniauth (>= 1.0, < 3)
50
+ rack (>= 1.6.2, < 4)
47
51
  omniauth-twitter (1.4.0)
48
52
  omniauth-oauth (~> 1.1)
49
53
  rack
50
- psych (5.1.0)
54
+ psych (5.2.3)
55
+ date
51
56
  stringio
52
- public_suffix (5.0.1)
53
- rack (2.2.6.3)
57
+ public_suffix (6.0.1)
58
+ rack (3.1.10)
54
59
  rack-flash3 (1.0.5)
55
60
  rack
56
- rack-protection (3.0.5)
57
- rack
61
+ rack-protection (4.1.1)
62
+ base64 (>= 0.1.0)
63
+ logger (>= 1.6.0)
64
+ rack (>= 3.0.0, < 4)
65
+ rack-session (2.1.0)
66
+ base64 (>= 0.1.0)
67
+ rack (>= 3.0.0)
58
68
  rcov (0.9.11)
59
- rdoc (6.5.0)
69
+ rdoc (6.12.0)
60
70
  psych (>= 4.0.0)
61
- rspec (3.12.0)
62
- rspec-core (~> 3.12.0)
63
- rspec-expectations (~> 3.12.0)
64
- rspec-mocks (~> 3.12.0)
65
- rspec-core (3.12.1)
66
- rspec-support (~> 3.12.0)
67
- rspec-expectations (3.12.2)
71
+ rspec (3.13.0)
72
+ rspec-core (~> 3.13.0)
73
+ rspec-expectations (~> 3.13.0)
74
+ rspec-mocks (~> 3.13.0)
75
+ rspec-core (3.13.3)
76
+ rspec-support (~> 3.13.0)
77
+ rspec-expectations (3.13.3)
68
78
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.12.0)
70
- rspec-mocks (3.12.3)
79
+ rspec-support (~> 3.13.0)
80
+ rspec-mocks (3.13.2)
71
81
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.12.0)
73
- rspec-support (3.12.0)
82
+ rspec-support (~> 3.13.0)
83
+ rspec-support (3.13.2)
74
84
  ruby2_keywords (0.0.5)
75
85
  simplecov (0.6.4)
76
86
  multi_json (~> 1.0)
77
87
  simplecov-html (~> 0.5.3)
78
88
  simplecov-html (0.5.3)
79
- sinatra (3.0.5)
89
+ sinatra (4.1.1)
90
+ logger (>= 1.6.0)
80
91
  mustermann (~> 3.0)
81
- rack (~> 2.2, >= 2.2.4)
82
- rack-protection (= 3.0.5)
92
+ rack (>= 3.0.0, < 4)
93
+ rack-protection (= 4.1.1)
94
+ rack-session (>= 2.0.0, < 3)
83
95
  tilt (~> 2.0)
84
96
  snaky_hash (2.0.1)
85
97
  hashie
86
98
  version_gem (~> 1.1, >= 1.1.1)
87
- sqlite3 (1.6.1-x86_64-darwin)
88
- stringio (3.0.5)
89
- temple (0.10.0)
90
- thor (1.2.1)
91
- tilt (2.1.0)
99
+ sqlite3 (2.5.0-aarch64-linux-gnu)
100
+ sqlite3 (2.5.0-aarch64-linux-musl)
101
+ sqlite3 (2.5.0-arm-linux-gnu)
102
+ sqlite3 (2.5.0-arm-linux-musl)
103
+ sqlite3 (2.5.0-arm64-darwin)
104
+ sqlite3 (2.5.0-x86-linux-gnu)
105
+ sqlite3 (2.5.0-x86-linux-musl)
106
+ sqlite3 (2.5.0-x86_64-darwin)
107
+ sqlite3 (2.5.0-x86_64-linux-gnu)
108
+ sqlite3 (2.5.0-x86_64-linux-musl)
109
+ stringio (3.1.3)
110
+ temple (0.10.3)
111
+ thor (1.3.2)
112
+ tilt (2.6.0)
92
113
  uuidtools (2.2.0)
93
- version_gem (1.1.1)
114
+ version_gem (1.1.4)
94
115
 
95
116
  PLATFORMS
96
- x86_64-darwin-18
117
+ aarch64-linux-gnu
118
+ aarch64-linux-musl
119
+ arm-linux-gnu
120
+ arm-linux-musl
121
+ arm64-darwin
122
+ x86-linux-gnu
123
+ x86-linux-musl
124
+ x86_64-darwin
125
+ x86_64-linux-gnu
126
+ x86_64-linux-musl
97
127
 
98
128
  DEPENDENCIES
99
129
  addressable
@@ -114,4 +144,4 @@ DEPENDENCIES
114
144
  uuidtools
115
145
 
116
146
  BUNDLED WITH
117
- 2.3.16
147
+ 2.6.3
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "sinatra_omniauth"
5
- spec.version = "1.3.0"
5
+ spec.version = "1.3.1"
6
6
  spec.authors = ["Clifford Heath"]
7
7
  spec.email = "clifford.heath@gmail.com"
8
8
 
@@ -86,7 +86,7 @@ Gem::Specification.new do |spec|
86
86
  "views/auth.haml"
87
87
  ]
88
88
 
89
- spec.add_runtime_dependency(%q<sinatra>, [">= 0"])
89
+ spec.add_runtime_dependency(%q<sinatra>, ["~> 4.1.0"])
90
90
  spec.add_runtime_dependency(%q<omniauth>, [">= 0"])
91
91
  spec.add_runtime_dependency(%q<omniauth-twitter>, [">= 0"])
92
92
  spec.add_runtime_dependency(%q<dm-core>, [">= 0"])
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_omniauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clifford Heath
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
10
  date: 2023-03-11 00:00:00.000000000 Z
@@ -14,16 +13,16 @@ dependencies:
14
13
  name: sinatra
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '0'
18
+ version: 4.1.0
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ">="
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '0'
25
+ version: 4.1.0
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: omniauth
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -342,7 +341,6 @@ homepage: http://github.com/cjheath/sinatra_omniauth
342
341
  licenses:
343
342
  - MIT
344
343
  metadata: {}
345
- post_install_message:
346
344
  rdoc_options: []
347
345
  require_paths:
348
346
  - lib
@@ -357,8 +355,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
357
355
  - !ruby/object:Gem::Version
358
356
  version: '0'
359
357
  requirements: []
360
- rubygems_version: 3.2.22
361
- signing_key:
358
+ rubygems_version: 3.6.3
362
359
  specification_version: 4
363
360
  summary: A Sinatra extension that provides pure OmniAuth goodness to your application
364
361
  (with DataMapper)