summaryrefslogtreecommitdiff
path: root/ext/stringio/stringio.gemspec
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-19 13:03:06 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-19 13:03:06 +0000
commit0a907a3792e3ce8d25ffb0ff68428c64160f5e6d (patch)
tree4412543837ac82a5b154086aa3274adced4d7dcb /ext/stringio/stringio.gemspec
parent79f855716d82520315eeef3949888c8fd94c8013 (diff)
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
Diffstat (limited to 'ext/stringio/stringio.gemspec')
-rw-r--r--ext/stringio/stringio.gemspec1
1 files changed, 1 insertions, 0 deletions
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