summaryrefslogtreecommitdiff
path: root/ext/dbm
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/dbm
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/dbm')
-rw-r--r--ext/dbm/dbm.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec
index 6f6938d287..de331089e2 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "dbm"
s.version = '0.5.1'