moose-inventory 0.1.3 → 0.1.4

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: a74c387f707f28fecdfe36ce2e7a11f8e94ba110
4
- data.tar.gz: ba4e95aa06b584b7d85c6bde61b1c17bac7ff12b
3
+ metadata.gz: 51f46f508815c46f1822f0c857366ae1db01276d
4
+ data.tar.gz: 5b6b796bf75a8438d052b97ecdaab36b1a44fd1c
5
5
  SHA512:
6
- metadata.gz: 73a32a18f9c11cf4a9537f8368a457cb9167437b7abccd630d0ade37ec0a16978df3541c725c1ab1cc96958267e413e87b3a06131852795987c561daf406bd0c
7
- data.tar.gz: f0e56af87553103d042b8bb057ca2ce06c78adacb06add897154ef9e9fb6f41a043e008e3396c13182e1a01e8f39ef926b8fbf29c9886c16000be72eaa860f8e
6
+ metadata.gz: 457a392ad4ad90e450cca80fe6c5071009a76735caba56326f6d4bd5554774e4f3d1a7d637c9b1250d7d6c0ad708335df5261cfad68117104fcde72e266a3879
7
+ data.tar.gz: 7d0a7d1aba9105e12a9fb1a930e201e094f5cc850d0f292c6582e636cebd756803c68bcc7b8c97c6c6c983dda34f27a890640c61bf8840f0794c771507e52b7e
@@ -70,7 +70,6 @@ module Moose
70
70
  def self.top_level_help
71
71
  if @_argv[0] == 'help'
72
72
  puts "Global flags:"
73
- printf " %-31s %-10s", "--config FILE", "# Specified configuration file to use\n"
74
73
  printf " %-31s %-10s", "--config FILE", "# Specifies a configuration file to use\n"
75
74
  printf " %-31s %-10s", "--env ENV", "# Specifies the environment section of the config to use\n"
76
75
  printf " %-31s %-10s", "--format yaml|json|pjson", "# Format for the output of 'get' and 'list'\n"
@@ -2,6 +2,6 @@ module Moose
2
2
  ##
3
3
  # The Moose-Tools dynamic inventory management library
4
4
  module Inventory
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moose-inventory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Davies