hedbergism 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +9 -22
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hedbergism
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,27 +27,14 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: ! "## Hedbergism\n\nThis is just a REALLY simple RubyGem that will return
31
- a random Mitch Hedberg quote. I decided to do this after taking a course on Ruby
32
- - I thought I could force it into being a little more complicated to test some of
33
- what I learned.... but this is about as simple as it gets.\n\nFrom a pure OO standpoint,
34
- there probably are some issues with this implementation, regardless of how simple
35
- it is. The Quote object probably shouldn't handle printing to the screen. But
36
- that's how I did it... maybe I'll enhance it that. Maybe make a Printable mix-in
37
- that handle outputting in different format?\n\n## Usage\n\t\thedbergism [options]\n\t\t\twhere
38
- [options] are:\n\t\t\t\t --file, -f: Alternate file to get quotes from. File
39
- must be \"~~\" delimited\n \t\t\t\t--version, -v: Print version and exit\n \t\t\t
40
- \ --help, -h: Show this message\n## Examples\n\nWith no parameters:\n\n\t\t >
41
- hedbergism\n\t\t################################################################################\n\t\t#
42
- \ #\n\t\t#
43
- A burrito is a sleeping bag for ground beef. #\n\t\t#
44
- \ #\n\t\t################################################################################\n\nWith
45
- parameter passing a custom file:\n\n\t\t> hedbergism -f /Users/dmbrooking/Dev/hedbergism/bin/quotes.csv\n\t\t################################################################################\n\t\t#
46
- \ #\n\t\t#
47
- I was walking down the street the other day when this guy asked if I #\n\t\t#
48
- wanted a frozen banana...I said 'no' but then thought I might want a #\n\t\t#
49
- regular banana later, so...yeah. #\n\t\t#
50
- \ #\n\t\t################################################################################\n\t\t\n"
30
+ description: ! "This is just a REALLY simple RubyGem that will return a random Mitch
31
+ Hedberg quote. I decided to do this after taking a course on Ruby - I thought I
32
+ could force it into being a little more complicated to test some of what I learned....
33
+ but this is about as simple as it gets.\n\n From a pure OO standpoint, there probably
34
+ are some issues with this implementation, regardless of how simple it is. The Quote
35
+ object probably shouldn't handle printing to the screen. But that's how I did it...
36
+ maybe I'll enhance it that. Maybe make a Printable mix-in that handle outputting
37
+ in different format?"
51
38
  email: dmbrooking@gmail.com
52
39
  executables:
53
40
  - hedbergism