aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch')
-rw-r--r--community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch b/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch
index 3424cd912b..ba765a5f2e 100644
--- a/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch
+++ b/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch
@@ -1,26 +1,27 @@
--- a/rake-compiler.gemspec
+++ b/rake-compiler.gemspec
-@@ -22,14 +22,8 @@
+@@ -23,14 +23,8 @@
s.add_development_dependency 'cucumber', '~> 1.1.4'
# components, files and paths
- s.files = Dir.glob("features/**/*.{feature,rb}")
- s.files += ["bin/rake-compiler"]
+- s.files += ["bin/rake-compiler"]
++ s.files = ["bin/rake-compiler"]
s.files += Dir.glob("lib/**/*.rb")
- s.files += ["spec/spec.opts"]
- s.files += Dir.glob("spec/**/*.rb")
- s.files += Dir.glob("tasks/**/*.rake")
- s.files += ["Rakefile", "Gemfile"]
-- s.files += Dir.glob("*.{rdoc,txt,yml}")
+- s.files += Dir.glob("*.{md,rdoc,txt,yml}")
s.bindir = 'bin'
s.executables = ['rake-compiler']
-@@ -38,8 +32,6 @@
+@@ -39,8 +33,6 @@
# documentation
- s.rdoc_options << '--main' << 'README.rdoc' << '--title' << 'rake-compiler -- Documentation'
+ s.rdoc_options << '--main' << 'README.md' << '--title' << 'rake-compiler -- Documentation'
-
-- s.extra_rdoc_files = %w(README.rdoc LICENSE.txt History.txt)
+- s.extra_rdoc_files = %w(README.md LICENSE.txt History.txt)
# project information
s.homepage = 'https://github.com/rake-compiler/rake-compiler'