diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 01:30:05 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 01:30:05 +0100 |
commit | cb6b327147d747c711cdfd000313d2ebbc64ea25 (patch) | |
tree | d3f006e78d02aec4955f8de94fbd6a663ee8ab49 /community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch | |
parent | f45c2cffc7d8bad71c9a4134e9a22329a2248fc5 (diff) | |
download | aports-cb6b327147d747c711cdfd000313d2ebbc64ea25.tar.bz2 aports-cb6b327147d747c711cdfd000313d2ebbc64ea25.tar.xz |
community/ruby-rake-compiler: move from testing
Diffstat (limited to 'community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch')
-rw-r--r-- | community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch b/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch new file mode 100644 index 0000000000..3424cd912b --- /dev/null +++ b/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch @@ -0,0 +1,26 @@ +--- a/rake-compiler.gemspec ++++ b/rake-compiler.gemspec +@@ -22,14 +22,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 += 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.bindir = 'bin' + s.executables = ['rake-compiler'] +@@ -38,8 +32,6 @@ + + # documentation + s.rdoc_options << '--main' << 'README.rdoc' << '--title' << 'rake-compiler -- Documentation' +- +- s.extra_rdoc_files = %w(README.rdoc LICENSE.txt History.txt) + + # project information + s.homepage = 'https://github.com/rake-compiler/rake-compiler' |