soar_pl 0.0.8 → 0.0.9

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: c5b0767ca2aaa1dd0f6fc374aedfc1ff6850a4bc
4
- data.tar.gz: b915a1d51132e3497544f703a502f2145f5454b0
3
+ metadata.gz: 90e068cb94fc11e00833c106ffb906a75f5d6f8e
4
+ data.tar.gz: 7e97e0e1e82a39ea73e275b1183657de0bc6d9a9
5
5
  SHA512:
6
- metadata.gz: b02534c9b2cb6426094b92a2d8c815e2bb8b2bc22955cad793e52eabcd311c9263aef836ff694187df5a1268972468f81b94b5b257c8c6d518ad064a1f7c8cef
7
- data.tar.gz: 25855d0eddee5fa8e4c8fc12c4b7e419742eb675c26948d1f651c3751a67ed80fcdead569cbe6d846d24fe64ae8c15146c20153f1cb5023af563603b9813d48f
6
+ metadata.gz: b96bfdd452fd674fc8f22406ad19ffec6caea2336e50643edc6c010cc5f564611170fd4ed33a7d5f400eba7b8dc245262efebdbb59dee118d0ca0d598e2a851b
7
+ data.tar.gz: 625ce7455d7ff2087abc4108a1a66906513608009acfdbd9024ba125b7dd95e4d63131c52b42ffcfbdcb46a0cb09f3e57b73f3a41133e53ce0a6ace3a94939d4
@@ -75,7 +75,7 @@ module SoarPl
75
75
  def discover_subject_role_attributes(subject_identifier, subject_roles)
76
76
  attributes = {}
77
77
  @roles.each do |role|
78
- attributes[role] = @idm.get_role_attributes(subject_identifier, role)
78
+ attributes[role] = @idm.get_attributes(subject_identifier, role)
79
79
  end
80
80
  attributes
81
81
  end
@@ -1,3 +1,3 @@
1
1
  module SoarPl
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_pl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst van Graan