Skip to content

Commit

Permalink
Remove redundant encoding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Aug 14, 2015
1 parent 7dfdc78 commit 692d90d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

source 'https://rubygems.org'

gemspec name: 'mutant'
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

require 'devtools'

Devtools.init_rake_tasks
Expand Down
2 changes: 0 additions & 2 deletions meta/begin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
mutation 'false'
end

# encoding: utf-8

Mutant::Meta::Example.add do

source s(:begin, s(:true))
Expand Down
2 changes: 0 additions & 2 deletions mutant-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8
#
require File.expand_path('../lib/mutant/version', __FILE__)

Gem::Specification.new do |gem|
Expand Down
2 changes: 0 additions & 2 deletions mutant.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8
#
require File.expand_path('../lib/mutant/version', __FILE__)

Gem::Specification.new do |gem|
Expand Down
2 changes: 0 additions & 2 deletions test_app/spec/unit/test_app/literal_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

require 'spec_helper'

RSpec.describe TestApp::Literal do
Expand Down

0 comments on commit 692d90d

Please sign in to comment.