aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-forwardable-extended/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby-forwardable-extended/gemspec.patch')
-rw-r--r--testing/ruby-forwardable-extended/gemspec.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/ruby-forwardable-extended/gemspec.patch b/testing/ruby-forwardable-extended/gemspec.patch
deleted file mode 100644
index 06418934dff..00000000000
--- a/testing/ruby-forwardable-extended/gemspec.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"