crypto_price 0.1.5 → 0.1.6

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
  SHA256:
3
- metadata.gz: d167f731e973e525b03620e38cf2332dca07065397af7b8449fd7215b3423f2b
4
- data.tar.gz: 5da0c34224e7454ab89c9b14cd404d49f645c4ff08f1e14a8e891fde9b80e471
3
+ metadata.gz: 0a7c651b50a4059aa195875c0eb54445342f8b4ffd5049c7cd97c3d25501729f
4
+ data.tar.gz: 5b86d05a394b7014ade87a394f74651710eea983c665a59d36d21a13f45324b0
5
5
  SHA512:
6
- metadata.gz: 904a00f8f1ec0bb14534f8eeca8eeab5a8d811d665356d0dc0c043eb6e1d4301f70fd83cd0adc6e61c69a5d804896dbea9ead4c1c7619d386db477103acbfc8c
7
- data.tar.gz: ca407aadb266df96046c24d3ad50faa3541c50d0af1a0f54a9381673f54acf4bc2fc4c001415b4b509c96de3702d1941dd1c69dc0bbc2d0b26386c03ed4730d1
6
+ metadata.gz: f1e112b12d413eae484b20e70c181ab8fe88b1d3070d3cbe2ffcc367ac83454455474c4f941121f03a3c3f4d9c2467dec2c02990abe6fc8c613858a057b400fd
7
+ data.tar.gz: f09fa836b3a9ebd3fe29bd2d4dcb0234a5e4a58f6bffbf50c780e12347f8e639a99501d89ad80344279dee5e662b4501e543785e4ab61d8732aaece56f3838ed
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/crypto_price`. To experiment with that code, run `./bin/crypto_price` (executable permission) for an interactive prompt.
4
4
 
5
- Video: https://www.youtube.com/watch?v=vbwYG5sNj64"
5
+ Video: https://youtu.be/osbpEoAwHoA
6
6
 
7
7
  ## Installation
8
8
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module CryptoPrice
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crypto_price
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raul Figueroa
@@ -103,6 +103,7 @@ files:
103
103
  - crypto_price-0.1.1.gem
104
104
  - crypto_price-0.1.2.gem
105
105
  - crypto_price-0.1.3.gem
106
+ - crypto_price-0.1.5.gem
106
107
  - crypto_price.gemspec
107
108
  - lib/crypto_price.rb
108
109
  - lib/crypto_price/cli.rb