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 +4 -4
- data/README.md +5 -5
- data/crypto_price-0.1.0.gem +0 -0
- data/crypto_price-0.1.1.gem +0 -0
- data/crypto_price.gemspec +1 -1
- data/lib/crypto_price/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 694c84dcc2254a8ab66e2056b02cfae33145a024c0dbdfda61df0a05e81bd95b
|
4
|
+
data.tar.gz: bff9f89c536036a1a399e6b216ea135469a7338ba25a9e45628127ad74740d24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
-
|
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
|
-
|
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/'
|
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/'
|
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.
|
data/lib/crypto_price/version.rb
CHANGED
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.
|
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
|