omniauth-stitchlabs 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5784af97311af54f5a9995d918f36344196ef11f
4
- data.tar.gz: 16c9f380b84490ce431ab9158681f9026141a866
3
+ metadata.gz: fba34f763b18c928d08f6f7e946a03011d3da9a2
4
+ data.tar.gz: 81913ab1bba5c7f5cb6c814b49aafa373dcfe3bb
5
5
  SHA512:
6
- metadata.gz: 384d58c9d58f5c66a446aa9e08157a8ef60a2dc353fefa88a99cf77c36e52770adeb581a8494a3744db6481fa66f41f59378334df27b450b6f6a2232c5191cf0
7
- data.tar.gz: 5e939179571d2e901848d2fec39795fe63b2401b5822ecd759fa1dbb759f05277e75b20f178285cae244727a2337e0c52d7a54f199077bd0e3d18ad31797e648
6
+ metadata.gz: f660d6d3fa663c3801f0830aa4251babff11089abcc18de4d17e20c533f26c0d3dafb57f5c4edb7639b1d2e002ba4f89887fc849aa7826ded22fa7ca2c8bf23f
7
+ data.tar.gz: b6a36f1376408b4937343d2ff9bc119eb3ae54decbde4558e546d51e6ea8a999164c299077e131391820fa821e7b59ddca07e4d06921f18fb33b9c4a07096c4f
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module StitchLabs
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Theo Mills"]
10
10
  spec.email = ["theo@shippingeasy.com"]
11
11
  spec.summary = "StitchLabs OAuth2 strategy for OmniAuth"
12
- spec.homepage = ""
12
+ spec.homepage = "https://github.com/ShippingEasy/omniauth-stitchlabs"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-stitchlabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theo Mills
@@ -130,7 +130,7 @@ files:
130
130
  - omniauth-stitchlabs.gemspec
131
131
  - spec/omniauth/strategies/stitchlabs_spec.rb
132
132
  - spec/spec_helper.rb
133
- homepage: ''
133
+ homepage: https://github.com/ShippingEasy/omniauth-stitchlabs
134
134
  licenses:
135
135
  - MIT
136
136
  metadata: {}