plangrade-ruby 0.3.12 → 0.3.13

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: b4ca2b70fc69b82853970c4dcdb2dea7da1adbfa
4
- data.tar.gz: 56ea96c487833851f10d18dc2d07b25db371afc0
3
+ metadata.gz: abf2848621fea4d50e4e254eed13af563802406b
4
+ data.tar.gz: 7a9988f8b4af2b4f129e605ed2a6a4bdbd906349
5
5
  SHA512:
6
- metadata.gz: 9f6e7d1e7a2263951f6de80604bf19821f9604f11601e2f4c7112728ada7c4a6e954faab9b90b1e4a33a052b5c037d3ef8f55a164d52250421ae073f8e6a4f2c
7
- data.tar.gz: 1bbf9bae886c47c3e1cfdc7b917256595fb96e21f96895bbcf8375dfe5ab9739c9e19037e1bc62f95313fd17659d79b5420ad9f4decddf0ceea769a9ba485733
6
+ metadata.gz: 7b333ff4978d24c729102b0acb9c2a3449139d7d7f991756c85ca21d4e29e133c508f2f2bc112f9db4e02c9548f1b7d24825f8b9bc41e5a4a0a9db4d87dbba47
7
+ data.tar.gz: da7ee4d9e844842cd0d4c16ab92ea177aca7234dfb597b552f39103514a412f26f1bb8f558efcb34d22a73f5e4e24af73eee7a410976e3e8ad87cff1ed5f371b
checksums.yaml.gz.sig CHANGED
Binary file
@@ -30,7 +30,7 @@ module Plangrade
30
30
  result = api_handler.all_companies
31
31
  end
32
32
  parsed_result = JSON.parse(result)
33
- raise parsed_result["companies"].to_yaml
33
+ companies = parsed_result["companies"]
34
34
  companies.map { |attributes| new(attributes) }
35
35
  end
36
36
 
@@ -1,5 +1,5 @@
1
1
  module Plangrade
2
2
  module Ruby
3
- VERSION = "0.3.12"
3
+ VERSION = "0.3.13"
4
4
  end
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plangrade-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Reynoso
metadata.gz.sig CHANGED
Binary file