Skip to content

Commit

Permalink
fixes to libxml version
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Jun 17, 2013
1 parent be051eb commit cfd2f69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -21,7 +21,7 @@ begin
gemspec.files.include %w(jars)
gemspec.files.exclude "test/*"
gemspec.extra_rdoc_files = ["README.rdoc", "LICENCE"]
gemspec.add_dependency("libxml-ruby","2.2.2")
gemspec.add_dependency("libxml-ruby","2.6.0")
gemspec.add_dependency("open4","1.3.0")
end
rescue LoadError
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.12.2
0.12.3
8 changes: 4 additions & 4 deletions simple-spreadsheet-extractor.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "simple-spreadsheet-extractor"
s.version = "0.12.2"
s.version = "0.12.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stuart Owen", "Finn Bacall"]
Expand Down Expand Up @@ -50,18 +50,18 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<libxml-ruby>, ["= 2.6.0"])
s.add_runtime_dependency(%q<open4>, ["= 1.3.0"])
s.add_runtime_dependency(%q<libxml-ruby>, ["= 2.2.2"])
s.add_runtime_dependency(%q<libxml-ruby>, ["= 2.6.0"])
s.add_runtime_dependency(%q<open4>, ["= 1.3.0"])
else
s.add_dependency(%q<libxml-ruby>, ["= 2.6.0"])
s.add_dependency(%q<open4>, ["= 1.3.0"])
s.add_dependency(%q<libxml-ruby>, ["= 2.2.2"])
s.add_dependency(%q<libxml-ruby>, ["= 2.6.0"])
s.add_dependency(%q<open4>, ["= 1.3.0"])
end
else
s.add_dependency(%q<libxml-ruby>, ["= 2.6.0"])
s.add_dependency(%q<open4>, ["= 1.3.0"])
s.add_dependency(%q<libxml-ruby>, ["= 2.2.2"])
s.add_dependency(%q<libxml-ruby>, ["= 2.6.0"])
s.add_dependency(%q<open4>, ["= 1.3.0"])
end
end
Expand Down

0 comments on commit cfd2f69

Please sign in to comment.