sinatra_omniauth 1.3.3 → 1.3.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9122e347c99a1566048c2ce6c0f3b293ec317c5c58666ae91397417881bf9b35
4
- data.tar.gz: dce753c2b2f780e43667b87b13b6935180bfb22b4e669d89c3e9275cbe3eb7ec
3
+ metadata.gz: 6476e37d2e39195b3f46c1bdf7fa92c07670f9509f022860ee99307bbd654445
4
+ data.tar.gz: 30f2ba94c2d472459f089eab70ac1963d44dd272bd7aedad8ad61b112fa5cf40
5
5
  SHA512:
6
- metadata.gz: b24e37db94a8a291bbbfeace4ab2588db2525e2729c3725b5629b9ed0704bb81476254a4194215ea51c701616fee7f7bae2aa23cc03326db2bc0c05876f80692
7
- data.tar.gz: ab64d1108c90834f8f8c533fd2f7d6453ca1a8dd73edf9866d13e7639ac3a319127d423256b2eaa8a5a1b2ecc04b479d8fe1709164cdbc5f7b012e6e99c82b04
6
+ metadata.gz: c93ceb8688fc53492f6d530b4168414694e536b91abf96be669285202af5502491011f4a8af2a37fc0fe1cd92bdd8fe5497ca648b2ef82bf4005b1a785144ee9
7
+ data.tar.gz: aa3c861cc8bd928dea8d0a632a29b8239a90a42da5af1001d311dd1f293882d542a98d023b9b648a73331cab6bfb8e6d1fb8e946edf4323277e3455f37569f11
data/Gemfile.lock CHANGED
@@ -6,7 +6,7 @@ GEM
6
6
  base64 (0.3.0)
7
7
  data_objects (0.10.17)
8
8
  addressable (~> 2.1)
9
- date (3.4.1)
9
+ date (3.5.1)
10
10
  diff-lcs (1.6.2)
11
11
  dm-core (1.2.1)
12
12
  addressable (~> 2.3)
@@ -25,7 +25,7 @@ GEM
25
25
  data_objects (= 0.10.17)
26
26
  do_sqlite3 (0.10.17)
27
27
  data_objects (= 0.10.17)
28
- erb (5.0.3)
28
+ erb (6.0.2)
29
29
  haml (6.3.0)
30
30
  temple (>= 0.8.2)
31
31
  thor
@@ -53,11 +53,11 @@ GEM
53
53
  omniauth-twitter (1.4.0)
54
54
  omniauth-oauth (~> 1.1)
55
55
  rack
56
- psych (5.2.6)
56
+ psych (5.3.1)
57
57
  date
58
58
  stringio
59
59
  public_suffix (6.0.2)
60
- rack (3.2.3)
60
+ rack (3.2.5)
61
61
  rack-flash3 (1.0.5)
62
62
  rack
63
63
  rack-protection (4.2.1)
@@ -68,7 +68,7 @@ GEM
68
68
  base64 (>= 0.1.0)
69
69
  rack (>= 3.0.0)
70
70
  rcov (0.9.11)
71
- rdoc (6.15.0)
71
+ rdoc (7.2.0)
72
72
  erb
73
73
  psych (>= 4.0.0)
74
74
  tsort
@@ -110,7 +110,7 @@ GEM
110
110
  sqlite3 (2.7.4-x86_64-darwin)
111
111
  sqlite3 (2.7.4-x86_64-linux-gnu)
112
112
  sqlite3 (2.7.4-x86_64-linux-musl)
113
- stringio (3.1.7)
113
+ stringio (3.2.0)
114
114
  temple (0.10.4)
115
115
  thor (1.4.0)
116
116
  tilt (2.6.1)
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "sinatra_omniauth"
5
- spec.version = "1.3.3"
5
+ spec.version = "1.3.4"
6
6
  spec.authors = ["Clifford Heath"]
7
7
  spec.email = "clifford.heath@gmail.com"
8
8
 
9
- spec.date = "2023-03-11"
9
+ spec.date = "2026-03-17"
10
10
  spec.summary = "A Sinatra extension that provides pure OmniAuth goodness to your application (with DataMapper)"
11
11
  spec.description = "This Sinatra extension, derived from omniauth_pure by Marcus Proske, adds OmniAuth authorization to your Sinatra application, so your users can login using FaceBook, Twitter and many other authorization providers, as long as you supply the API keys. It uses DataMapper and HAML."
12
12
  spec.homepage = "http://github.com/cjheath/sinatra_omniauth"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_omniauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clifford Heath
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2023-03-11 00:00:00.000000000 Z
10
+ date: 2026-03-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: sinatra