aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-ox/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby-ox/gemspec.patch')
-rw-r--r--testing/ruby-ox/gemspec.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/ruby-ox/gemspec.patch b/testing/ruby-ox/gemspec.patch
deleted file mode 100644
index 925b9ba078..0000000000
--- a/testing/ruby-ox/gemspec.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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'