aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-ox/gemspec.patch
blob: 925b9ba07822f2fec1e74af7cd778f911593b559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'