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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60026c7c2c2a389d0d9357bd7ca45d2d376389e4c6375bac8541733a57d8f7ea
4
- data.tar.gz: 7bba283abf02ddc573afcc7946c80b03a3e79330c518da89b7c11d3afc06f10b
3
+ metadata.gz: 19dffb493e5e1674053c630f1fd0832cbc5ef0ba769dc9cd86ed2761abf199ac
4
+ data.tar.gz: f80bae050a3d830f9c2ae2961bdcf316205d0f615dff098abf2a607e3feeb28d
5
5
  SHA512:
6
- metadata.gz: e85c42fb5d5dd16de5e5f7af0b4d52c8ff3184a4b159dbcf98a7d6318e00421657b35002417430ca23329164c403f0dcc5d799b8c1a5c0fb337f4b37b24297ae
7
- data.tar.gz: e17c1a32caf415c96c20a49cdd5bbd154f3aa17a1e393cf1b5e1063678394b156c4cc19c20d6bd0c659340e7d5989062a97a2ff4ddd6eb8bf1a447058d847406
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{Information Scrapper to view Crypto Prices.}
13
- spec.description = %q{Check Top Cryotos Prices.}
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
@@ -1,3 +1,3 @@
1
1
  module CryptoPrice
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-30 00:00:00.000000000 Z
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: Check Top Cryotos Prices.
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: Information Scrapper to view Crypto Prices.
129
+ summary: View Current Crypto Price.
130
130
  test_files: []