dogsay 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
  SHA1:
3
- metadata.gz: 419de087dc0d06698b2b7f5aedc248d9b085ec21
4
- data.tar.gz: 002d450653aeafd65a13e92165c35bc9cf58dc8d
3
+ metadata.gz: f8138555528625bec820e82389b48cc1adbfd9ca
4
+ data.tar.gz: 1f9f1088da85289cc319f0a1093790cc6cefb2d2
5
5
  SHA512:
6
- metadata.gz: d4b0a3d799628b9dfb8d59594fab90b0a0f1224e0d8fb04c3e86f488db41af7f4c57168df8accfa36fe549f74d56927e704df46cfe2c1c53fb7bbc56979454ee
7
- data.tar.gz: d78a177e75d4ff3001d23a98b13ce954202225a5dcff8eb8c48920bf30ee8a9d367c31a81c00eebb4111e3b14f5f4a5e35ca81b8e46d819ba753cb3d5c0d46b3
6
+ metadata.gz: 122e972476cd460b53871abd1338d9e516ea45c5d4f85cdc8fb14c49ee6f2118c717c2db6f6dd6a5fec72c19600399e7c78ddb65c944054e827aa207eb474059
7
+ data.tar.gz: 511aa0084147c1fbef4d05b90ac90b11e2365f8baadc4a85bf48caf0041700ae81557f0a259d3cfa6e86c7d49ce0523cf6283227c89a38a403793d2c425d80cd
data/README.md CHANGED
@@ -75,4 +75,4 @@ or
75
75
  * `terrier.dog` from [Ascii-art.de](http://www.ascii-art.de/ascii/def/dogs.txt)
76
76
  * `small_sit.dog` from [AsciiWorld.com](http://www.asciiworld.com/-Dogs-.html)
77
77
  * `running.dog` from [AsciiWorld.com](http://www.asciiworld.com/-Dogs-.html)
78
- * `gsd.dog` from 'hrr' at [chris.com](http://www.chris.com/ascii/index.php?art=animals/dogs)
78
+ * `gsd.dog` by 'hrr' at [chris.com](http://www.chris.com/ascii/index.php?art=animals/dogs)
data/bin/dogsay CHANGED
@@ -16,7 +16,6 @@ def opts_from_cli
16
16
  opt_parser.parse!
17
17
  rescue OptionParser::InvalidOption => e
18
18
  puts e.message
19
- puts opts
20
19
  exit false
21
20
  end
22
21
  options
@@ -1,3 +1,3 @@
1
1
  module Dogsay
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dogsay
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
  - Forrest Fleming