action_kit_api 0.4.1 → 0.4.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.
@@ -30,9 +30,9 @@ module ActionKitApi
30
30
 
31
31
  action_attrs = {
32
32
  :event_id => self.id,
33
- :event_signup_ground_rules: 1,
33
+ :event_signup_ground_rules => 1,
34
34
  :akid => user.akid,
35
- :page: => "#{event_campaign.name}_attend"
35
+ :page => "#{event_campaign.name}_attend"
36
36
  }
37
37
 
38
38
  ActionKitApi.act(action_attrs)
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 1
9
- version: 0.4.1
8
+ - 2
9
+ version: 0.4.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox