ninjs 0.13.3 → 0.13.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/ninjs +2 -9
  3. data/ninjs.gemspec +1 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.13.3
1
+ 0.13.4
data/bin/ninjs CHANGED
@@ -107,13 +107,6 @@ options = {
107
107
  optparse = OptionParser.new do|opts|
108
108
  opts.on( '-h', '--help', 'Display this screen' ) do
109
109
  options[:help] = true
110
-
111
- if command.nil? || command.match(/^-h/)
112
- help.each do |section|
113
- puts section
114
- end
115
- exit
116
- end
117
110
  end
118
111
 
119
112
  opts.on( '-v', '--version', 'Display the version') do
@@ -216,9 +209,9 @@ case command
216
209
  exit
217
210
  end
218
211
  Ninjs::Command.update
219
- # help
220
212
  else
221
213
  help.each do |section|
222
- puts section
214
+ puts section.last + "\n"
223
215
  end
216
+ exit
224
217
  end
data/ninjs.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ninjs}
8
- s.version = "0.13.3"
8
+ s.version = "0.13.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dayton Nolan"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ninjs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
4
+ hash: 35
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 13
9
- - 3
10
- version: 0.13.3
9
+ - 4
10
+ version: 0.13.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dayton Nolan