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/stringio/stringio.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/stringio') diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec index 5bda30ee0c..db5c3e035c 100644 --- a/ext/stringio/stringio.gemspec +++ b/ext/stringio/stringio.gemspec @@ -1,4 +1,5 @@ # -*- encoding: utf-8 -*- +# frozen_string_literal: true # stub: stringio 0.0.0 ruby lib # stub: extconf.rb -- cgit v1.2.3