jvyaml 0.0.1

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.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jvyaml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ola Bini
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-16 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: ""
17
+ email: ola.bini@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - Manifest.txt
24
+ - README.txt
25
+ files:
26
+ - Manifest.txt
27
+ - README.txt
28
+ - Rakefile
29
+ - lib/jvyaml.rb
30
+ - lib/jvyaml/store.rb
31
+ - lib/jvyaml/syck.rb
32
+ - lib/jvyamlb.jar
33
+ - lib/jvyaml_internal.jar
34
+ - test/test_yaml_one.rb
35
+ - test/test_yaml_three.rb
36
+ - test/test_yaml_two.rb
37
+ - src/java/JvyamlInternalService.java
38
+ - src/java/org/jruby/ext/jvyaml/JRubyConstructor.java
39
+ - src/java/org/jruby/ext/jvyaml/JRubyRepresenter.java
40
+ - src/java/org/jruby/ext/jvyaml/JRubySerializer.java
41
+ - src/java/org/jruby/ext/jvyaml/RubyYAML.java
42
+ - rakelib/compile.rake
43
+ - rakelib/package.rake
44
+ - rakelib/test.rake
45
+ has_rdoc: true
46
+ homepage: http://github.com/olabini/jvyaml-gem
47
+ licenses: []
48
+
49
+ post_install_message:
50
+ rdoc_options:
51
+ - --main
52
+ - README.txt
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ requirements: []
68
+
69
+ rubyforge_project: jvyaml
70
+ rubygems_version: 1.3.5
71
+ signing_key:
72
+ specification_version: 3
73
+ summary: Alternative YAML engine for JRuby
74
+ test_files:
75
+ - test/test_yaml_one.rb
76
+ - test/test_yaml_three.rb
77
+ - test/test_yaml_two.rb