mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
11 lines
509 B
Diff
11 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"
|