javabean_xml 0.1.0 → 0.1.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
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: javabean_xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
-
|
|
13
|
+
- Einar Magnús Boson
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-12-22 00:00:00
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-12-22 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: nokogiri
|
|
@@ -74,7 +73,6 @@ extra_rdoc_files: []
|
|
|
74
73
|
files:
|
|
75
74
|
- lib/javabean_xml.rb
|
|
76
75
|
- test/test_javabean_xml.rb
|
|
77
|
-
has_rdoc: true
|
|
78
76
|
homepage: http://github.com/einarmagnus/javabean_xml
|
|
79
77
|
licenses:
|
|
80
78
|
- MIT
|
|
@@ -106,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
104
|
requirements: []
|
|
107
105
|
|
|
108
106
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 1.
|
|
107
|
+
rubygems_version: 1.8.13
|
|
110
108
|
signing_key:
|
|
111
109
|
specification_version: 3
|
|
112
110
|
summary: Small library for interacting with java.beans.{Encoder,Decoder}
|