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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 213f800024d287fb0befaa4e5305dd1360c5ca2d
4
- data.tar.gz: c45f5041437833f213f5f8c3d8496106cfa55ff1
3
+ metadata.gz: 0c252de82540d83243224cf0f18a1518034fda72
4
+ data.tar.gz: 8d188e3d358fea2e36998ddd21989a1c392d945a
5
5
  SHA512:
6
- metadata.gz: 3a4d2699190abe412094f05332cb6726e06e67af834b2b42f0c0ab3886435d0498105ce1b932b579ccd8a0563aba4f863d9bc88c090514b5e4652ca24ed2581c
7
- data.tar.gz: 06a70e729cc80db7880e1e157a11f7448fb385321dbeb3a0d1bbaf34e82cf46cf254313968e81227a73f4766ab3c4db603c26c2badbab1d251de593e05e365d4
6
+ metadata.gz: 7823628435fe273c1a4d67b14bd3b7cefb560685f3086c0ebda370bcc9be157b72209556cb63f58ae8a2863197b63e0e7207cb2bd66bab2280d215c9a648f3a3
7
+ data.tar.gz: 5759a9695bd30d60daec2458e379af9fa3a9bfedc685d09037d6d8216dbd0f1cee7b3d04e52eecf10ea8075e32c2db9a08e9f4f57a2bb36774242c1fb88231ac
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 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 !"
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
 
@@ -1,3 +1,3 @@
1
1
  module Bitprice
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.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 / And
99
- Many more! Just require and call Bit.price !
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