1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

Remove unnecessary encoding setting in the gemspec

This commit is contained in:
Petko Bordjukov 2016-12-25 10:00:53 +02:00
parent 6a26969f8e
commit 07a2b6cf71

View file

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