bitcoin_price 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 +4 -4
- data/README.md +3 -3
- data/bitcoin_price-0.0.1.gem +0 -0
- data/lib/bitcoin_price/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3e525940527e65ced3d69ff6cab5e1f3dad7f52
|
|
4
|
+
data.tar.gz: 57e76646d8f26438df651252f2ae15e900a51f22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fc5fc90c7a760498cfe3b751c68f58438a92c876ba250f07f6ac886b7794b3c27368761fb6dca6b56a9d1647d614157f555b7508c043ed322d94564bf8f85d7
|
|
7
|
+
data.tar.gz: 5247064dfbb88c8a3ed0944e2ba6e9b175d2c5f22f06fc8307ffdc777c64f5f08341d91f4ba0974046611cf2caad96c7de5ed00923d736f76aaa92ba9480cbdb
|
data/README.md
CHANGED
|
@@ -26,13 +26,13 @@ Or install it yourself as:
|
|
|
26
26
|
#Get last bitstamp price
|
|
27
27
|
puts BitcoinPrice.bitstamp
|
|
28
28
|
|
|
29
|
-
#Get last
|
|
29
|
+
#Get last bitfinex price
|
|
30
30
|
puts BitcoinPrice.bitfinex
|
|
31
31
|
|
|
32
|
-
#Get last
|
|
32
|
+
#Get last btc-e price
|
|
33
33
|
puts BitcoinPrice.btce
|
|
34
34
|
|
|
35
|
-
#Get last
|
|
35
|
+
#Get last coinbase price
|
|
36
36
|
puts BitcoinPrice.coinbase
|
|
37
37
|
```
|
|
38
38
|
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bitcoin_price
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordan Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -51,6 +51,7 @@ files:
|
|
|
51
51
|
- LICENSE.txt
|
|
52
52
|
- README.md
|
|
53
53
|
- Rakefile
|
|
54
|
+
- bitcoin_price-0.0.1.gem
|
|
54
55
|
- bitcoin_price.gemspec
|
|
55
56
|
- lib/bitcoin_price.rb
|
|
56
57
|
- lib/bitcoin_price/version.rb
|