vidibus-realm 0.1.2 → 0.1.3

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: ed05d67d1c0862eb0a781db666f688d9bf3895ba
4
- data.tar.gz: 5ec1df939fed3e06f9e788b5be57a3ccf845f1c5
3
+ metadata.gz: f739076add49a276707a4ebcbf540ca359497765
4
+ data.tar.gz: b14a5f1bb5ff914df1e709f97c707de7594bd1c0
5
5
  SHA512:
6
- metadata.gz: a09e4ebe387f60398389918252a998162b67b5d6ec62eccb128508f4e8bbf646ff00cbd41e2876d79b4606d9e307742de8e4a018c89d2b8aa4e0d356cabf4cf6
7
- data.tar.gz: 6cd7afe7aaa1c3c5b53c94056492ae0c47fbda75a012d1f9b01dbc7980c4dc4d8ef3c80a210892be9f7ae032941c580a3db9e1c2b99a39f2bd88b82334fb12b8
6
+ metadata.gz: acab1a64a3c782af2c3273461cbe2498bfb86691ff649b8499f446dba0e1acc01478a11d7a1cfde587e0828f5d59c89dba7272aa23bb77e8131975404cddfef9
7
+ data.tar.gz: ff9f16f3dc54842b76526ce3957ce464349a7bfe85e724c3cbae0317dd686922896264a141068cb05906a92df1c50df0ef456f806057569039f6a42bee3997ec
@@ -5,7 +5,7 @@ module Vidibus
5
5
  extend ActiveSupport::Concern
6
6
 
7
7
  included do
8
- helper_method :realm
8
+ helper_method(:realm) if respond_to?(:helper_method)
9
9
  end
10
10
 
11
11
  # Ensures that a realm is present.
@@ -1,5 +1,5 @@
1
1
  module Vidibus
2
2
  module Realm
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vidibus-realm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andre Pankratz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-21 00:00:00.000000000 Z
11
+ date: 2018-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  version: 1.3.6
151
151
  requirements: []
152
152
  rubyforge_project: vidibus-realm
153
- rubygems_version: 2.6.14
153
+ rubygems_version: 2.6.11
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: Basic realm handling for Vidibus applications