Remove redundant encoding comments

This commit is contained in:
Markus Schirp 2015-08-14 17:47:42 +00:00
parent 7dfdc78d9b
commit 692d90d39e
6 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,3 @@
# encoding: utf-8
source 'https://rubygems.org'
gemspec name: 'mutant'

View File

@ -1,5 +1,3 @@
# encoding: utf-8
require 'devtools'
Devtools.init_rake_tasks

View File

@ -12,8 +12,6 @@ Mutant::Meta::Example.add do
mutation 'false'
end
# encoding: utf-8
Mutant::Meta::Example.add do
source s(:begin, s(:true))

View File

@ -1,5 +1,3 @@
# encoding: utf-8
#
require File.expand_path('../lib/mutant/version', __FILE__)
Gem::Specification.new do |gem|

View File

@ -1,5 +1,3 @@
# encoding: utf-8
#
require File.expand_path('../lib/mutant/version', __FILE__)
Gem::Specification.new do |gem|

View File

@ -1,5 +1,3 @@
# encoding: utf-8
require 'spec_helper'
RSpec.describe TestApp::Literal do