como 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/test/test_como.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'test/unit'
2
- require 'como'
2
+ require_relative '../lib/como.rb'
3
3
  include Como
4
4
  require 'stringio'
5
5
 
@@ -24,7 +24,7 @@ def runTest( test )
24
24
  # Comment the next code line to generate new goldens.
25
25
  # WARNING: Only generate new goldens after careful inspection.
26
26
  new_golden = false
27
-
27
+
28
28
  if new_golden
29
29
  # Populate golden files.
30
30
  system( "cp #{rf} #{gf}" )
data/test/test_options CHANGED
@@ -27,3 +27,6 @@ como_options -f foo -d dir
27
27
  como_options -f foo -d dir -h
28
28
  como_options -h -f foo -d dir
29
29
  como_options --doc doc1 doc2
30
+ como_options -a foo -a bar -d d1 -a hii -f dii -a duu
31
+ como_options -a foo -a bar -d d1 -a hii -f dii -a duu haa
32
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: como
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tero Isannainen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2018-09-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Como provides low manifest command line option parsing and deployment. The command line options are described in compact table format and option values are stored to conveniently named properties. Como builds command usage information based on the option
@@ -104,9 +104,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  requirements: []
106
106
  rubyforge_project:
107
- rubygems_version: 2.5.2
107
+ rubygems_version: 2.7.6
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Compact command line option parser utility.
111
111
  test_files: []
112
- has_rdoc: