Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2017-08-27 19:04:06 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2017-09-17 20:29:15 +0300
commite82690963dc55d10491b8da6b4fc0b6f397bea6d (patch)
tree0da8602a3b52edd540d2fa16ca4bc5d7d228636c /script
parent44ebc7375a3dcf838fb1959b6828cac31fbcb498 (diff)
Add `# frozen_string_literal: true` to all files
Diffstat (limited to 'script')
-rwxr-xr-xscript/get_config.rb2
-rwxr-xr-xscript/i18n/xmltoyml.rb2
-rwxr-xr-xscript/i18n/ymltoxml.rb2
3 files changed, 6 insertions, 0 deletions
diff --git a/script/get_config.rb b/script/get_config.rb
index a9197096d..da8bb55db 100755
--- a/script/get_config.rb
+++ b/script/get_config.rb
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+# frozen_string_literal: true
+
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/script/i18n/xmltoyml.rb b/script/i18n/xmltoyml.rb
index e3fde7da1..f7eeee935 100755
--- a/script/i18n/xmltoyml.rb
+++ b/script/i18n/xmltoyml.rb
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+# frozen_string_literal: true
+
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/script/i18n/ymltoxml.rb b/script/i18n/ymltoxml.rb
index ff32ca405..16c21b91e 100755
--- a/script/i18n/ymltoxml.rb
+++ b/script/i18n/ymltoxml.rb
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+# frozen_string_literal: true
+
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.