bitprice 0.1.1 → 0.1.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/bitprice-0.1.1.gem +0 -0
- data/bitprice.gemspec +1 -1
- data/lib/bitprice/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c252de82540d83243224cf0f18a1518034fda72
|
4
|
+
data.tar.gz: 8d188e3d358fea2e36998ddd21989a1c392d945a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7823628435fe273c1a4d67b14bd3b7cefb560685f3086c0ebda370bcc9be157b72209556cb63f58ae8a2863197b63e0e7207cb2bd66bab2280d215c9a648f3a3
|
7
|
+
data.tar.gz: 5759a9695bd30d60daec2458e379af9fa3a9bfedc685d09037d6d8216dbd0f1cee7b3d04e52eecf10ea8075e32c2db9a08e9f4f57a2bb36774242c1fb88231ac
|
data/bitprice-0.1.1.gem
ADDED
Binary file
|
data/bitprice.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["'codingsynapse@gmail.com'"]
|
11
11
|
spec.files = ["lib/bitprice.rb"]
|
12
12
|
spec.summary = "Collects Top 100 data about your favorite cryptocurrencies!"
|
13
|
-
spec.description = "Detailed market information instantly about your top 100 Cryptocurrencies! Find instant data on Bitcoin / Etherium / Litecoin / Ripple / Monero / Dash /
|
13
|
+
spec.description = "Detailed market information instantly about your top 100 Cryptocurrencies! Find instant data on Bitcoin / Etherium / Litecoin / Ripple / Monero / Dash / and many more! Simply, require and call Bit.price !"
|
14
14
|
spec.homepage = "http://codingsynapse.com/"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
data/lib/bitprice/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bitprice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "'Micah Ortega'"
|
@@ -95,8 +95,8 @@ dependencies:
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
description: Detailed market information instantly about your top 100 Cryptocurrencies!
|
98
|
-
Find instant data on Bitcoin / Etherium / Litecoin / Ripple / Monero / Dash /
|
99
|
-
|
98
|
+
Find instant data on Bitcoin / Etherium / Litecoin / Ripple / Monero / Dash / and
|
99
|
+
many more! Simply, require and call Bit.price !
|
100
100
|
email:
|
101
101
|
- "'codingsynapse@gmail.com'"
|
102
102
|
executables: []
|
@@ -113,6 +113,7 @@ files:
|
|
113
113
|
- bin/console
|
114
114
|
- bin/setup
|
115
115
|
- bitprice-0.1.0.gem
|
116
|
+
- bitprice-0.1.1.gem
|
116
117
|
- bitprice.gemspec
|
117
118
|
- lib/bitprice.rb
|
118
119
|
- lib/bitprice/cli.rb
|