aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-pathutil/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-pathutil/gemspec.patch')
-rw-r--r--community/ruby-pathutil/gemspec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-pathutil/gemspec.patch b/community/ruby-pathutil/gemspec.patch
new file mode 100644
index 00000000000..1ca71b33df8
--- /dev/null
+++ b/community/ruby-pathutil/gemspec.patch
@@ -0,0 +1,11 @@
+--- a/Gem.gemspec
++++ b/Gem.gemspec
+@@ -8,7 +8,7 @@
+ Gem::Specification.new do |spec|
+ spec.authors = ["Jordon Bedwell"]
+ spec.version = Pathutil::VERSION
+- spec.files = %W(Rakefile Gemfile LICENSE) + Dir["{lib,bin}/**/*"]
++ spec.files = Dir["{lib,bin}/**/*"]
+ spec.description = "Like Pathname but a little less insane."
+ spec.summary = "Almost like Pathname but just a little less insane."
+ spec.homepage = "http://github.com/envygeeks/pathutil"