omniauth-whoplusyou 0.1.2 → 0.1.3

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: ef23034343e7b5dea6a70c776541382e288943354b1023ac733535d5c6e5891b
4
- data.tar.gz: 32883e949aa31c79f0472aa3953a11fe3e4f5d8ef18e1794179451e80b2ead47
3
+ metadata.gz: 19666f83048a869ec639d62c8391ddd00999c46ed7e64ae7be1160e2dd26881f
4
+ data.tar.gz: cb05a549cf8f7fe6668477f3572d14ea3e6583bf21bf23734d9aa30fdc62d44a
5
5
  SHA512:
6
- metadata.gz: d6db8a264e0c4029dc16625f988f6145b7955ab688ca1b362004742da4bf7c219aa250af8ec576c84461da4f9e5a6d669932849a9cb18ef8cbd5993208d4338f
7
- data.tar.gz: 32f9acbdecc50c02ba844ec64380c2fdf947ebfca4279312f208bfbfed4fae2481d40c3e3324d2c4c637170574bf46c17f01630676638159c4c49187b77e09de
6
+ metadata.gz: 758471a30d2d620e1be56e3db82edb024550e259b37ca387e77c755b4134d1b459260acd544873e0f28822e7f72d32893ef421b897921c63cf17767655b3172e
7
+ data.tar.gz: 9dcf5bf30ddf82d75e594c293c02433e7ed0966e9422e41fe255c62512200193ba6b1f687720f698f5120c5b55955d017d795e5c547e6c4db76bdb39dc2f82c5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.1.3] - 2025-05-14
2
+
3
+ - Upgraded `rack` gem
4
+
5
+ ## [0.1.2] - 2025-05-02
6
+
7
+ - Upgraded `omniauth` gem
8
+ - Upgraded `rack` gem
9
+
1
10
  ## [0.1.0] - 2023-06-22
2
11
 
3
12
  - Initial release
data/Gemfile.lock CHANGED
@@ -33,7 +33,7 @@ GEM
33
33
  ast (~> 2.4.1)
34
34
  racc
35
35
  racc (1.8.1)
36
- rack (3.1.13)
36
+ rack (3.1.14)
37
37
  rack-protection (4.1.1)
38
38
  base64 (>= 0.1.0)
39
39
  logger (>= 1.6.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Whoplusyou
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
  end
7
7
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-whoplusyou
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Ell
@@ -60,7 +60,7 @@ files:
60
60
  - lib/omniauth/strategies/whoplusyou.rb
61
61
  - lib/omniauth/whoplusyou.rb
62
62
  - lib/omniauth/whoplusyou/version.rb
63
- - omniauth-whoplusyou-0.1.1.gem
63
+ - omniauth-whoplusyou-0.1.2.gem
64
64
  homepage: https://github.com/riipen/omniauth-whoplusyou
65
65
  licenses:
66
66
  - MIT
Binary file