kimonolabs 0.0.1 → 0.0.2

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: 2c084be77c2b894c13b007f1d3fc35b8098ae9a5
4
- data.tar.gz: 0ca1c07722aaca5444a55249dec287ec52947c5e
3
+ metadata.gz: 611d7dbe64e287160b0374ec2ade0d5a8b138d1a
4
+ data.tar.gz: b2591ef2cdebbc6188f4f5629c188162c9018809
5
5
  SHA512:
6
- metadata.gz: d810a0bbab2195fa8b52940bf8299096fc4700be7aca6dfeed86d8e5a4df6eba80a67723a43d29e7a100dd85453c84ff91a3f74855e7dfb67dcb2bba295c026f
7
- data.tar.gz: 040cd0f090118c6c9cc8e06ebdb528e3eff46ba85521a42dbe1d4b84516fe5330eab295d0eca9e992d30164002249342d0226c1e2571782cb360b7c32434925c
6
+ metadata.gz: 00e650fdd7780092a55423904974bd27250997938194781a11279b801ac3cd412edbc05d64708a276c1bd0e545efac034d0843467017091966c32fd492b22a60
7
+ data.tar.gz: 8ed1aa377ee07ccad22bb580f32adbc0281a9e8b548ae45479d369a50d34b3c3a0b9e62b78a548f9c35da5b909de57727efe91ce7637a2c335a1a2174b7c3091
data/lib/kimonolabs.rb CHANGED
@@ -1,9 +1,7 @@
1
- # require "kimonolabs/version"
1
+ require "kimonolabs/version"
2
2
  require "httparty"
3
3
 
4
4
  module Kimonolabs
5
- VERSION = "0.0.1"
6
- # Your code goes here...
7
5
  include HTTParty
8
6
  base_uri "kimonolabs.com"
9
7
 
@@ -12,11 +10,11 @@ module Kimonolabs
12
10
  end
13
11
 
14
12
  def self.brent
15
- get("/api/a5a6rymq?apikey=HrRWAYocaxgrwCa2iEDchWNAGTZw10Vu").parsed_response["results"]["collection1"].first["brent"]
13
+ get("/api/c0y6dxlg?apikey=HrRWAYocaxgrwCa2iEDchWNAGTZw10Vu").parsed_response["results"]["collection1"].first["brent"]
16
14
  end
17
15
 
18
16
  def self.gold
19
- get("/api/aqb3i3q8?apikey=HrRWAYocaxgrwCa2iEDchWNAGTZw10Vu").parsed_response["results"]["collection1"].first["oncedor"]
17
+ get("/api/b338nvme?apikey=HrRWAYocaxgrwCa2iEDchWNAGTZw10Vu").parsed_response["results"]["collection1"].first["oncedor"]
20
18
  end
21
19
 
22
20
  end
@@ -1,3 +1,3 @@
1
1
  module Kimonolabs
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kimonolabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - goldenson