action_kit_api 0.4.3 → 0.4.4

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