kdonovan-happymapper 0.3.5 → 0.3.7
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.
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
|
-
s.name = %q{happymapper}
|
|
5
|
-
s.version = "0.3.
|
|
4
|
+
s.name = %q{kdonovan-happymapper}
|
|
5
|
+
s.version = "0.3.7"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
|
-
s.authors = ["John Nunemaker"]
|
|
8
|
+
s.authors = ["John Nunemaker", "Kali Donovan"]
|
|
9
9
|
s.date = %q{2009-02-21}
|
|
10
|
-
s.description = %q{object to xml mapping library}
|
|
10
|
+
s.description = %q{fork of jnunemaker's object to xml mapping library}
|
|
11
11
|
s.email = %q{nunemaker@gmail.com}
|
|
12
12
|
s.extra_rdoc_files = ["lib/happymapper/attribute.rb", "lib/happymapper/element.rb", "lib/happymapper/item.rb", "lib/happymapper/version.rb", "lib/happymapper.rb", "README", "TODO"]
|
|
13
|
-
s.files = ["examples/amazon.rb", "examples/current_weather.rb", "examples/dashed_elements.rb", "examples/family_tree.rb", "examples/post.rb", "examples/twitter.rb", "happymapper.gemspec", "History", "lib/happymapper/attribute.rb", "lib/happymapper/element.rb", "lib/happymapper/item.rb", "lib/happymapper/version.rb", "lib/happymapper.rb", "License", "Manifest", "Rakefile", "README", "spec/fixtures/address.xml", "spec/fixtures/commit.xml", "spec/fixtures/current_weather.xml", "spec/fixtures/family_tree.xml", "spec/fixtures/multiple_namespaces.xml", "spec/fixtures/partial_posts.xml", "spec/fixtures/pita.xml", "spec/fixtures/posts.xml", "spec/fixtures/product_default_namespace.xml", "spec/fixtures/product_no_namespace.xml", "spec/fixtures/product_single_namespace.xml", "spec/fixtures/radar.xml", "spec/fixtures/statuses.xml", "spec/happymapper_attribute_spec.rb", "spec/happymapper_element_spec.rb", "spec/happymapper_item_spec.rb", "spec/happymapper_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/xml_helper.rb", "TODO", "website/css/common.css", "website/index.html"]
|
|
13
|
+
s.files = ["examples/amazon.rb", "examples/current_weather.rb", "examples/dashed_elements.rb", "examples/family_tree.rb", "examples/post.rb", "examples/twitter.rb", "kdonovan-happymapper.gemspec", "History", "lib/happymapper/attribute.rb", "lib/happymapper/element.rb", "lib/happymapper/item.rb", "lib/happymapper/version.rb", "lib/happymapper.rb", "License", "Manifest", "Rakefile", "README", "spec/fixtures/address.xml", "spec/fixtures/commit.xml", "spec/fixtures/current_weather.xml", "spec/fixtures/family_tree.xml", "spec/fixtures/multiple_namespaces.xml", "spec/fixtures/partial_posts.xml", "spec/fixtures/pita.xml", "spec/fixtures/posts.xml", "spec/fixtures/product_default_namespace.xml", "spec/fixtures/product_no_namespace.xml", "spec/fixtures/product_single_namespace.xml", "spec/fixtures/radar.xml", "spec/fixtures/statuses.xml", "spec/happymapper_attribute_spec.rb", "spec/happymapper_element_spec.rb", "spec/happymapper_item_spec.rb", "spec/happymapper_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/xml_helper.rb", "TODO", "website/css/common.css", "website/index.html"]
|
|
14
14
|
s.has_rdoc = true
|
|
15
|
-
s.homepage = %q{http://happymapper.rubyforge.org}
|
|
15
|
+
s.homepage = %q{http://kdonovan-happymapper.rubyforge.org}
|
|
16
16
|
s.post_install_message = %q{May you have many happy mappings!}
|
|
17
17
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Happymapper", "--main", "README"]
|
|
18
18
|
s.require_paths = ["lib"]
|
|
19
|
-
s.rubyforge_project = %q{happymapper}
|
|
19
|
+
s.rubyforge_project = %q{kdonovan-happymapper}
|
|
20
20
|
s.rubygems_version = %q{1.3.1}
|
|
21
21
|
s.summary = %q{object to xml mapping library}
|
|
22
22
|
|
metadata
CHANGED
|
@@ -1,28 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kdonovan-happymapper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 29
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 3
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.3.7
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- John Nunemaker
|
|
14
|
+
- Kali Donovan
|
|
8
15
|
autorequire:
|
|
9
16
|
bindir: bin
|
|
10
17
|
cert_chain: []
|
|
11
18
|
|
|
12
|
-
date: 2009-02-21 00:00:00 -
|
|
19
|
+
date: 2009-02-21 00:00:00 -07:00
|
|
13
20
|
default_executable:
|
|
14
21
|
dependencies:
|
|
15
22
|
- !ruby/object:Gem::Dependency
|
|
16
23
|
name: libxml-ruby
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
24
|
+
prerelease: false
|
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
|
+
none: false
|
|
20
27
|
requirements:
|
|
21
28
|
- - ">="
|
|
22
29
|
- !ruby/object:Gem::Version
|
|
30
|
+
hash: 43
|
|
31
|
+
segments:
|
|
32
|
+
- 0
|
|
33
|
+
- 9
|
|
34
|
+
- 8
|
|
23
35
|
version: 0.9.8
|
|
24
|
-
|
|
25
|
-
|
|
36
|
+
type: :runtime
|
|
37
|
+
version_requirements: *id001
|
|
38
|
+
description: fork of jnunemaker's object to xml mapping library
|
|
26
39
|
email: nunemaker@gmail.com
|
|
27
40
|
executables: []
|
|
28
41
|
|
|
@@ -43,7 +56,7 @@ files:
|
|
|
43
56
|
- examples/family_tree.rb
|
|
44
57
|
- examples/post.rb
|
|
45
58
|
- examples/twitter.rb
|
|
46
|
-
- happymapper.gemspec
|
|
59
|
+
- kdonovan-happymapper.gemspec
|
|
47
60
|
- History
|
|
48
61
|
- lib/happymapper/attribute.rb
|
|
49
62
|
- lib/happymapper/element.rb
|
|
@@ -78,8 +91,9 @@ files:
|
|
|
78
91
|
- website/css/common.css
|
|
79
92
|
- website/index.html
|
|
80
93
|
has_rdoc: true
|
|
81
|
-
homepage: http://happymapper.rubyforge.org
|
|
82
|
-
licenses:
|
|
94
|
+
homepage: http://kdonovan-happymapper.rubyforge.org
|
|
95
|
+
licenses: []
|
|
96
|
+
|
|
83
97
|
post_install_message: May you have many happy mappings!
|
|
84
98
|
rdoc_options:
|
|
85
99
|
- --line-numbers
|
|
@@ -91,21 +105,28 @@ rdoc_options:
|
|
|
91
105
|
require_paths:
|
|
92
106
|
- lib
|
|
93
107
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
|
+
none: false
|
|
94
109
|
requirements:
|
|
95
110
|
- - ">="
|
|
96
111
|
- !ruby/object:Gem::Version
|
|
112
|
+
hash: 3
|
|
113
|
+
segments:
|
|
114
|
+
- 0
|
|
97
115
|
version: "0"
|
|
98
|
-
version:
|
|
99
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
|
+
none: false
|
|
100
118
|
requirements:
|
|
101
119
|
- - ">="
|
|
102
120
|
- !ruby/object:Gem::Version
|
|
121
|
+
hash: 11
|
|
122
|
+
segments:
|
|
123
|
+
- 1
|
|
124
|
+
- 2
|
|
103
125
|
version: "1.2"
|
|
104
|
-
version:
|
|
105
126
|
requirements: []
|
|
106
127
|
|
|
107
|
-
rubyforge_project: happymapper
|
|
108
|
-
rubygems_version: 1.
|
|
128
|
+
rubyforge_project: kdonovan-happymapper
|
|
129
|
+
rubygems_version: 1.6.2
|
|
109
130
|
signing_key:
|
|
110
131
|
specification_version: 2
|
|
111
132
|
summary: object to xml mapping library
|