diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-13 15:49:01 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-13 15:51:12 +0200 |
commit | 7e7977b7b6d42ae066282850de3f9e7a8660b7b7 (patch) | |
tree | 09278c9f4bee9af92ab2004fd4a60035627170b1 /community/ruby-ox/gemspec.patch | |
parent | 420d597257e2abdeb819904686ac3e07d12b11c9 (diff) | |
download | aports-7e7977b7b6d42ae066282850de3f9e7a8660b7b7.tar.bz2 aports-7e7977b7b6d42ae066282850de3f9e7a8660b7b7.tar.xz |
community/ruby-ox: upgrade to 2.9.3
Diffstat (limited to 'community/ruby-ox/gemspec.patch')
-rw-r--r-- | community/ruby-ox/gemspec.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ruby-ox/gemspec.patch b/community/ruby-ox/gemspec.patch index 925b9ba078..8fc4f17d55 100644 --- a/community/ruby-ox/gemspec.patch +++ b/community/ruby-ox/gemspec.patch @@ -1,6 +1,6 @@ --- a/ox.gemspec +++ b/ox.gemspec -@@ -18,15 +18,14 @@ +@@ -18,14 +18,13 @@ serialization. } s.licenses = ['MIT'] @@ -13,7 +13,6 @@ - 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'] |