shark-scraper-cli 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/README.md +1 -1
- data/bin/console +1 -1
- data/bin/shark_bin.rb +1 -1
- data/lib/shark/version.rb +1 -1
- data/shark-scraper-cli.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdae1f75040601a791e50822f4d97c447f269e8b2315a1270b3f03221a63f2b4
|
4
|
+
data.tar.gz: 52f3523ed3778e5419d16b3593d75885dc8cff6889780ac68bd0f9760c03b81a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c21fcb5edc3fa7ee60a71ed10aee1d98f5ef2bc3f71d4bbe852f14eb1eccf4fc464cabbe2dba2f9f6829c49739348d6ecd89faee75667cf32881074066eae39
|
7
|
+
data.tar.gz: ed78efee5b0d3b132ee312379a48aa355da5a8eac2886b3ed9dad0a9bd8012b32b02ab219886120bbd2f6b7a9525ce0090b922ad13a3cd16158585b1ed1ab6af
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# shark-scraper-cli
|
2
2
|
|
3
|
-
This Ruby gem provides a CLI for you to learn about 40 sharks and rays as seen on Oceana's Sharks & Rays Encyclopedia. By inputting the number corresponding to the shark or ray you wish to learn more about, you will get access to some quick facts about the animal. You will learn about
|
3
|
+
This Ruby gem provides a CLI for you to learn about 40 sharks and rays as seen on Oceana's Sharks & Rays Encyclopedia. By inputting the number corresponding to the shark or ray you wish to learn more about, you will get access to some quick facts about the animal. You will learn about its scientific name, distribution, habitat, feeding, taxonomy, and will be given a short description.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/bin/console
CHANGED
data/bin/shark_bin.rb
CHANGED
data/lib/shark/version.rb
CHANGED
data/shark-scraper-cli.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "Shark and Ray CLI"
|
12
12
|
spec.description = "Provides information on 40 sharks and rays."
|
13
|
-
spec.homepage = "https://rubygems.org/"
|
13
|
+
spec.homepage = "https://rubygems.org/gems/shark-scraper-cli"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
16
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shark-scraper-cli
|
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
|
- Kayla Luebbert
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides information on 40 sharks and rays.
|
14
14
|
email:
|
@@ -34,7 +34,7 @@ files:
|
|
34
34
|
- lib/shark/sharkrays.rb
|
35
35
|
- lib/shark/version.rb
|
36
36
|
- shark-scraper-cli.gemspec
|
37
|
-
homepage: https://rubygems.org/
|
37
|
+
homepage: https://rubygems.org/gems/shark-scraper-cli
|
38
38
|
licenses:
|
39
39
|
- MIT
|
40
40
|
metadata:
|