restpack-group-client 0.0.45 → 0.0.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,10 @@ module RestPack
14
14
  @memberships ||= MembershipApi.new(@options)
15
15
  end
16
16
 
17
+ def invitations
18
+ @invitations ||= InvitationApi.new(@options)
19
+ end
20
+
17
21
  end
18
22
  end
19
23
  end
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Group
3
3
  module Client
4
- VERSION = "0.0.45"
4
+ VERSION = "0.0.46"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-group-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.45
4
+ version: 0.0.46
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: