aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-ox/gemspec.patch
blob: 8fc4f17d552b49043490cf1d0fc90d6fdff32e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/ox.gemspec
+++ b/ox.gemspec
@@ -18,14 +18,13 @@
 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.extra_rdoc_files = ['README.md', 'CHANGELOG.md']
   s.rdoc_options = ['--main', 'README.md', '--title', 'Ox Documentation', '--exclude', 'extconf.rb']
   
   s.rubyforge_project = 'ox'