kdonovan-happymapper 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/happymapper.gemspec +4 -4
- data/lib/happymapper.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -13,7 +13,7 @@ Echoe.new(ProjectName, HappyMapper::Version) do |p|
|
|
13
13
|
p.url = "http://#{ProjectName}.rubyforge.org"
|
14
14
|
p.author = "John Nunemaker"
|
15
15
|
p.email = "nunemaker@gmail.com"
|
16
|
-
p.extra_deps = [['libxml-ruby', '
|
16
|
+
p.extra_deps = [['libxml-ruby', '>= 0.9.8']]
|
17
17
|
p.need_tar_gz = false
|
18
18
|
p.docs_host = WebsitePath
|
19
19
|
end
|
data/happymapper.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{happymapper}
|
5
|
-
s.version = "0.3.
|
5
|
+
s.version = "0.3.5"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["John Nunemaker"]
|
@@ -25,11 +25,11 @@ Gem::Specification.new do |s|
|
|
25
25
|
s.specification_version = 2
|
26
26
|
|
27
27
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
28
|
-
s.add_runtime_dependency(%q<libxml-ruby>, ["
|
28
|
+
s.add_runtime_dependency(%q<libxml-ruby>, [">= 0.9.8"])
|
29
29
|
else
|
30
|
-
s.add_dependency(%q<libxml-ruby>, ["
|
30
|
+
s.add_dependency(%q<libxml-ruby>, [">= 0.9.8"])
|
31
31
|
end
|
32
32
|
else
|
33
|
-
s.add_dependency(%q<libxml-ruby>, ["
|
33
|
+
s.add_dependency(%q<libxml-ruby>, [">= 0.9.8"])
|
34
34
|
end
|
35
35
|
end
|
data/lib/happymapper.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kdonovan-happymapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version_requirement:
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|
20
20
|
requirements:
|
21
|
-
- - "
|
21
|
+
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: 0.9.8
|
24
24
|
version:
|