libsaml 2.19.5 → 2.19.6

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: 4abd48c05a00ab4862361b37db37d044d7789492
4
- data.tar.gz: c520736c969ab5fd1944c8f94df4293907725f4e
3
+ metadata.gz: 92a64ff004c532fae66fd7f06fa6339d037cf79d
4
+ data.tar.gz: e83a2178ab6d1b9fa384519b7fc275d5108bf36f
5
5
  SHA512:
6
- metadata.gz: 21e8a56cad5d807cb6448c301d4e89e990de5ec5fa93878604ce208554b47a5e300aff1a26ac1f018de15d0b552051f89d8ea33989ebdef15326471fd55bc162
7
- data.tar.gz: 77db2bacc4a6baab2f68f9d83ed98025f9b12df5e4680000a46706c68a6e4a2902fb93b9eb130a0449274bd6e2bf0f16244db2a6f23e0e4133581a59a41bc09a
6
+ metadata.gz: 13063ffdbb908cdb53697206f6c6f60a13a9fedecd1cc363be6e7ad3550719bfe937902d390aa84c4a92a7bdc0a8d574eccf1cb866ed6c13fea1d931a423eaf7
7
+ data.tar.gz: 0839e951f76f0694a083c1d49b93441f0fdc67ee301c27b7b1e3f68fa956a6183db81f6188151e7e497c53341e7fee3d62ea9bf2067927ee56790bf7400c7a2b
@@ -23,7 +23,7 @@ module Saml
23
23
  end
24
24
 
25
25
  def attribute_value
26
- warn '[DEPRECATED] please use #attribute_values'
26
+ warn '[DEPRECATED] `attribute_value` please use #attribute_values'
27
27
  attribute_values.first.try(:content)
28
28
  end
29
29
 
@@ -12,12 +12,12 @@ module Saml
12
12
  has_many :encrypted_attributes, Saml::Elements::EncryptedAttribute
13
13
 
14
14
  def attribute
15
- warn '[DEPRECATED] please use #attributes'
15
+ warn '[DEPRECATED] `attribute` please use #attributes'
16
16
  attributes
17
17
  end
18
18
 
19
19
  def attribute=(attributes)
20
- warn '[DEPRECATED] please use #attributes='
20
+ warn '[DEPRECATED] `attribute=` please use #attributes='
21
21
  self.attributes = attributes
22
22
  end
23
23
  end
data/lib/saml/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Saml
2
- VERSION = "2.19.5"
2
+ VERSION = "2.19.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libsaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.19.5
4
+ version: 2.19.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoist Claassen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-14 00:00:00.000000000 Z
11
+ date: 2015-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.6.0
75
+ version: 0.6.2
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.6.0
82
+ version: 0.6.2
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: curb
85
85
  requirement: !ruby/object:Gem::Requirement