ports/textproc/rubygem-ox/file/patch-gemspec
Sunpoet Po-Chuan Hsieh c89b79e0d4 Update to 2.8.1
- Rename gemspec patch to patch-gemspec

Changes:	https://github.com/ohler55/ox/blob/master/CHANGELOG.md
2017-10-28 17:33:29 +00:00

11 lines
763 B
Text

--- ox.gemspec.orig 2016-05-23 07:20:09 UTC
+++ ox.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = "2.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
- s.require_paths = ["lib".freeze, "ext".freeze]
+ s.require_paths = ["lib".freeze]
s.authors = ["Peter Ohler".freeze]
s.date = "2016-04-30"
s.description = "A fast XML parser and object serializer that uses only standard C lib.\n \nOptimized XML (Ox), as the name implies was written to provide speed optimized\nXML handling. It was designed to be an alternative to Nokogiri and other Ruby\nXML parsers for generic XML parsing and as an alternative to Marshal for Object\nserialization. ".freeze