crypto_price 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 +4 -4
- data/crypto_price.gemspec +4 -4
- data/lib/crypto_price/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19dffb493e5e1674053c630f1fd0832cbc5ef0ba769dc9cd86ed2761abf199ac
|
4
|
+
data.tar.gz: f80bae050a3d830f9c2ae2961bdcf316205d0f615dff098abf2a607e3feeb28d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b60b1fb7c548d54a8e18ede9344e4206665c306ce3761420b675f944f2a21a153d49bcc986d93c465a792e5f8e21e658d51a7766ada403b3daa7cd9cb3e7aa34
|
7
|
+
data.tar.gz: 1286f73f454657f39948099e9a1f53429f1ed027bae3fa94bacdb56745993ec69592bd0ab20410530d3ea21454ebbf25b95ea62044580d8e78ea97d26d882f1a
|
data/crypto_price.gemspec
CHANGED
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["'Raul Figueroa'"]
|
10
10
|
spec.email = ["'raul.a.figueroa@hotmail.com'"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
14
|
-
spec.homepage = "https://github.com/FigueroaR"
|
12
|
+
spec.summary = %q{View Current Crypto Price.}
|
13
|
+
spec.description = %q{Scrapped Information on Crypto Price.}
|
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.
|
20
20
|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
data/lib/crypto_price/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "'Raul Figueroa'"
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description:
|
83
|
+
description: Scrapped Information on Crypto Price.
|
84
84
|
email:
|
85
85
|
- "'raul.a.figueroa@hotmail.com'"
|
86
86
|
executables: []
|
@@ -104,7 +104,7 @@ files:
|
|
104
104
|
- lib/crypto_price/coin.rb
|
105
105
|
- lib/crypto_price/scraper.rb
|
106
106
|
- lib/crypto_price/version.rb
|
107
|
-
homepage: https://github.com/FigueroaR
|
107
|
+
homepage: https://github.com/FigueroaR/crypto_price
|
108
108
|
licenses:
|
109
109
|
- MIT
|
110
110
|
metadata: {}
|
@@ -126,5 +126,5 @@ requirements: []
|
|
126
126
|
rubygems_version: 3.0.6
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
|
-
summary:
|
129
|
+
summary: View Current Crypto Price.
|
130
130
|
test_files: []
|