crypto_price 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
  SHA256:
3
- metadata.gz: 19dffb493e5e1674053c630f1fd0832cbc5ef0ba769dc9cd86ed2761abf199ac
4
- data.tar.gz: f80bae050a3d830f9c2ae2961bdcf316205d0f615dff098abf2a607e3feeb28d
3
+ metadata.gz: 694c84dcc2254a8ab66e2056b02cfae33145a024c0dbdfda61df0a05e81bd95b
4
+ data.tar.gz: bff9f89c536036a1a399e6b216ea135469a7338ba25a9e45628127ad74740d24
5
5
  SHA512:
6
- metadata.gz: b60b1fb7c548d54a8e18ede9344e4206665c306ce3761420b675f944f2a21a153d49bcc986d93c465a792e5f8e21e658d51a7766ada403b3daa7cd9cb3e7aa34
7
- data.tar.gz: 1286f73f454657f39948099e9a1f53429f1ed027bae3fa94bacdb56745993ec69592bd0ab20410530d3ea21454ebbf25b95ea62044580d8e78ea97d26d882f1a
6
+ metadata.gz: f6c0b4f02a5a3d4a34d001b1e1c78e8cdbf3c4f444be78fc5efd345f825bfe053ae72f4db20094361c0161e8e0bf4238e266b0347856c0cc6f3d5192e6abcf7e
7
+ data.tar.gz: 24090cbbec783781d30f729e72e7c58ffa6b35074db3974d61fa85961a2af1e3dc14ab78997f438d712d9e37c4e5e0151e8a60b836bf80bf665a2bed53510870
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # CryptoPrice
2
2
 
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/console` for an interactive prompt.
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
- TODO: Delete this and the text above, and describe your gem
5
+ Video: https://www.youtube.com/watch?v=vbwYG5sNj64"
6
6
 
7
7
  ## Installation
8
8
 
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ Be my guest and let me know how it is useful to you.
26
26
 
27
27
  ## Development
28
28
 
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/'creative-scientist-4659'/crypto_price. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/'FigueroaR'/crypto_price. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
36
 
37
37
  ## License
38
38
 
@@ -40,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
40
 
41
41
  ## Code of Conduct
42
42
 
43
- Everyone interacting in the CryptoPrice project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/'creative-scientist-4659'/crypto_price/blob/master/CODE_OF_CONDUCT.md).
43
+ Everyone interacting in the CryptoPrice project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/'FigueroaR'/crypto_price/blob/master/CODE_OF_CONDUCT.md).
Binary file
Binary file
data/crypto_price.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{Scrapped Information on Crypto Price.}
14
14
  spec.homepage = "https://github.com/FigueroaR/crypto_price"
15
15
  spec.license = "MIT"
16
-
16
+
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module CryptoPrice
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: crypto_price
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
  - "'Raul Figueroa'"
@@ -98,6 +98,8 @@ files:
98
98
  - bin/console
99
99
  - bin/crypto_price
100
100
  - bin/setup
101
+ - crypto_price-0.1.0.gem
102
+ - crypto_price-0.1.1.gem
101
103
  - crypto_price.gemspec
102
104
  - lib/crypto_price.rb
103
105
  - lib/crypto_price/cli.rb