2021-10-22 00:59:48 +02:00

12 lines
509 B
Diff

--- 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"