firebase_id_token 1.1.0 → 1.2.0

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: 9e4caa21b36b9c1bc8383297066ee34391d8c3f5
4
- data.tar.gz: 424f1dadf56dc853f1f3ce2b2130aa272494dca0
3
+ metadata.gz: e7687e01bff51fa178d2b249b3e08a1954aea5c0
4
+ data.tar.gz: 920f8d9d78f49bab33e743f38073e94617b0faf7
5
5
  SHA512:
6
- metadata.gz: 3070735217a03083dd6f0ced71fc57f52954786b7adabcfdfb1f32f77aed9ab5904aac657012923d2ff68457250ee4f2948880372bed6f12868c9bcc4dbcea42
7
- data.tar.gz: a6ffd3d4eabf61cfc7ce157dd749ae25923835f59360f171be37e076db8489cd4ba16412b3cf062c065aea7d00ec706b88a176a2503d3f3a8f504417ef9d108d
6
+ metadata.gz: 1b92e54cf67b8a9c5dc8cec974541412b34f877a7503734ca97ac78f12806883ce042e37bac2f5e531b1ec4533da73c4a77a0507672a77d4ccf62eaa42393a89
7
+ data.tar.gz: 568d7343bcc05d7ba8a6e267f397cffdc7d15146321fa76f4b22c842e34b226c34ee7ea579755e15bb25831a10171bdde0558d3a41b6bb2a792e0135617251a0
data/.gitignore CHANGED
@@ -10,4 +10,3 @@
10
10
 
11
11
  # rspec failure tracking
12
12
  .rspec_status
13
- .yardopts
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --markup=markdown
data/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![Code Climate](https://codeclimate.com/github/fschuindt/firebase_id_token/badges/gpa.svg)](https://codeclimate.com/github/fschuindt/firebase_id_token)
5
5
  [![Issue Count](https://codeclimate.com/github/fschuindt/firebase_id_token/badges/issue_count.svg)](https://codeclimate.com/github/fschuindt/firebase_id_token)
6
6
  [![Test Coverage](https://codeclimate.com/github/fschuindt/firebase_id_token/badges/coverage.svg)](https://codeclimate.com/github/fschuindt/firebase_id_token/coverage)
7
+ [![Inline docs](http://inch-ci.org/github/fschuindt/firebase_id_token.svg?branch=master)](http://inch-ci.org/github/fschuindt/firebase_id_token)
7
8
 
8
9
  A Ruby gem to verify the signature of Firebase ID Tokens. It uses Redis to store Google's x509 certificates and manage their expiration time, so you don't need to request Google's API in every execution and can access it as fast as reading from memory.
9
10
 
@@ -1,3 +1,3 @@
1
1
  module FirebaseIdToken
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firebase_id_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Schuindt
@@ -163,6 +163,7 @@ files:
163
163
  - ".gitignore"
164
164
  - ".rspec"
165
165
  - ".travis.yml"
166
+ - ".yardopts"
166
167
  - CODE_OF_CONDUCT.md
167
168
  - Gemfile
168
169
  - LICENSE.txt