aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-forwardable-extended/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-forwardable-extended/gemspec.patch')
-rw-r--r--community/ruby-forwardable-extended/gemspec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-forwardable-extended/gemspec.patch b/community/ruby-forwardable-extended/gemspec.patch
new file mode 100644
index 00000000000..06418934dff
--- /dev/null
+++ b/community/ruby-forwardable-extended/gemspec.patch
@@ -0,0 +1,11 @@
+--- a/Gem.gemspec
++++ b/Gem.gemspec
+@@ -10,7 +10,7 @@
+ Gem::Specification.new do |spec|
+ spec.authors = ["Jordon Bedwell"]
+ spec.version = Forwardable::Extended::VERSION
+- spec.files = %W(Rakefile Gemfile LICENSE) + Dir["{lib,bin}/**/*"]
++ spec.files = Dir["{lib,bin}/**/*"]
+ spec.description = "Forwardable with hash, and instance variable extensions."
+ spec.summary = "Forwardable with hash, and instance variable extensions."
+ spec.homepage = "http://github.com/envygeeks/forwardable-extended"