ruby-changes:63870
From: Samuel <ko1@a...>
Date: Thu, 3 Dec 2020 17:58:17 +0900 (JST)
Subject: [ruby-changes:63870] 7b126a82a9 (master): Simplify `ipaddr.gemspec`.
https://git.ruby-lang.org/ruby.git/commit/?id=7b126a82a9 From 7b126a82a921c991f8121f62e094a62a5f0edb30 Mon Sep 17 00:00:00 2001 From: Samuel Williams <samuel.williams@o...> Date: Tue, 9 Jul 2019 23:16:13 +1200 Subject: Simplify `ipaddr.gemspec`. diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec index 8f8fc4a..ebc81f0 100644 --- a/lib/ipaddr.gemspec +++ b/lib/ipaddr.gemspec @@ -17,9 +17,7 @@ Both IPv4 and IPv6 are supported. https://github.com/ruby/ruby/blob/trunk/lib/ipaddr.gemspec#L17 spec.homepage = "https://github.com/ruby/ipaddr" spec.licenses = ["Ruby", "BSD-2-Clause"] - spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ipaddr.gemspec", "lib/ipaddr.rb"] - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } + spec.files = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.15" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/