producer-core 0.2.4 → 0.2.5

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: 5a041918f9bce8b0f9b2e02f487f3f988a4a9f7d
4
- data.tar.gz: bcbc76158d5d64315c987bf864f85710d91e40e3
3
+ metadata.gz: 515591ca8ef96ecfcc27483fd7747f2ec8a1f4cb
4
+ data.tar.gz: f210d937db08c53613eac2dccdeccac336238791
5
5
  SHA512:
6
- metadata.gz: 97ef8f650adc1065c930d87b20f2b03de4cc24086960752afcad1f0f455a24deaaeec2684037c3e732c3b5b6abc3092b8e90101c5e55a45f2addc6730cedd590
7
- data.tar.gz: 3fc76e61d6eb8f70bafa2dcb7e175594d0db480fde82e9730e22290a9fe1fdd4ac7d51c5b16de640670fa640ba26117f36115e2635333e2b704aaa4d0f2cd689
6
+ metadata.gz: 9b33e1e5cf7c6c2c1f66460b3c10181eb1c8369ef530ca05cb20851ad348ff5b8c297f320190c0db0ffff5257e0c27752593b16f426b4f0a6ad28a43ff9d8c17
7
+ data.tar.gz: bf84a175211505298d77f92796952996618721c1c92d15e2168cbcf6842d2b35491d614d5d2500091c9fb3a99a9a341e135085be9beb7b3a753cc1c062ffa304
@@ -5,5 +5,5 @@ Feature: CLI usage
5
5
  Then the exit status must be 64
6
6
  And the output must contain exactly:
7
7
  """
8
- Usage: producer [-v] recipe_file
8
+ Usage: producer [-v] [-n] recipe_file
9
9
  """
@@ -3,7 +3,7 @@ module Producer
3
3
  class CLI
4
4
  ArgumentError = Class.new(::ArgumentError)
5
5
 
6
- USAGE = "Usage: #{File.basename $0} [-v] recipe_file"
6
+ USAGE = "Usage: #{File.basename $0} [-v] [-n] recipe_file"
7
7
 
8
8
  EX_USAGE = 64
9
9
 
@@ -1,5 +1,5 @@
1
1
  module Producer
2
2
  module Core
3
- VERSION = '0.2.4'
3
+ VERSION = '0.2.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: producer-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibault Jouan