simple_crowd 1.1.1 → 1.1.2

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.
@@ -76,6 +76,11 @@ module SimpleCrowd
76
76
  simple_soap_call :is_group_member, group, user
77
77
  end
78
78
 
79
+ def find_group_memberships user
80
+ groups = simple_soap_call :find_group_memberships, user
81
+ groups[:string] unless groups.nil?
82
+ end
83
+
79
84
  def find_group_by_name name
80
85
  SimpleCrowd::Group.parse_from :soap, simple_soap_call(:find_group_by_name, name)
81
86
  end
@@ -1,3 +1,3 @@
1
1
  module SimpleCrowd
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_crowd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-11 00:00:00.000000000 Z
12
+ date: 2012-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: savon