omniauth-htc 0.2.2 → 0.2.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 +4 -4
- data/lib/{omniauth_htc.rb → omniauth-htc.rb} +0 -0
- data/lib/omniauth/htc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a51dd1f0922f6b6c361d15886c891d5f8b0b350475f35b95157080158ae105e
|
|
4
|
+
data.tar.gz: 9db95fd82ce09ebcdd310189faf3d80e91ef60c48ce8e0ad5a23b92a58e04306
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da9d0e3cd2d5d24746616eac49334b3c7746761bd18aff7d2ccc5feafa8b8c1d7fdbd578fdd3778b75fd9ac0def9ffbf54d22749e9df0b14e1bfde561ca5e37a
|
|
7
|
+
data.tar.gz: 47094ed123b3b82b54cfeb88fe489ecaf499d3894f131fe95f963496beca1f6d0a158cb47af155a036dea749049dbf439e1f27046f0e1f81ee5a1d86bd83d45d
|
|
File without changes
|
data/lib/omniauth/htc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-htc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Yang
|
|
@@ -126,9 +126,9 @@ files:
|
|
|
126
126
|
- Rakefile
|
|
127
127
|
- bin/console
|
|
128
128
|
- bin/setup
|
|
129
|
+
- lib/omniauth-htc.rb
|
|
129
130
|
- lib/omniauth/htc/version.rb
|
|
130
131
|
- lib/omniauth/strategies/htc.rb
|
|
131
|
-
- lib/omniauth_htc.rb
|
|
132
132
|
- omniauth-htc.gemspec
|
|
133
133
|
homepage: https://github.com/jamesyang124/omniauth-htc
|
|
134
134
|
licenses:
|