ports/textproc/rubygem-ox/files/patch-gemspec
Alex Kozlov 46db8719b6 - Fix typo in the files directory name
Approved by:	portmgr blanket
2019-06-06 07:42:01 +00:00

12 lines
763 B
Plaintext

--- 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