apmex-price 0.1.2 → 1.0.0
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 +4 -4
- data/lib/apmex-price.rb +1 -1
- data/test/test-apmex-price.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42eb2a11a1e1a6180e1c9e715874b60999808f88
|
|
4
|
+
data.tar.gz: bea2193a5fa1f49c315c754f65b5521bb42fcc44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ff635cbf872309589bc25ee9ad8b089c4488a4fb5ad393df9ce2b170990b7b0316829f0ad66652a7dd854e9a5970e3fff01b567606938b2945f710f5b13f48f
|
|
7
|
+
data.tar.gz: 312df3b374769612dbdebb30371634f5da8169984498170d241e942871679716f9e12178a09b338a42bd4912f08b1e5c2aae24a6ddc6026734fc0fa662bcbc15
|
data/lib/apmex-price.rb
CHANGED
data/test/test-apmex-price.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require 'minitest/autorun'
|
|
2
2
|
require 'apmex-price'
|
|
3
3
|
|
|
4
|
-
class ApmexPriceTest < Minitest::
|
|
5
|
-
def
|
|
4
|
+
class ApmexPriceTest < Minitest::Test
|
|
5
|
+
def test_
|
|
6
6
|
apmex_urls = [
|
|
7
7
|
'http://www.apmex.com/product/3/1-4-oz-gold-american-eagle-random-year',
|
|
8
8
|
'http://www.apmex.com/product/1/1-oz-gold-american-eagle-random-year',
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apmex-price
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cscribn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07
|
|
11
|
+
date: 2015-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Do you own precious metals? Are you interested in getting the current
|
|
14
14
|
value of your collection? If so, this gem is for you. Simply find the URL of a product
|
|
@@ -33,17 +33,17 @@ require_paths:
|
|
|
33
33
|
- lib
|
|
34
34
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
35
|
requirements:
|
|
36
|
-
- -
|
|
36
|
+
- - ">="
|
|
37
37
|
- !ruby/object:Gem::Version
|
|
38
38
|
version: '0'
|
|
39
39
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
|
-
- -
|
|
41
|
+
- - ">="
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: '0'
|
|
44
44
|
requirements: []
|
|
45
45
|
rubyforge_project:
|
|
46
|
-
rubygems_version: 2.
|
|
46
|
+
rubygems_version: 2.2.3
|
|
47
47
|
signing_key:
|
|
48
48
|
specification_version: 4
|
|
49
49
|
summary: Get spot, buy, sell, and value prices of precious metals using apmex.com
|