omniauth-xero-partner 0.0.2 → 0.0.3

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: 719aa9112f2c75a9d773b34f135d7b925b2b13a6
4
- data.tar.gz: 8bebcfb80aef916dcea44f875ef98c4fe2d61007
3
+ metadata.gz: 58d4562d6e5632bdefb51f92e77fc69be8477bf0
4
+ data.tar.gz: 41c655202fdf3f7b43a302546e9228050e691441
5
5
  SHA512:
6
- metadata.gz: a917f3b08d9dbbc2098025bb2b79535037c1dec51105ed8fb0fef90cc9781b41b795ea840bda3c26826792483d547cc3e100082adf879ca5034d9020413009b9
7
- data.tar.gz: 42cbba08ee67420be9e9c84321a9490faef4c571772ce04a3fc83e65667451dbc1cbc417c6b77221ae697db6e21e1b87d2898d8f383fc46061e8e99b6b27fd18
6
+ metadata.gz: cd4ff76dc6c8e0a262e0624f41eed74f3007d3ba85a1ce5c13203413e276cf184dd514968d23ae73c71e34519e92e2686a9e23b66f6b4761ec72346cb36a489a
7
+ data.tar.gz: 43eebb54771ce7339a52fd0dedf35af69f204caeccd9e2822c52c4b8fb6b7517caa2ed0582edadd72be4c81f5526c0946de1998c28b0da7ef497ac1e192ddb56
@@ -0,0 +1,2 @@
1
+ require 'omniauth/xero_partner/version'
2
+ require 'omniauth/strategies/xero_partner'
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module XeroPartner
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -3,7 +3,7 @@ $:.unshift File.expand_path('../../lib', __FILE__)
3
3
 
4
4
  require 'rspec'
5
5
  require 'omniauth'
6
- require 'omniauth/xero_partner'
6
+ require 'omniauth-xero-partner'
7
7
 
8
8
  RSpec.configure do |config|
9
9
  config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kale Worsley
@@ -81,8 +81,8 @@ files:
81
81
  - LICENSE.txt
82
82
  - README.md
83
83
  - Rakefile
84
+ - lib/omniauth-xero-partner.rb
84
85
  - lib/omniauth/strategies/xero_partner.rb
85
- - lib/omniauth/xero_partner.rb
86
86
  - lib/omniauth/xero_partner/version.rb
87
87
  - omniauth-xero-partner.gemspec
88
88
  - spec/omniauth/strategies/xero_partner_spec.rb
@@ -114,4 +114,3 @@ summary: Xero Partner authentication strategy for OmniAuth.
114
114
  test_files:
115
115
  - spec/omniauth/strategies/xero_partner_spec.rb
116
116
  - spec/spec_helper.rb
117
- has_rdoc:
@@ -1,2 +0,0 @@
1
- require "omniauth/xero_partner/version"
2
- require "omniauth/strategies/xero_partner"