fish_finder 0.1.2 → 0.1.3

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: d21f3828fa12858f7c0aef454939c6f25ca514ab
4
- data.tar.gz: 5d63b2db8a71ad5d44a1c6f2e5c6679a8447a358
3
+ metadata.gz: d0444c37dfa312043d997dda0f958c6f39f906ab
4
+ data.tar.gz: 7d761d2214d057094303d2f2af8fbf7d2da5a2d3
5
5
  SHA512:
6
- metadata.gz: 03bf25aa4fef6f6e8f51f857eb7c28950b65e500fc10765942f746b77dca416d3a88285195910a9fd66222a7643fea0ae7b114e23d510a00a41218e645caff6b
7
- data.tar.gz: a91edc3d162c57f03bc4ba589f107c516ff87b00e53fa4c8f1001531bcdbf5972e30c40fd84264c7cad4001287c69e9f4c60222ec9564da0015472ea9427c135
6
+ metadata.gz: 4f07b09562381f01e9e24bbd79d764c66777a779a431a3f534feb20198c7356896359943f4484cfad88363df5de4c86e5f6edebdce520d451dae66a8183706a4
7
+ data.tar.gz: c2093abb2b58ab955351aec1454e3eb99170cf3764d59bf2341293276211dac3074f798a744362fcdbc578116ba2af45380003e4a5638cb78bf0ef6e7536c129
data/README.md CHANGED
@@ -31,8 +31,10 @@ Or install it yourself as:
31
31
 
32
32
  ## Usage
33
33
 
34
- Type the following in your command line to run the gem
35
- $ fish_finder
34
+ Type the following in your command line to run the gem:
35
+
36
+ $ fish_finder-cli
37
+
36
38
  ## Development
37
39
 
38
40
  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.
Binary file
@@ -1,3 +1,3 @@
1
1
  module FishFinder
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fish_finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carolyn Whelpley
@@ -71,6 +71,7 @@ files:
71
71
  - bin/console
72
72
  - bin/fish_finder-cli
73
73
  - bin/setup
74
+ - fish_finder-0.1.2.gem
74
75
  - fish_finder.gemspec
75
76
  - lib/environment.rb
76
77
  - lib/fish_finder/cli.rb