From 0a907a3792e3ce8d25ffb0ff68428c64160f5e6d Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 19 Jun 2017 13:03:06 +0000 Subject: Make string literal to frozen object on gemspec of defulte gems. Added following gemspecs. * extensions: date, dbm, etc, fiddle, gdbm, sdbm, stringio, strscan, zlib * pure ruby libraries: cmath, csv, fileutils, scanf, webrick psych and rdoc is out of scope of this commit. I will merge after upstream was change to `frozen_string_literal: true`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/fileutils.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fileutils.gemspec') diff --git a/lib/fileutils.gemspec b/lib/fileutils.gemspec index 0500926b6c..b50bbf3014 100644 --- a/lib/fileutils.gemspec +++ b/lib/fileutils.gemspec @@ -1,3 +1,4 @@ +# frozen_string_literal: true Gem::Specification.new do |s| s.name = "fileutils" s.version = '0.7.2' -- cgit v1.2.3