command_line_helper 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
data/command_line_helper.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["jcmuller@gmail.com"]
|
7
7
|
gem.description = %q{Helper for CLI apps.}
|
8
8
|
gem.summary = %q{This library provides a module that helps with some common CLI tasks (mainly showing help texts and options)}
|
9
|
-
gem.homepage = ""
|
9
|
+
gem.homepage = "https://github.com/jcmuller/command_line_helper"
|
10
10
|
|
11
11
|
gem.files = Dir["lib/**/*"] +
|
12
12
|
%w(command_line_helper.gemspec Gemfile LICENSE Rakefile README.md)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: command_line_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -41,6 +41,7 @@ files:
|
|
41
41
|
- lib/command_line_helper/program_name.rb
|
42
42
|
- lib/command_line_helper/program_name.rb~
|
43
43
|
- lib/command_line_helper/version.rb
|
44
|
+
- lib/command_line_helper/version.rb~
|
44
45
|
- lib/command_line_helper.rb
|
45
46
|
- lib/command_line_helper.rb~
|
46
47
|
- command_line_helper.gemspec
|
@@ -94,7 +95,7 @@ files:
|
|
94
95
|
- spec/reports/SPEC-CommandLineHelper-ProgramName.xml
|
95
96
|
- spec/spec_helper.rb
|
96
97
|
- spec/spec_helper.rb~
|
97
|
-
homepage:
|
98
|
+
homepage: https://github.com/jcmuller/command_line_helper
|
98
99
|
licenses: []
|
99
100
|
post_install_message:
|
100
101
|
rdoc_options: []
|