nucleon 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e672f14043406826036334688c592b5fabf19fd
4
- data.tar.gz: bacc3a83b28e7cc9064cab6b78f2c8bc5d78ef16
3
+ metadata.gz: 01efaf99165d264e39c0abc948ded403d3f3f321
4
+ data.tar.gz: 590fd8fbbc3a939b26b2ace06efe59d2149d8ca7
5
5
  SHA512:
6
- metadata.gz: e8052f3837e56bbb8289df37a39796c7c2b65bf97e0767d75d6de677557fb2d37db21c5e191a63450c6c0222c721278d6d5c347a674fc7a417a2a5c3281afdb5
7
- data.tar.gz: a25d025d7be6692da6ee2e9eab6c3858a0d9811eecac10e13d3b9e441e70898e6e0d8f1ec5694fba5de977d9a7232258ecb65fa3b287b475b6affefffd7ce1e0
6
+ metadata.gz: 1501cb41b89c22d7148c277ec151cc2b4d7562b6883a74c48fe8aebd82773f165a4e7115ebfa60ce721ac5311cf6ae4ebed2d91902f5f902621ed2c1b2b4b8cb
7
+ data.tar.gz: 0f5a11351a250f282878ad08e638ac55dcbb257a4de12b286137032ffa6b600a90326136451952329b68f3da217ce6f1b50b92d9d4fefa704edab9c9798d0be8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.16
1
+ 0.1.17
@@ -484,7 +484,7 @@ module Facade
484
484
  puts "\n"
485
485
  end
486
486
 
487
- puts "\n" + I18n.t('nucleon.core.exec.help.footer') + "\n\n"
487
+ puts "\n" + I18n.t('nucleon.core.exec.help.footer', { :name => name }) + "\n\n"
488
488
  exit_status = code.help_wanted
489
489
  end
490
490
 
@@ -8,7 +8,7 @@ en:
8
8
  header: |-
9
9
  Available actions
10
10
  footer: |-
11
- For help on any individual action run `nucleon <action> -h`
11
+ For help on any individual action run `%{name} <action> -h`
12
12
  errors:
13
13
  missing_argument: |-
14
14
  Argument <%{name}> must be specified
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: nucleon 0.1.16 ruby lib
5
+ # stub: nucleon 0.1.17 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "nucleon"
9
- s.version = "0.1.16"
9
+ s.version = "0.1.17"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nucleon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Webb