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.
- data/bin/rept4diff_local +5 -0
- data/bin/rept_local +5 -0
- data/lib/init.yaml +1 -1
- data/lib/rept4diff.rb +1 -1
- data/sample/ruby/command_line/command_line.rept +1 -1
- metadata +4 -2
data/bin/rept4diff_local
ADDED
data/bin/rept_local
ADDED
data/lib/init.yaml
CHANGED
data/lib/rept4diff.rb
CHANGED
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.
|
|
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-
|
|
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
|