ruby-changes:46211
From: hsbt <ko1@a...>
Date: Wed, 12 Apr 2017 17:12:58 +0900 (JST)
Subject: [ruby-changes:46211] hsbt:r58326 (trunk): Import latest gemspec from ruby/fileutils.
hsbt 2017-04-12 17:12:53 +0900 (Wed, 12 Apr 2017) New Revision: 58326 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58326 Log: Import latest gemspec from ruby/fileutils. * Bump version to 0.7.1. Beucause fileutils-0.7 is alread reserverd on rubygems.org. Modified files: trunk/lib/fileutils.gemspec Index: lib/fileutils.gemspec =================================================================== --- lib/fileutils.gemspec (revision 58325) +++ lib/fileutils.gemspec (revision 58326) @@ -1,16 +1,18 @@ https://github.com/ruby/ruby/blob/trunk/lib/fileutils.gemspec#L1 Gem::Specification.new do |s| s.name = "fileutils" - s.version = '0.0.1' + s.version = '0.7.1' s.date = '2017-02-06' s.summary = "Several file utility methods for copying, moving, removing, etc." s.description = "Several file utility methods for copying, moving, removing, etc." s.require_path = %w{lib} - s.files = %w{fileutils.rb} + s.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "fileutils.gemspec", "lib/fileutils.rb"] s.required_ruby_version = ">= 2.5.0dev" s.authors = ["Minero Aoki"] s.email = [nil] s.homepage = "https://www.ruby-lang.org" s.license = "BSD-2-Clause" + + s.add_development_dependency 'rake' end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/