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 --- ext/zlib/zlib.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/zlib') diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec index ca2de4e295..a073536f24 100644 --- a/ext/zlib/zlib.gemspec +++ b/ext/zlib/zlib.gemspec @@ -1,3 +1,4 @@ +# frozen_string_literal: true Gem::Specification.new do |s| s.name = "zlib" s.version = '0.0.1' -- cgit v1.2.3