action_kit_api 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ module ActionKitApi
43
43
  # Will not return private events, events that are full, deleted, or in the past
44
44
  # and doesn't return extra fields
45
45
  def public_search(*args)
46
- args[0].merge!(:campaign => self.id)
46
+ (args[0]).merge!(:campaign_id => self.id)
47
47
  results = ActionKitApi.connection.call("Event.public_search", *args)
48
48
 
49
49
  results.map do |r|
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.4.7".freeze
2
+ VERSION = "0.4.8"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 7
9
- version: 0.4.7
8
+ - 8
9
+ version: 0.4.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox