restpack-group-client 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ module RestPack::Group::Client
23
23
  end
24
24
 
25
25
  for id in data[:invitation_ids]
26
- invitation = invitations.first { |i| m.id == id }
26
+ invitation = invitations.first { |i| i.id == id }
27
27
  invitation.group = self
28
28
  invitation.membership = memberships.first { |m| m.id == invitation.membership_id }
29
29
  @invitations << invitation
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Group
3
3
  module Client
4
- VERSION = "0.0.9"
4
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: