diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-18 03:11:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-18 03:11:35 +0100 |
commit | a22a3c39e87dcda66b1718318d97bb5ee054e732 (patch) | |
tree | ee491ef15ecb506d2094223863f508c4105b1036 /community/ruby-ox/gemspec.patch | |
parent | a1fea74ed3d013128a95296086c73b3ab89a2304 (diff) | |
download | aports-a22a3c39e87dcda66b1718318d97bb5ee054e732.tar.bz2 aports-a22a3c39e87dcda66b1718318d97bb5ee054e732.tar.xz |
community/ruby-ox: move from testing
Diffstat (limited to 'community/ruby-ox/gemspec.patch')
-rw-r--r-- | community/ruby-ox/gemspec.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/ruby-ox/gemspec.patch b/community/ruby-ox/gemspec.patch new file mode 100644 index 0000000000..925b9ba078 --- /dev/null +++ b/community/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' |