xml_mapper 0.3.2 → 0.3.3
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.
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/xml_mapper.gemspec +5 -5
- metadata +6 -6
data/Rakefile
CHANGED
|
@@ -13,10 +13,10 @@ require 'jeweler'
|
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
15
15
|
gem.name = "xml_mapper"
|
|
16
|
-
gem.homepage = "http://github.com/
|
|
16
|
+
gem.homepage = "http://github.com/dynport/xml_mapper"
|
|
17
17
|
gem.license = "MIT"
|
|
18
|
-
gem.summary = %Q{Declarative
|
|
19
|
-
gem.description = %Q{
|
|
18
|
+
gem.summary = %Q{Declarative XML to Ruby mapping}
|
|
19
|
+
gem.description = %Q{Declarative XML to Ruby mapping}
|
|
20
20
|
gem.email = "tobias.schwab@dynport.de"
|
|
21
21
|
gem.authors = ["Tobias Schwab"]
|
|
22
22
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.3
|
data/xml_mapper.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{xml_mapper}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Tobias Schwab"]
|
|
12
|
-
s.date = %q{2010-11-
|
|
13
|
-
s.description = %q{
|
|
12
|
+
s.date = %q{2010-11-29}
|
|
13
|
+
s.description = %q{Declarative XML to Ruby mapping}
|
|
14
14
|
s.email = %q{tobias.schwab@dynport.de}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
@@ -38,11 +38,11 @@ Gem::Specification.new do |s|
|
|
|
38
38
|
"spec/xml_mapper_spec.rb",
|
|
39
39
|
"xml_mapper.gemspec"
|
|
40
40
|
]
|
|
41
|
-
s.homepage = %q{http://github.com/
|
|
41
|
+
s.homepage = %q{http://github.com/dynport/xml_mapper}
|
|
42
42
|
s.licenses = ["MIT"]
|
|
43
43
|
s.require_paths = ["lib"]
|
|
44
44
|
s.rubygems_version = %q{1.3.7}
|
|
45
|
-
s.summary = %q{Declarative
|
|
45
|
+
s.summary = %q{Declarative XML to Ruby mapping}
|
|
46
46
|
s.test_files = [
|
|
47
47
|
"spec/example_spec.rb",
|
|
48
48
|
"spec/my_mapper.rb",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xml_mapper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.3.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tobias Schwab
|
|
@@ -150,7 +150,7 @@ dependencies:
|
|
|
150
150
|
- 0
|
|
151
151
|
version: "0"
|
|
152
152
|
requirement: *id009
|
|
153
|
-
description:
|
|
153
|
+
description: Declarative XML to Ruby mapping
|
|
154
154
|
email: tobias.schwab@dynport.de
|
|
155
155
|
executables: []
|
|
156
156
|
|
|
@@ -181,7 +181,7 @@ files:
|
|
|
181
181
|
- spec/xml_mapper_spec.rb
|
|
182
182
|
- xml_mapper.gemspec
|
|
183
183
|
has_rdoc: true
|
|
184
|
-
homepage: http://github.com/
|
|
184
|
+
homepage: http://github.com/dynport/xml_mapper
|
|
185
185
|
licenses:
|
|
186
186
|
- MIT
|
|
187
187
|
post_install_message:
|
|
@@ -213,7 +213,7 @@ rubyforge_project:
|
|
|
213
213
|
rubygems_version: 1.3.7
|
|
214
214
|
signing_key:
|
|
215
215
|
specification_version: 3
|
|
216
|
-
summary: Declarative
|
|
216
|
+
summary: Declarative XML to Ruby mapping
|
|
217
217
|
test_files:
|
|
218
218
|
- spec/example_spec.rb
|
|
219
219
|
- spec/my_mapper.rb
|