auth0 3.1.1 → 3.1.2

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: 3e20e9b83a40e06024e988ca3d260f0f5b2277b2
4
- data.tar.gz: b5bc65e02ce4acd0222eeedc9f7bde99f8d2c691
3
+ metadata.gz: e594e5861171575d73680a0f20920df385d52662
4
+ data.tar.gz: 8fbf62cd33e4b2d3f036d9ff2b58deed509c3711
5
5
  SHA512:
6
- metadata.gz: 7cc74308da314469d87e229e5ec978aaa3a8f4bb9cb8bf9e3e4efb17cc81b387810335c82f36d941c7dd67d78ab7b53272316ea795f2bafced1f8e7a257aeb4b
7
- data.tar.gz: 86f69a709282182af6f82e895337cd56b220eefa7f7fd1e0257a64156a188509667f9872c7299a56e1d8b78b88e18e21b5020348eacb86ae636d997174374c01
6
+ metadata.gz: 7f02c70e0108a902a8d36d1e4f6a1bcee4a170683b8aa4138253fd59c2e47661f15c4bd0914bad6de1696b622da6f0d81a635d761f6ee7f80c7a810e2051289f
7
+ data.tar.gz: 501588a2bef940e3b194c77380faead69c5c940e360eb47babade99f6a5701d8cfa2c240d5731e6f664c2764b4282e5db6a3e7f5597bbd97e93a4edaf7e12a14
data/README.md CHANGED
@@ -1,9 +1,7 @@
1
- Ruby client for [Auth0](https://auth0.com)
1
+ Ruby api client for [Auth0](https://auth0.com)
2
2
 
3
3
  [![Build Status](https://travis-ci.org/auth0/ruby-auth0.svg?branch=master)](https://travis-ci.org/auth0/ruby-auth0)
4
4
 
5
- > This used to be the omniauth strategy for [Auth0](https://auth0.com) but now is a client for the Auth0 api. The omniauth strategy has been moved to [omniauth-auth0](https://github.com/auth0/omniauth-auth0).
6
-
7
5
  ## Installation
8
6
 
9
7
  ```
@@ -21,7 +21,7 @@ module Auth0
21
21
  @client_secret = options[:client_secret]
22
22
  @token = obtain_access_token
23
23
  end
24
- self.class.headers "Authorization" => "Bearer #{options[:access_token]}"
24
+ self.class.headers "Authorization" => "Bearer #{@token}"
25
25
  end
26
26
 
27
27
  # including initializer in top of klass
data/lib/auth0/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Auth0
2
2
  # current version of gem
3
- VERSION = "3.1.1"
3
+ VERSION = "3.1.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Auth0
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-03-10 00:00:00.000000000 Z
14
+ date: 2015-03-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: httparty