action_kit_api 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,8 @@ module ActionKitApi
18
18
 
19
19
  # TODO: Add blacklisting to the model to prevent read-only attributes from syncing
20
20
  # this is a temporary fix.
21
- hash = self.to_hash.delete("subscription_status")
21
+ hash = self.to_hash
22
+ hash.delete("subscription_status")
22
23
  response = ActionKitApi::Connection.call("#{class_name}.save_or_create", hash)
23
24
 
24
25
  # Update ourselves to include the data that the server populated
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox