action_kit_api 0.3.4 → 0.3.5

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.
@@ -27,7 +27,15 @@ module ActionKitApi
27
27
  end
28
28
 
29
29
  call = "#{class_name}.save_or_create"
30
- puts call
30
+
31
+ # Debugging stuff
32
+ if self.respond_to?('ap')
33
+ ap call
34
+ ap attrs_hash
35
+ else
36
+ puts call
37
+ puts attrs_hash
38
+ end
31
39
 
32
40
  response = ActionKitApi.connection.call(call, attrs_hash)
33
41
 
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox