bitprice 0.1.0 → 0.1.1
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.0.gem +0 -0
- data/bitprice.gemspec +1 -1
- data/lib/bitprice/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 213f800024d287fb0befaa4e5305dd1360c5ca2d
|
4
|
+
data.tar.gz: c45f5041437833f213f5f8c3d8496106cfa55ff1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a4d2699190abe412094f05332cb6726e06e67af834b2b42f0c0ab3886435d0498105ce1b932b579ccd8a0563aba4f863d9bc88c090514b5e4652ca24ed2581c
|
7
|
+
data.tar.gz: 06a70e729cc80db7880e1e157a11f7448fb385321dbeb3a0d1bbaf34e82cf46cf254313968e81227a73f4766ab3c4db603c26c2badbab1d251de593e05e365d4
|
data/bitprice-0.1.0.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 information instantly
|
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! Just 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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "'Micah Ortega'"
|
@@ -94,7 +94,9 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description: Detailed information instantly
|
97
|
+
description: Detailed market information instantly about your top 100 Cryptocurrencies!
|
98
|
+
Find instant data on Bitcoin / Etherium / Litecoin / Ripple / Monero / Dash / And
|
99
|
+
Many more! Just require and call Bit.price !
|
98
100
|
email:
|
99
101
|
- "'codingsynapse@gmail.com'"
|
100
102
|
executables: []
|
@@ -110,6 +112,7 @@ files:
|
|
110
112
|
- bin/bitprice
|
111
113
|
- bin/console
|
112
114
|
- bin/setup
|
115
|
+
- bitprice-0.1.0.gem
|
113
116
|
- bitprice.gemspec
|
114
117
|
- lib/bitprice.rb
|
115
118
|
- lib/bitprice/cli.rb
|