action_kit_api 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,7 @@ module ActionKitApi
42
42
  end
43
43
 
44
44
  def self.raw_act(*args)
45
- response = @@connection.call('act', args)
45
+ response = @@connection.call('act', *args)
46
46
 
47
47
  ActionKitApi::Action.new(response)
48
48
  end
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 4
9
- version: 0.4.4
8
+ - 5
9
+ version: 0.4.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox