action_kit_api 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,11 @@ module ActionKitApi
38
38
  "akid" => user.akid,
39
39
  })
40
40
 
41
- response = @@connection.call('act', act_attrs)
41
+ self.raw_act(act_attrs)
42
+ end
43
+
44
+ def raw_act(*args)
45
+ response = @@connection.call('act', args)
42
46
 
43
47
  ActionKitApi::Action.new(response)
44
48
  end
@@ -35,7 +35,7 @@ module ActionKitApi
35
35
  :page => "#{event_campaign.name}_attend"
36
36
  }
37
37
 
38
- ActionKitApi.act(action_attrs)
38
+ ActionKitApi.raw_act(action_attrs)
39
39
  end
40
40
 
41
41
  def cancel
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 2
9
- version: 0.4.2
8
+ - 3
9
+ version: 0.4.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox