databasedotcom_additions 0.6.4 → 0.6.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.
@@ -47,10 +47,10 @@ module Databasedotcom
47
47
  o
48
48
  end
49
49
 
50
- def self.client_from_serialized(serialized_client)
50
+ def self.client_from_serialized(properties)
51
51
  client = Databasedotcom::Client.new :verify_mode => OpenSSL::SSL::VERIFY_NONE
52
52
  SERIALIZE_PROPERTIES.each do |prop|
53
- client.send("#{prop}=", o[prop])
53
+ client.send("#{prop}=", properties[prop])
54
54
  end
55
55
  client
56
56
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: databasedotcom_additions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: