jwt_signed_request 2.1.1 → 2.1.2

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: 27a63f5ca8d1046e54e215e28d0af1ae65c36397
4
- data.tar.gz: 5aa44b59ba2cdd445654364d8c7934d4c61212d6
3
+ metadata.gz: 2c372ac5f2e2f1c13a48a82bdc3deece353aee7e
4
+ data.tar.gz: 1f603d75224ae9b1ddd4392b1e031c4b80ae6ab8
5
5
  SHA512:
6
- metadata.gz: ea01d00437e8098eb38798cd26c1d1c8349b03c0eba750b151ae02234fb1882da6d08ba8f608614c60c4b4a0a6fa27ecfab9bcd82cb02a19c2fcd7abe4f41c36
7
- data.tar.gz: 4aeeb0d32c1383ee8e5eca960ae79e5b8178c6200806b27b8feee9378237c2ae5f7b4bc54d2dd8b3820553a18ae5f4eeddc548d0d1038d0fe3d14feb8a3639be
6
+ metadata.gz: 0576b6d6e67d110a3cf1254ee09add47421e32fa11bc116a1764655883df1195a4a7990e20ecd276f51f3bdf12898efbffd0b43d7f1f8527c13d5f38a570c120
7
+ data.tar.gz: 33f6fe278238d020b8590a200a26a44d21c37464ae248446767f9b57e1741ecd9cc5b0dcc77846cdaffea49964f6313950359ff2be0f358dcdae65fc7b29b076
data/README.md CHANGED
@@ -168,7 +168,7 @@ Please note that the way we sign and verify requests has changed in version 2.x.
168
168
  We are only supporting the old API for the next couple of releases of version 2.x.x so please upgrade ASAP.
169
169
 
170
170
  ## Maintainers
171
- - [Toan Nguyen](https://github.com/yoshdog)
171
+ - [Envato](https://github.com/envato)
172
172
 
173
173
  ## License
174
174
 
@@ -181,6 +181,20 @@ details.
181
181
  We welcome contribution from everyone. Read more about it in
182
182
  [`CODE_OF_CONDUCT.md`](https://github.com/envato/jwt_signed_request/blob/master/CODE_OF_CONDUCT.md)
183
183
 
184
+ ## Contributors
185
+
186
+ Many thanks to the following contributors to this gem:
187
+
188
+ - Toan Nguyen - [@yoshdog](https://github.com/yoshdog)
189
+ - Odin Dutton - [@twe4ked](https://github.com/twe4ked)
190
+ - Sebastian von Conrad - [@vonconrad](https://github.com/vonconrad)
191
+ - Zubin Henner- [@zubin](https://github.com/zubin)
192
+ - Glen Tweedie - [@nocache](https://github.com/nocache)
193
+ - Giancarlo Salamanca - [@salamagd](https://github.com/salamagd)
194
+ - Ben Axnick - [@bentheax](https://github.com/bentheax)
195
+ - Glen Stampoultzis - [@gstamp](https://github.com/gstamp)
196
+ - Lucas Parry - [@lparry](https://github.com/lparry)
197
+
184
198
  ## Contributing
185
199
 
186
200
  For bug fixes, documentation changes, and small features:
@@ -1,3 +1,3 @@
1
1
  module JWTSignedRequest
2
- VERSION = "2.1.1".freeze
2
+ VERSION = "2.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jwt_signed_request
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Toan Nguyen
7
+ - Envato
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -110,7 +110,7 @@ dependencies:
110
110
  version: '0'
111
111
  description: ''
112
112
  email:
113
- - toan.nguyen@envato.com
113
+ - rubygems@envato.com
114
114
  executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []