token_authenticate_me 0.5.2 → 0.5.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1f54dbd7d8eb742f1e9c70eff54faf8e1e540e5
|
|
4
|
+
data.tar.gz: 551e27d482158cfd41ff0edbb52d4c1e0405951d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58504a64583a11e34883a2f09b30913c7db1ef2a06516679f3c4b3d17f76424c328308677b4b38a0d5f5a69a27e0007793ece766c4dad174dfd5e63f527d6264
|
|
7
|
+
data.tar.gz: 94460e4e5dcfefdd1fbc93bce5142e49c74143bc8ab9bae610b6fd35b7622ebc0e585b85ea78dad424641103fc3868e028630246078def05c3c16dc5a8863f7a
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: token_authenticate_me
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Clopton
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-09-
|
|
12
|
+
date: 2016-09-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -132,7 +132,6 @@ files:
|
|
|
132
132
|
- test/dummy/config/locales/en.yml
|
|
133
133
|
- test/dummy/config/routes.rb
|
|
134
134
|
- test/dummy/config/secrets.yml
|
|
135
|
-
- test/dummy/log/test.log
|
|
136
135
|
- test/dummy/public/404.html
|
|
137
136
|
- test/dummy/public/422.html
|
|
138
137
|
- test/dummy/public/500.html
|
|
@@ -199,7 +198,6 @@ test_files:
|
|
|
199
198
|
- test/dummy/config/routes.rb
|
|
200
199
|
- test/dummy/config/secrets.yml
|
|
201
200
|
- test/dummy/config.ru
|
|
202
|
-
- test/dummy/log/test.log
|
|
203
201
|
- test/dummy/public/404.html
|
|
204
202
|
- test/dummy/public/422.html
|
|
205
203
|
- test/dummy/public/500.html
|
data/test/dummy/log/test.log
DELETED
|
File without changes
|