omniauth-xero-partner 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: d59779617829154055ba832ce0369b1633621fc9
4
- data.tar.gz: c463dd7f940766c1cdd1d153f5a08c58666ccbce
3
+ metadata.gz: 719aa9112f2c75a9d773b34f135d7b925b2b13a6
4
+ data.tar.gz: 8bebcfb80aef916dcea44f875ef98c4fe2d61007
5
5
  SHA512:
6
- metadata.gz: 28222e95f5814e2186634f36dae8fd24ddc43d2b50b124fd4dca0cd1c75dc9114ef4a4edc78381c63d6865e36877b2258d517126aa1e58abd80f833ab53962ea
7
- data.tar.gz: d1d5bad1a25822def46921d4ada11bfc9cb97eef2c9d9151c5637d1d67f2d0c5015569faf69f0ff2446a0b602deaf90ff8dbf6764e01f5ca4b89c47cad1a8b21
6
+ metadata.gz: a917f3b08d9dbbc2098025bb2b79535037c1dec51105ed8fb0fef90cc9781b41b795ea840bda3c26826792483d547cc3e100082adf879ca5034d9020413009b9
7
+ data.tar.gz: 42cbba08ee67420be9e9c84321a9490faef4c571772ce04a3fc83e65667451dbc1cbc417c6b77221ae697db6e21e1b87d2898d8f383fc46061e8e99b6b27fd18
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # WORK IN PROGRESS
2
2
 
3
- # Omniauth Xero [![Build Status](https://travis-ci.org/kaleworsley/omniauth-xero.png?branch=master)](https://travis-ci.org/kaleworsley/omniauth-xero) [![Code Climate](https://codeclimate.com/github/kaleworsley/omniauth-xero.png)](https://codeclimate.com/github/kaleworsley/omniauth-xero)
3
+ # Omniauth Xero [![Build Status](https://travis-ci.org/blaze182/omniauth-xero-partner.svg?branch=master)](https://travis-ci.org/blaze182/omniauth-xero-partner) [![Code Climate](https://codeclimate.com/github/blaze182/omniauth-xero-partner/badges/gpa.svg)](https://codeclimate.com/github/blaze182/omniauth-xero-partner)
4
4
 
5
5
 
6
6
  [Omniauth Xero](https://github.com/kaleworsley/omniauth-xero) is an [OmniAuth](https://github.com/intridea/omniauth) authentication strategy for [Xero](http://www.xero.com).
@@ -6,6 +6,8 @@ module OmniAuth
6
6
 
7
7
  args [:consumer_key, :consumer_secret]
8
8
 
9
+ option :name, "xero_partner"
10
+
9
11
  option :client_options, {
10
12
  :access_token_path => "/oauth/AccessToken",
11
13
  :authorize_path => "/oauth/Authorize",
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module XeroPartner
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-xero-partner
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
  - Kale Worsley