omniauth-makersquare 0.0.4 → 0.0.5

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: 25f3a9fb0034195681f4bbf9f47c4204613c0e04
4
- data.tar.gz: 84dd12f8e469e19dbbe53c3c003324877c06691e
3
+ metadata.gz: 91f7751782714dc0b5ded6ba4e0d3c3eadde8ee1
4
+ data.tar.gz: c4ed9c7c1d350518047c2ca7a94fae352aaa63cd
5
5
  SHA512:
6
- metadata.gz: f7f48ab5e4cf637528055c19be1de7c43fc0c9c9a61018c4fd2ea89261ea744a12cb15be07d8ba19aa528f293be870a536f9d8eca867e92cdb9b9e8157c28015
7
- data.tar.gz: 299607f043aac36676ca0703140d35b69842368db54769519948a97b987841032f368457ddca0322079200abf65f6e1989f44dc9a974f32f9397eaeadc3bec80
6
+ metadata.gz: 60d9539475c3c2e05453b5887e79def9eae642719e9eeac6b90f6ad45df8fa368c17865b63e850e38c7b7b339209e4aec3ebb7d534848caee9e096e6fca52b78
7
+ data.tar.gz: 37774603bd4114870b95e97686e538a4bbba4d44ec92d9910c1ffcba57081260419ea69a7ff1e7c2b06d27ffd7c25bee88c46eb7886b46979b3260c61a3c429f
data/README.md CHANGED
@@ -6,7 +6,7 @@ Log in with MakerSquare!
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'omniauth-makersquare', '0.0.4'
9
+ gem 'omniauth-makersquare', '0.0.5'
10
10
 
11
11
  And then execute:
12
12
 
@@ -1,3 +1,3 @@
1
1
  module MakerPass
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -18,7 +18,7 @@ module OmniAuth
18
18
  option :name, :makersquare
19
19
 
20
20
  option :client_options, {
21
- :site => ENV['MAKERSQUARE_AUTH_URL'] || "https://auth.makersquare.com",
21
+ :site => ENV['MAKERSQUARE_AUTH_URL'] || "https://auth.makerpass.com",
22
22
  :authorize_url => "/oauth/authorize"
23
23
  }
24
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-makersquare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gilbert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-21 00:00:00.000000000 Z
11
+ date: 2015-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -120,11 +120,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.2.2
123
+ rubygems_version: 2.0.14
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Official MakerSquare strategy for OmniAuth
127
127
  test_files:
128
128
  - spec/oauth_spec.rb
129
129
  - spec/spec_helper.rb
130
- has_rdoc: