omniauth-colormeshop 0.0.1 → 0.0.2
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/.travis.yml +3 -2
- data/Gemfile +1 -1
- data/README.md +2 -0
- data/lib/omniauth-colormeshop/version.rb +1 -1
- data/lib/omniauth/strategies/colormeshop.rb +4 -0
- data/omniauth-colormeshop.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: f76aff99b5630763ff0d5f9992996f505e1a14725f5c637d7932be5852019bff
|
|
4
|
+
data.tar.gz: ec817cfb853c7edc19ada8fdeb98e8ed6ffb09a3b663ec22ac77c6720f0bbf4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c0082633863318e87ec6da37f3290aadadbcd59fa754c94651a1ee16a3c2598ec42ff2564c8a750f9b7d97195d7e76e54df9da0e7655b0ea0b00ccc1a9c86eb
|
|
7
|
+
data.tar.gz: 4d39ab876c0a07586bc3a8c821e13fdbf3cf8eb30e1c5a57e6367dcaafd33a2d99613150be7881110574054270d17eb988cf7c8b122867d7d341d5c2fd678661
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['kentarok@gmail.com']
|
|
11
11
|
spec.description = %q{OmniAuth Strategy for ColorMeShop API}
|
|
12
12
|
spec.summary = %q{OmniAuth Strategy for ColorMeShop API}
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
13
|
+
spec.homepage = 'https://github.com/pepabo/omniauth-colormeshop'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-colormeshop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kentaro Kuribayashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth-oauth2
|
|
@@ -85,7 +85,7 @@ files:
|
|
|
85
85
|
- omniauth-colormeshop.gemspec
|
|
86
86
|
- spec/omniauth/strategies/colormeshop_spec.rb
|
|
87
87
|
- spec/spec_helper.rb
|
|
88
|
-
homepage: https://github.com/
|
|
88
|
+
homepage: https://github.com/pepabo/omniauth-colormeshop
|
|
89
89
|
licenses:
|
|
90
90
|
- MIT
|
|
91
91
|
metadata: {}
|
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
version: '0'
|
|
106
106
|
requirements: []
|
|
107
107
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 2.
|
|
108
|
+
rubygems_version: 2.6.14
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: OmniAuth Strategy for ColorMeShop API
|