action_kit_api 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,8 +18,7 @@ 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
22
- hash.delete("subscription_status")
21
+ hash = self.to_hash.delete("subscription_status")
23
22
  response = ActionKitApi::Connection.call("#{class_name}.save_or_create", hash)
24
23
 
25
24
  # Update ourselves to include the data that the server populated
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 8
9
- version: 0.1.8
8
+ - 9
9
+ version: 0.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox