ya2yaml 0.29.2 → 0.30

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.
Files changed (4) hide show
  1. data/{README → README.rdoc} +0 -0
  2. data/lib/ya2yaml.rb +359 -359
  3. data/test/test.rb +443 -403
  4. 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
- - 29
8
- - 2
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-05-04 00:00:00 +09:00
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: