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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12271dc79a825ceff46442063a9d3a61e852a7ca
4
- data.tar.gz: 5a3679cd78e2d117b272cfe007d660cca3cf9835
3
+ metadata.gz: 213f800024d287fb0befaa4e5305dd1360c5ca2d
4
+ data.tar.gz: c45f5041437833f213f5f8c3d8496106cfa55ff1
5
5
  SHA512:
6
- metadata.gz: 60dbb378797db3e79ca463f77b78883f94e2d0d1e91026418e4baa6ff5e8bb23688613ce19d32c77d6a0cc69f78fc86d01f9f2c6a39524cf9a9cf036e9306623
7
- data.tar.gz: 8c1fd7887d06818aa6e5c00fd7375dda35f068ef2928115047ef626cfa04b905f7a38f42d360e0515b6a1fa9045e8a8a326c98b9b76ecfa6d126aa553f1b5ff6
6
+ metadata.gz: 3a4d2699190abe412094f05332cb6726e06e67af834b2b42f0c0ab3886435d0498105ce1b932b579ccd8a0563aba4f863d9bc88c090514b5e4652ca24ed2581c
7
+ data.tar.gz: 06a70e729cc80db7880e1e157a11f7448fb385321dbeb3a0d1bbaf34e82cf46cf254313968e81227a73f4766ab3c4db603c26c2badbab1d251de593e05e365d4
Binary file
@@ -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 available about your favorite crypto currencies!"
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
 
@@ -1,3 +1,3 @@
1
1
  module Bitprice
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 available about your favorite crypto currencies!
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