omniauth-gusto 1.0.0 → 1.0.1
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/README.md +1 -1
- data/lib/omniauth-gusto/version.rb +1 -1
- data/omniauth-gusto.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9afa225c74aa0f1cb79842ea4dfd2e94c64d670
|
|
4
|
+
data.tar.gz: 6fa77de0053321dfc9fcc74791dec2e4da22cb5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 782471e2a9e46422f0defcb7d08f1f6564c907df764bf19f1dc7af8870cd4a0206cf29091e6ba93104c1954ea6d795633525b562cf6ae12f97259503264d64b7
|
|
7
|
+
data.tar.gz: 716aed56fb972577be3b80b31fdabf87d1bd86dada8d2c3e1d31b61e663846cf19482be5efdc2a3b1f2e843bb6022d63c0ebcdc244cde1d51ee230c048344c18
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OmniAuth Gusto
|
|
2
2
|
|
|
3
|
-
Official OmniAuth strategy for authenticating
|
|
3
|
+
Official OmniAuth strategy for authenticating to use [Gusto’s API](https://docs.gusto.com/) with OAuth 2.
|
|
4
4
|
|
|
5
5
|
[](https://circleci.com/gh/Gusto/omniauth-gusto)
|
|
6
6
|
|
data/omniauth-gusto.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ['julianna.roen@gusto.com', 'lisa.li@gusto.com']
|
|
10
10
|
|
|
11
11
|
spec.summary = 'Official OmniAuth strategy for Gusto'
|
|
12
|
-
spec.description = '
|
|
13
|
-
spec.homepage = ''
|
|
12
|
+
spec.description = 'OmniAuth strategy for authenticating to use Gusto’s API with OAuth 2'
|
|
13
|
+
spec.homepage = 'https://github.com/Gusto/omniauth-gusto'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-gusto
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- juliannaroen
|
|
@@ -109,7 +109,7 @@ dependencies:
|
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '0'
|
|
112
|
-
description:
|
|
112
|
+
description: OmniAuth strategy for authenticating to use Gusto’s API with OAuth 2
|
|
113
113
|
email:
|
|
114
114
|
- julianna.roen@gusto.com
|
|
115
115
|
- lisa.li@gusto.com
|
|
@@ -131,7 +131,7 @@ files:
|
|
|
131
131
|
- lib/omniauth-gusto/version.rb
|
|
132
132
|
- lib/omniauth/strategies/gusto.rb
|
|
133
133
|
- omniauth-gusto.gemspec
|
|
134
|
-
homepage:
|
|
134
|
+
homepage: https://github.com/Gusto/omniauth-gusto
|
|
135
135
|
licenses:
|
|
136
136
|
- MIT
|
|
137
137
|
metadata: {}
|