omniauth-gusto 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b0c7e7e85d01a5ac9c5d3a19f400d3d1f25db73
4
- data.tar.gz: d6fc44dd339fbe417385bbe87b3362720612a867
3
+ metadata.gz: f9afa225c74aa0f1cb79842ea4dfd2e94c64d670
4
+ data.tar.gz: 6fa77de0053321dfc9fcc74791dec2e4da22cb5a
5
5
  SHA512:
6
- metadata.gz: 5771200c245678925323bc25957cd30e43db4d0ccf2c8ad0130500d71481d80d12fbb6de3f002b0aabb023dae24bb917609e06b1669288f300709d3dd5e5f65b
7
- data.tar.gz: 7874c181bfd07825c7e6c7eb71143679cba36dfbd72317fabea2b559031e9aaa29f671df39b39448b6f2f8aa7e5b5b7cbeacca3ec85005d67be89c319535ae9f
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 with [Gusto](https://gusto.com/) using [Gusto’s API](https://docs.gusto.com/).
3
+ Official OmniAuth strategy for authenticating to use [Gusto’s API](https://docs.gusto.com/) with OAuth 2.
4
4
 
5
5
  [![CircleCI](https://circleci.com/gh/Gusto/omniauth-gusto.svg?style=shield&circle-token=909a0685695a00064b3ebc9c3374a61ea85d8cf0)](https://circleci.com/gh/Gusto/omniauth-gusto)
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OmniauthGusto
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
@@ -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 = 'Official OmniAuth strategy for Gusto'
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.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: Official OmniAuth strategy for Gusto
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: {}