fish_finder 0.1.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55ce14f35689182336ccb71aeece1d278dac1877
4
- data.tar.gz: 451256ab05f3f648d4b0428adab936b8c5c314ed
3
+ metadata.gz: d21f3828fa12858f7c0aef454939c6f25ca514ab
4
+ data.tar.gz: 5d63b2db8a71ad5d44a1c6f2e5c6679a8447a358
5
5
  SHA512:
6
- metadata.gz: 3d3ba569fff3ae2ecdb99c4ff8bb5579877a3e91d7968b81c19d6d66c6008dbef88c991d8705f031a01e6273cc0170bcb9bd6460abc19f0620fcf97799dc6441
7
- data.tar.gz: 23ab13bef4fb7fbdfd5066c967e5a171769b3c6ef8d36bf5ae4d5407d6c90c6d0ff583baf781636dee1585f3bce9a8f50fff887a96b1af28833be93203716d89
6
+ metadata.gz: 03bf25aa4fef6f6e8f51f857eb7c28950b65e500fc10765942f746b77dca416d3a88285195910a9fd66222a7643fea0ae7b114e23d510a00a41218e645caff6b
7
+ data.tar.gz: a91edc3d162c57f03bc4ba589f107c516ff87b00e53fa4c8f1001531bcdbf5972e30c40fd84264c7cad4001287c69e9f4c60222ec9564da0015472ea9427c135
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fish_finder (0.1.0)
4
+ fish_finder (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 TODO: Write your name
3
+ Copyright (c) 2018 Carolyn Whelpley
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -31,7 +31,8 @@ Or install it yourself as:
31
31
 
32
32
  ## Usage
33
33
 
34
- run ``./bin/fish_finder-cli``
34
+ Type the following in your command line to run the gem
35
+ $ fish_finder
35
36
  ## Development
36
37
 
37
38
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
data/fish_finder.gemspec CHANGED
@@ -25,8 +25,8 @@ Gem::Specification.new do |spec|
25
25
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
26
26
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
27
  end
28
- spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.bindir = "bin"
29
+ spec.executables = ["fish_finder-cli"]
30
30
  spec.require_paths = ["lib"]
31
31
 
32
32
  spec.add_development_dependency "bundler", "~> 1.16"
@@ -1,3 +1,3 @@
1
1
  module FishFinder
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fish_finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carolyn Whelpley
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-04 00:00:00.000000000 Z
11
+ date: 2018-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -55,7 +55,8 @@ dependencies:
55
55
  description:
56
56
  email:
57
57
  - carolynmwhelp@gmail.com
58
- executables: []
58
+ executables:
59
+ - fish_finder-cli
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files: