Remove redundant encoding comments
This commit is contained in:
parent
7dfdc78d9b
commit
692d90d39e
6 changed files with 0 additions and 12 deletions
2
Gemfile
2
Gemfile
|
@ -1,5 +1,3 @@
|
|||
# encoding: utf-8
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gemspec name: 'mutant'
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -1,5 +1,3 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require 'devtools'
|
||||
|
||||
Devtools.init_rake_tasks
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: utf-8
|
||||
#
|
||||
require File.expand_path('../lib/mutant/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: utf-8
|
||||
#
|
||||
require File.expand_path('../lib/mutant/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
RSpec.describe TestApp::Literal do
|
||||
|
|
Loading…
Reference in a new issue