summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-06-30 09:31:53 +0900
committerGitHub <noreply@github.com>2017-06-30 09:31:53 +0900
commitaec5469ef4a784e185e4e18ea542f3b5ef0f602f (patch)
tree79e9c583aa8690a03a9bef8a50dcecc0684c91d2 /psych.gemspec
parent0ca2d343735444d83a0dd733b52b2893c5084546 (diff)
parent4552cfc32939c57bfaacce9aea0416e3a1be908f (diff)
downloadpsych-aec5469ef4a784e185e4e18ea542f3b5ef0f602f.tar.gz
Merge pull request #320 from ruby/frozen
Make frozen string literal = true
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/psych.gemspec b/psych.gemspec
index c0ec5c5..606f518 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -1,4 +1,5 @@
# -*- encoding: utf-8 -*-
+# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "psych"