rept 0.1.1 → 0.1.2

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.
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require File.join(File.dirname(__FILE__), '../lib/rept4diff')
4
+
5
+ rept4diff
data/bin/rept_local ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require File.join(File.dirname(__FILE__), '../lib/rept')
4
+
5
+ rept
data/lib/init.yaml CHANGED
@@ -1,4 +1,4 @@
1
1
  # �o�[�W�����ԍ�(�S�c�[���ŋ��ʂɂ��Ă���)
2
- version: "0.1.1"
2
+ version: "0.1.2"
3
3
 
4
4
  # @insert
data/lib/rept4diff.rb CHANGED
@@ -214,7 +214,7 @@ def rept4diff
214
214
 
215
215
  # ���s�{��
216
216
  if (ARGV.size > 1)
217
- parser = Parser.new(fname, args)
217
+ parser = Parser.new(ARGV[0], ARGV[1..-1])
218
218
  parser.parse
219
219
  output.print parser.result
220
220
  else
@@ -63,7 +63,7 @@ reptname1
63
63
  Index: reptname1/bin/reptname1_local
64
64
  #!/usr/bin/env ruby
65
65
 
66
- require File.join(File.dirname(__FILE__), '../lib/hoge')
66
+ require File.join(File.dirname(__FILE__), '../lib/reptname1')
67
67
 
68
68
  reptname1
69
69
  Index: reptname1/lib/reptname1.rb
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rept
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ongaeshi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-10 00:00:00 +09:00
12
+ date: 2009-05-13 00:00:00 +09:00
13
13
  default_executable: rept
14
14
  dependencies: []
15
15
 
@@ -26,6 +26,8 @@ files:
26
26
  - rakefile
27
27
  - bin/rept
28
28
  - bin/rept4diff
29
+ - bin/rept4diff_local
30
+ - bin/rept_local
29
31
  - lib/addText.rept
30
32
  - lib/fileinsert.rb
31
33
  - lib/init.yaml