omniauth-shopify-oauth2 1.1.6 → 1.1.7
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/omniauth/shopify/version.rb +1 -1
- data/shipit.rubygems.yml +1 -0
- metadata +4 -4
- metadata.gz.sig +2 -2
- data/shipit.yml +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a02eba969770fd2d0d1082fa3fef64b5723c3613
|
|
4
|
+
data.tar.gz: 5a3141c9fd59de54d70a8a0618a00df64ee6834c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af7d3a264f1984e7aa0e6299b7bbf54d865bf4b34efd024020cfad9c6b315a059b78af5d413774d0f61339c5c15605ef49090375f5c4a7213a655efedb0581ed
|
|
7
|
+
data.tar.gz: e3203871bbeff6537bc4a775f7f359be38a1a7f4c5468ac58d0b1707492fa846f0b332455e72ac7ec42490e1f43b18d1b95ace3925bd16a0892b8d68bc5a9228
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/shipit.rubygems.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# using the default shipit config
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-shopify-oauth2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis Odorcic
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
fl3hbtVFTqbOlwL9vy1fudXcolIE/ZTcxQ+er07ZFZdKCXayR9PPs64heamfn0fp
|
|
31
31
|
TConQSX2BnZdhIEYW+cKzEC/bLc=
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2014-
|
|
33
|
+
date: 2014-06-25 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: omniauth-oauth2
|
|
@@ -94,7 +94,7 @@ files:
|
|
|
94
94
|
- lib/omniauth/shopify/version.rb
|
|
95
95
|
- lib/omniauth/strategies/shopify.rb
|
|
96
96
|
- omniauth-shopify-oauth2.gemspec
|
|
97
|
-
- shipit.yml
|
|
97
|
+
- shipit.rubygems.yml
|
|
98
98
|
- spec/omniauth/strategies/shopify_spec.rb
|
|
99
99
|
- spec/spec_helper.rb
|
|
100
100
|
- spec/support/shared_examples.rb
|
|
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
118
118
|
version: '0'
|
|
119
119
|
requirements: []
|
|
120
120
|
rubyforge_project:
|
|
121
|
-
rubygems_version: 2.2.
|
|
121
|
+
rubygems_version: 2.2.2
|
|
122
122
|
signing_key:
|
|
123
123
|
specification_version: 4
|
|
124
124
|
summary: Shopify strategy for OmniAuth
|
metadata.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
v
|
|
2
|
+
�╇�<��e��#�I�Ī{�q�=���&�Cf�Gg�Z�<��&��>��捽��� �k���j�"���#C�A^BlAU�̵$��o���?�M�?����x�S5�"�1CR;�^���D���i�yt��V���<�>ތ�RY�{%���M���[�j]�Ih��ɓ�U��Ҁ�L����֒���'�Y[ï.�h���[�+!�}pQ��8�po��*B�oe�6�8���K� �.@B���P
|
data/shipit.yml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
dependencies:
|
|
2
|
-
override:
|
|
3
|
-
- bundle install --path=./data/bundler
|
|
4
|
-
|
|
5
|
-
deploy:
|
|
6
|
-
override:
|
|
7
|
-
- |
|
|
8
|
-
BUILD=`bundle exec rake build`
|
|
9
|
-
if [ $? != 0 ]; then
|
|
10
|
-
echo $BUILD;
|
|
11
|
-
exit 1;
|
|
12
|
-
fi
|
|
13
|
-
PKG=`echo $BUILD | cut -d" " -f5 | sed -e s/\.$//`;
|
|
14
|
-
VERSION=`bundle exec rake build | cut -d" " -f2`;
|
|
15
|
-
gem push $PKG
|