aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/specifications
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-12 17:16:37 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-15 21:20:37 +0900
commit49c42b6012264890bedb572e5e0c6fc4750aaf9a (patch)
treebf54687ce25e19035c0ed816f4b952eaaabb381c /test/rubygems/specifications
parent2b4abcff90a3c4c4d07e0929e1f99afbfeb57a4e (diff)
downloadruby-49c42b6012264890bedb572e5e0c6fc4750aaf9a.tar.gz
Remove encoding magic comments
They are no longer needed since ruby 2.0.
Diffstat (limited to 'test/rubygems/specifications')
-rw-r--r--test/rubygems/specifications/bar-0.0.2.gemspec2
-rw-r--r--test/rubygems/specifications/rubyforge-0.0.1.gemspec2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/rubygems/specifications/bar-0.0.2.gemspec b/test/rubygems/specifications/bar-0.0.2.gemspec
index ceefa4ed16..37b6ea45da 100644
--- a/test/rubygems/specifications/bar-0.0.2.gemspec
+++ b/test/rubygems/specifications/bar-0.0.2.gemspec
@@ -1,5 +1,3 @@
-# -*- encoding: utf-8 -*-
-
Gem::Specification.new do |s|
s.name = "bar"
s.version = "0.0.2"
diff --git a/test/rubygems/specifications/rubyforge-0.0.1.gemspec b/test/rubygems/specifications/rubyforge-0.0.1.gemspec
index 0df2c4c379..c760a42073 100644
--- a/test/rubygems/specifications/rubyforge-0.0.1.gemspec
+++ b/test/rubygems/specifications/rubyforge-0.0.1.gemspec
@@ -1,5 +1,3 @@
-# -*- encoding: utf-8 -*-
-
Gem::Specification.new do |s|
s.name = "rubyforge"
s.version = "0.0.1"