action_kit_api 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,10 @@ module ActionKitApi
26
26
  @read_only_attrs.include?(k)
27
27
  end
28
28
 
29
- response = ActionKitApi.connection.call("#{class_name}.save_or_create", attrs_hash)
29
+ call = "#{class_name}.save_or_create"
30
+ puts call
31
+
32
+ response = ActionKitApi.connection.call(call, attrs_hash)
30
33
 
31
34
  # Update ourselves to include the data that the server populated
32
35
  self.update(response)
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 4
9
+ version: 0.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox