nicolus 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,6 @@ Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
5
  bin/nicolus
6
- bin/nicolus.bat
7
6
  lib/nicolus.rb
8
7
  lib/opt_parse.rb
9
8
  test/listes.csv
@@ -1 +1 @@
1
- ruby ../lib/opt_parse.rb $1 $2 $3 $4 $5 $6 $7 $8 $9
1
+ require File.dirname(__FILE__) + '/../lib/opt_parse.rb'
@@ -17,7 +17,7 @@ class String
17
17
  end
18
18
 
19
19
  module Nicolus
20
- VERSION = '1.0.0'
20
+ VERSION = '1.1.0'
21
21
 
22
22
  class Combinaison
23
23
  def initialize(input_file, filename, inv=false)
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: nicolus
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
6
+ version: 1.1.0
7
7
  date: 2008-02-15 00:00:00 +01:00
8
8
  summary: Nicolus is a simple program to make all possible combination out of 2 or more lists of words.
9
9
  require_paths:
@@ -34,7 +34,6 @@ files:
34
34
  - README.txt
35
35
  - Rakefile
36
36
  - bin/nicolus
37
- - bin/nicolus.bat
38
37
  - lib/nicolus.rb
39
38
  - lib/opt_parse.rb
40
39
  - test/listes.csv
@@ -51,7 +50,6 @@ extra_rdoc_files:
51
50
  - README.txt
52
51
  executables:
53
52
  - nicolus
54
- - nicolus.bat
55
53
  extensions: []
56
54
 
57
55
  requirements: []
@@ -1,4 +0,0 @@
1
- @echo off
2
- cls
3
-
4
- ruby ../lib/opt_parse.rb %1 %2 %3 %4 %5 %6 %7 %8 %9