ya2yaml 0.29.2 → 0.30
Sign up to get free protection for your applications and to get access to all the features.
- data/{README → README.rdoc} +0 -0
- data/lib/ya2yaml.rb +359 -359
- data/test/test.rb +443 -403
- metadata +6 -7
metadata
CHANGED
@@ -4,16 +4,15 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
-
-
|
8
|
-
|
9
|
-
version: 0.29.2
|
7
|
+
- 30
|
8
|
+
version: "0.30"
|
10
9
|
platform: ruby
|
11
10
|
authors:
|
12
11
|
- Akira FUNAI
|
13
12
|
autorequire:
|
14
13
|
bindir: bin
|
15
14
|
cert_chain:
|
16
|
-
date: 2010-
|
15
|
+
date: 2010-08-28 00:00:00 +09:00
|
17
16
|
default_executable:
|
18
17
|
dependencies: []
|
19
18
|
|
@@ -26,10 +25,10 @@ executables: []
|
|
26
25
|
extensions: []
|
27
26
|
|
28
27
|
extra_rdoc_files:
|
29
|
-
- README
|
28
|
+
- README.rdoc
|
30
29
|
files:
|
31
30
|
- lib/ya2yaml.rb
|
32
|
-
- README
|
31
|
+
- README.rdoc
|
33
32
|
- LICENSE
|
34
33
|
- test/t.gif
|
35
34
|
- test/t.yaml
|
@@ -41,7 +40,7 @@ licenses: []
|
|
41
40
|
post_install_message:
|
42
41
|
rdoc_options:
|
43
42
|
- --main
|
44
|
-
- README
|
43
|
+
- README.rdoc
|
45
44
|
- --charset
|
46
45
|
- UTF8
|
47
46
|
require_paths:
|