rails-auth 2.1.0 → 2.1.1

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: 5841a5acf2e89eabd90d64340e33bdc3ea0e58e1
4
- data.tar.gz: 8164f1e5bb970598eb7e5025eeb97d5b58db1843
3
+ metadata.gz: 2477fcfc16e05681799207a97fe61296121e61eb
4
+ data.tar.gz: d128786141a40153a93f7ec41b6359a0fa322869
5
5
  SHA512:
6
- metadata.gz: 12470181f902863a261a6482076f1f2506b28bbb8cf9e522156268d4bb8889fbdee9ddf21e8e54faa1b6cd51b2d0219b380da8ab47ec63384bf3eda3f6f9f116
7
- data.tar.gz: 9cbdb91c99af7ca524b72b79162457a982a907beb0277394d232bcff1f488cff930fec3b48f9d7a1f3857550b97322ea55d19ca87324037786b0d09ad5ad2219
6
+ metadata.gz: c34fe8c56e17ec1037140f63eced9e7613693e90b870041fec0643526df7c8129fa2f1c711ab1b9a43c7774956431f251d4bd21928309021dc14c9ed2b82fa6d
7
+ data.tar.gz: 55c5648df8f1f2fb5777313ac45d2ff35bcd1261223ed3dc882191bdd162e0214ddbad26cb1905e62e6c3e43eca4d7c25e607941b44eae82999e4cfac60f37c4
data/CHANGES.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 2.1.1 (2016-09-24)
2
+
3
+ * [#41](https://github.com/square/rails-auth/pull/41)
4
+ Fix Rails router constraint for checking rails-auth is installed.
5
+ ([@drcapulet])
6
+
1
7
  ### 2.1.0 (2016-09-24)
2
8
 
3
9
  * [#40](https://github.com/square/rails-auth/pull/40)
@@ -7,7 +7,7 @@ module Rails
7
7
  end
8
8
 
9
9
  def matches?(_request)
10
- !@config.middleware.include?(Rails::Auth::ACL::Middleware)
10
+ @config.middleware.include?(Rails::Auth::ACL::Middleware)
11
11
  end
12
12
  end
13
13
  end
@@ -3,6 +3,6 @@
3
3
  module Rails
4
4
  # Pluggable authentication and authorization for Rack/Rails
5
5
  module Auth
6
- VERSION = "2.1.0".freeze
6
+ VERSION = "2.1.1".freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-25 00:00:00.000000000 Z
11
+ date: 2016-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack