awesome-cli 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/awesome-cli.gemspec +1 -1
- data/lib/awesome-cli/version.rb +1 -1
- metadata +3 -3
data/awesome-cli.gemspec
CHANGED
data/lib/awesome-cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: awesome-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -28,8 +28,8 @@ files:
|
|
28
28
|
homepage: http://pragprog.com/book/dccar/build-awesome-command-line-applications-in-ruby
|
29
29
|
licenses: []
|
30
30
|
post_install_message: ! "\n \n--------------------\n\nThanks for watching 'Shelly
|
31
|
-
Takes a Stroll' and hopefully\
|
32
|
-
with Ruby \n\n by\n\n David Bryant Copeland\n\nYou
|
31
|
+
Takes a Stroll' and hopefully\nbuying my new book:\n\nBuild Awesome Command-Line
|
32
|
+
Applications with Ruby \n\n by\n\n David Bryant Copeland\n\nYou
|
33
33
|
can buy (and preview) it at:\n\nhttp://bit.ly/clibook\n\nThanks!\n\n- David Bryant
|
34
34
|
Copeland\n\n--------------------\n"
|
35
35
|
rdoc_options: []
|