aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-ox/gemspec.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-05 19:54:04 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-05 19:54:40 +0100
commit1b6cb62539ac826131cbbb015b5fa2833db42fbe (patch)
tree7117092ea5298b288fc8646575ecb518b415f955 /testing/ruby-ox/gemspec.patch
parent0aa7e3a680ae4d0ebae2c649da66bbad178cc188 (diff)
downloadaports-1b6cb62539ac826131cbbb015b5fa2833db42fbe.tar.bz2
aports-1b6cb62539ac826131cbbb015b5fa2833db42fbe.tar.xz
testing/ruby-ox: new aport
https://github.com/ohler55/ox A fast XML parser and object serializer for Ruby
Diffstat (limited to 'testing/ruby-ox/gemspec.patch')
-rw-r--r--testing/ruby-ox/gemspec.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/ruby-ox/gemspec.patch b/testing/ruby-ox/gemspec.patch
new file mode 100644
index 0000000000..925b9ba078
--- /dev/null
+++ b/testing/ruby-ox/gemspec.patch
@@ -0,0 +1,20 @@
+--- a/ox.gemspec
++++ b/ox.gemspec
+@@ -18,15 +18,14 @@
+ serialization. }
+
+ s.licenses = ['MIT']
+- s.files = Dir["{lib,ext}/**/*.{rb,h,c}"] + ['LICENSE', 'README.md', 'CHANGELOG.md']
++ s.files = Dir["{lib,ext}/**/*.{rb,h,c}"]
+
+ s.extensions = ["ext/ox/extconf.rb"]
+ # s.executables = []
+
+- s.require_paths = ["lib", "ext"]
++ s.require_paths = ["lib"]
+
+ s.has_rdoc = true
+- s.extra_rdoc_files = ['README.md', 'CHANGELOG.md']
+ s.rdoc_options = ['--main', 'README.md', '--title', 'Ox Documentation', '--exclude', 'extconf.rb']
+
+ s.rubyforge_project = 'ox'