action_kit_api 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ module ActionKitApi
32
32
  args[0][:campaign] = self.id
33
33
  args[0][:title] ||= self.default_title
34
34
 
35
- ActionKitApi::Event.new(args)
35
+ ActionKitApi::Event.new(*args)
36
36
  end
37
37
 
38
38
  # Uses public_search so is subject those limitations
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 8
9
- version: 0.3.8
8
+ - 9
9
+ version: 0.3.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox