pansophy_authenticator 0.3.0 → 0.4.0

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: 1a3e9c1d43153905040277676f4ce886c9f80eff
4
- data.tar.gz: 6dff940369d0b5c392834a841a3dfaeff29ddb08
3
+ metadata.gz: 304866ba2cd4a9a58b3904dfa6adc9c39bcd9202
4
+ data.tar.gz: e18b49218c746d6b106204178635ba85e1c6a4a8
5
5
  SHA512:
6
- metadata.gz: bd5fd51d19c1b774741a261307df5a83949201a2ed9c86e9337eff4f949b64af42602b7455a7a9d7189ad846a40e8947a29996a81e1c88ab4bc734fe32d01cd7
7
- data.tar.gz: a636e340701b60f323deca0ee8abcb84b02b404c230ce83ab7773f48dc5623999a8b2105006d37cc623d5bfc000863923c5b8d6c6a41816f2d85a8283a1cea25
6
+ metadata.gz: 45eb7d3e20d19a7c505c889e109436fce6c901be8aa9738671d5c3e571cef095aa2d9a91dec586079064e2b882553d8ec0d7edd1976116d536ea6db45334c881
7
+ data.tar.gz: 17dad069368efaa9863b1930108598e6898a6815c5715020ad6422ddd837d33b7c26660721eeee7f5dff271078e87c0f753f526248efe6ad8424285e58587abe
@@ -1,3 +1,13 @@
1
+ ## 0.4.0 (2016-02-16)
2
+
3
+ Adds:
4
+
5
+ - Adds 'application' and 'local?' helper methods to PansophyAuthenticator module
6
+
7
+ Fixes:
8
+
9
+ - Tests could be influenced by system environment variables
10
+
1
11
  ## 0.3.0 (2016-02-12)
2
12
 
3
13
  Adds:
@@ -15,7 +25,7 @@ Fixes:
15
25
 
16
26
  Adds:
17
27
 
18
- - caching via cache store
28
+ - Caching via cache store
19
29
 
20
30
  ## 0.1.0 (2016-02-01)
21
31
 
@@ -15,6 +15,14 @@ module PansophyAuthenticator
15
15
  configuration.remote?
16
16
  end
17
17
 
18
+ def self.local?
19
+ configuration.local?
20
+ end
21
+
22
+ def self.application
23
+ configuration.application
24
+ end
25
+
18
26
  def self.own_key
19
27
  ApplicationKeys.own
20
28
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module PansophyAuthenticator
3
- VERSION = '0.3.0'.freeze
3
+ VERSION = '0.4.0'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pansophy_authenticator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Berardi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-12 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: memoize