proxima 1.1.0 → 1.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b6e9e03067a1f333f43b25db6b84209452f41f9
4
- data.tar.gz: be46e25021188d6f145b24ad4f1de16a89164416
3
+ metadata.gz: cd5615b370a04a9c8c474fc142242e78fb9b5d81
4
+ data.tar.gz: ad9ffa8bd99d82ad192971607dfea44ceb6e43d2
5
5
  SHA512:
6
- metadata.gz: 19fba539d2135ade5bb1fe07055dc120ce1a4fdda542cbef96c89bb976be6284b230f542acc1657b7c091fcef78b60f277886ad82884baca30fe0442b4c28b80
7
- data.tar.gz: 3d3555bb65407aec5f2b6c5135583a692db2cda14bfed4caac0a0dfeeb2bd94aa0ff05255af8e30a790bbc6dfbc18940e75bc763403d446c68a18f80af66b2e7
6
+ metadata.gz: 7cd3f7973557921d3fdfbcc62607ac19f7eb29b6fffcc0171330ae068c045f29e87320b9941d2327988ab852831e2ff8eb3b9207882509b0849031c57e9ea00d
7
+ data.tar.gz: 0e8f6b84a313e58bf8756a8c9f5ab2f31f2ff447baf90396a810182bf4b3d85882750d491e598155dade32b51d54a9f3faa4b1c08542357f1e8d280f261f4c75
@@ -5,7 +5,6 @@ module Proxima
5
5
 
6
6
  def from_json(json, opts = {})
7
7
  json = ActiveSupport::JSON.decode(json) if json.is_a?(String)
8
- binding.pry
9
8
  json = json.values.first if opts[:include_root] || self.include_root_in_json
10
9
  json = json.first if opts[:single_model_from_array] && json.is_a?(Array)
11
10
  hash = {}
@@ -1,5 +1,5 @@
1
1
 
2
2
 
3
3
  module Proxima
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxima
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Hurst