hedbergism 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/LICENSE +7 -0
  2. data/README +8 -1
  3. metadata +15 -3
data/LICENSE CHANGED
@@ -0,0 +1,7 @@
1
+ Copyright (C) 2012, Dan Brooking
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README CHANGED
@@ -3,4 +3,11 @@ This is just a REALLY simple RubyGem that will return a random Mitch Hedberg quo
3
3
  Usage:
4
4
 
5
5
  > hedbergism
6
- Is a hippopotamus a hippopotamus or just a really cool opotamus?
6
+ Is a hippopotamus a hippopotamus or just a really cool opotamus?
7
+
8
+
9
+ To Do:
10
+ Format quotes to be more like a banner
11
+ Add ability for date, location to quotes
12
+ Ability to run with your own file of quotes
13
+ -h or --help output
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.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -38,7 +38,19 @@ description: ! 'This is just a REALLY simple RubyGem that will return a random M
38
38
 
39
39
  > hedbergism
40
40
 
41
- Is a hippopotamus a hippopotamus or just a really cool opotamus?'
41
+ Is a hippopotamus a hippopotamus or just a really cool opotamus?
42
+
43
+
44
+
45
+ To Do:
46
+
47
+ Format quotes to be more like a banner
48
+
49
+ Add ability for date, location to quotes
50
+
51
+ Ability to run with your own file of quotes
52
+
53
+ -h or --help output'
42
54
  email: dmbrooking@gmail.com
43
55
  executables:
44
56
  - hedbergism
@@ -51,7 +63,7 @@ files:
51
63
  - spec/hedbergism/quote_file_spec.rb
52
64
  - LICENSE
53
65
  - README
54
- homepage: http://www.danbrooking.com
66
+ homepage: https://github.com/dmbrooking/
55
67
  licenses: []
56
68
  post_install_message:
57
69
  rdoc_options: []