jm81auth 0.1.5 → 0.1.6
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 +5 -5
- data/lib/jm81auth/models/auth_token.rb +2 -2
- data/lib/jm81auth/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c5fe75d8315211ad54368bfd0b3ce2147245ca9a8b4f400e2a4e0a500f0fa2f6
|
|
4
|
+
data.tar.gz: ebc173d360db322cab2f87d8574cd3f6b47831691a46f5ec1814772b9a4afade
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7b59ffafb5e770ce82d0601cd64789b8d89dff737d09ce71c866efaad86bea28e01220a978883688d056bb856ec49caf1b3ab0355569abd9d592a8b74f5172d
|
|
7
|
+
data.tar.gz: 727abd69e14c142df3a1fb0b87d85ee4a4814ed8a258dd21cff995a901a7c98e5feaf5df53c3b02f8d2e68d1109b1f680f03bd38b802bc46a6217dec1171f939
|
data/lib/jm81auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jm81auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jared Morgan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|
|
@@ -155,17 +155,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
- !ruby/object:Gem::Version
|
|
156
156
|
version: '0'
|
|
157
157
|
requirements: []
|
|
158
|
-
|
|
159
|
-
rubygems_version: 2.5.2.3
|
|
158
|
+
rubygems_version: 3.0.3
|
|
160
159
|
signing_key:
|
|
161
160
|
specification_version: 4
|
|
162
161
|
summary: An authentication library for Rails API
|
|
163
162
|
test_files:
|
|
163
|
+
- spec/spec_helper.rb
|
|
164
164
|
- spec/jm81auth/oauth/base_spec.rb
|
|
165
|
-
- spec/jm81auth/models/auth_method_spec.rb
|
|
166
165
|
- spec/jm81auth/models/auth_token_spec.rb
|
|
166
|
+
- spec/jm81auth/models/auth_method_spec.rb
|
|
167
167
|
- spec/jm81auth/models/user_spec.rb
|
|
168
|
-
- spec/spec_helper.rb
|
|
169
168
|
- spec/factories/auth_methods.rb
|
|
170
|
-
- spec/factories/auth_tokens.rb
|
|
171
169
|
- spec/factories/users.rb
|
|
170
|
+
- spec/factories/auth_tokens.rb
|