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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fe3f9cb8e1add71e3194c19855541e28263cfae653870ed3404fc28ab25868c
4
- data.tar.gz: b7dc03ed1c645ef051cbc7c46dff6ca1413df7c81f8fdf8d15820247677af0ba
3
+ metadata.gz: fdae1f75040601a791e50822f4d97c447f269e8b2315a1270b3f03221a63f2b4
4
+ data.tar.gz: 52f3523ed3778e5419d16b3593d75885dc8cff6889780ac68bd0f9760c03b81a
5
5
  SHA512:
6
- metadata.gz: 37e73c130f5a8a45bf8164d5ea2951861330324ffd6a14aa4d1d86c97980d72fd2c10e9a4580a4c7b4811c199a00aa4e6c48223c157b2ab243d05a1081e7bf45
7
- data.tar.gz: 784e3c4c259bf161d4e7a80c906c68dae6e66d814728ff6a504f42c3470ac248b3b61baa2d8d6020366535e887c96487715e0c5e79888b48985cedae7080a798
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 their scientific name, distribution, habitat, feeding, taxonomy, and will be given a short description.
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
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require "bundler/setup"
5
- require "shark/scraper/cli"
5
+ require "shark"
6
6
 
7
7
  # You can add fixtures and/or initialization code here to make experimenting
8
8
  # with your gem easier. You can also use a different console, if you like.
data/bin/shark_bin.rb CHANGED
@@ -5,4 +5,4 @@ require_relative '../lib/shark/shark_cli'
5
5
  require_relative '../lib/shark/sharkrays'
6
6
  require_relative '../lib/shark/shark_scraper'
7
7
 
8
- Shark::CLI.new.call
8
+ Shark::CLI.new.call
data/lib/shark/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shark
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -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.0
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-05-25 00:00:00.000000000 Z
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: