omniauth-nusso 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: e0e9a3d9f0574a6d69a4a8e0ce68f1c47b412ee680f9250eed235eeb185049db
4
- data.tar.gz: d6169d53894a784c6a6bf3efde925be474659502912f993052f6409e12bb17e3
3
+ metadata.gz: 59fad0d38aa744310a49b6d3846d2d5f190fe699c0159d35e6ac2abd12b157f4
4
+ data.tar.gz: 8ee72a1801e0a9f41a1db024437619e86e290f1e8a453b6efa79d9e97acf7ab7
5
5
  SHA512:
6
- metadata.gz: 7a6351aaf6f763f43b854c9a156c95c68820beb16a09efd6507a6c4d043c4fc06c1150dac92acf6c6e2965f1ee2a704c2ef754d07767008167f225fb9cbae663
7
- data.tar.gz: d272b2e872918b4e3ddf37b974eb60a5b242992d49a6bb6e7a80a99b9c50112704fe9f60ce36cb23209721ec2b989c99f06832356302aa86f634987e8816474f
6
+ metadata.gz: 6b0cd34d571180cbdab2a001ba7030552b1db696c1804b94b6702d0f6ef22468b7e61b56f9b44f5265c120fc60f8e7e82ecd2067708b0792417c62c0c7c4e60c
7
+ data.tar.gz: d184647b8c58ca131b4525065fde3efe8ae94aec5ced58c41eff1f50df098463724b99bccc4eaa8e15741a087210592e21068765f57eb879557874c763bf07e8
@@ -3,13 +3,14 @@
3
3
 
4
4
  require 'bundler/setup'
5
5
  require 'omniauth/nusso'
6
+ require 'pry'
6
7
 
7
8
  # You can add fixtures and/or initialization code here to make experimenting
8
9
  # with your gem easier. You can also use a different console, if you like.
9
10
 
10
11
  # (If you use this, don't forget to add pry to your Gemfile!)
11
12
  # require "pry"
12
- # Pry.start
13
+ Pry.start
13
14
 
14
15
  require 'irb'
15
16
  IRB.start(__FILE__)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Nusso
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
@@ -3,7 +3,6 @@
3
3
  require 'faraday'
4
4
  require 'json'
5
5
  require 'omniauth'
6
- require 'pry'
7
6
 
8
7
  module OmniAuth
9
8
  module Strategies
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-nusso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Quinn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2020-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth