mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Deprecate Johnson
This commit is contained in:
parent
75a857417d
commit
8adf1e1d09
3 changed files with 4 additions and 5 deletions
3
Gemfile
3
Gemfile
|
@ -4,9 +4,6 @@ gemspec
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'json'
|
gem 'json'
|
||||||
# see https://github.com/jbarnette/johnson/issues/21
|
|
||||||
gem 'johnson', :platform => :mri_18
|
|
||||||
# disabled for rbx, because of https://github.com/cowboyd/therubyracer/issues/157
|
|
||||||
gem 'therubyracer', :platform => :mri
|
gem 'therubyracer', :platform => :mri
|
||||||
gem 'therubyrhino', ">=1.73.3", :platform => :jruby
|
gem 'therubyrhino', ">=1.73.3", :platform => :jruby
|
||||||
end
|
end
|
||||||
|
|
|
@ -11,8 +11,6 @@ ExecJS supports these runtimes:
|
||||||
embedded within Ruby
|
embedded within Ruby
|
||||||
* [therubyrhino](https://github.com/cowboyd/therubyrhino) - Mozilla
|
* [therubyrhino](https://github.com/cowboyd/therubyrhino) - Mozilla
|
||||||
Rhino embedded within JRuby
|
Rhino embedded within JRuby
|
||||||
* [Johnson](https://github.com/jbarnette/johnson) - Mozilla
|
|
||||||
SpiderMonkey embedded within Ruby
|
|
||||||
* [Node.js](http://nodejs.org/)
|
* [Node.js](http://nodejs.org/)
|
||||||
* Apple JavaScriptCore - Included with Mac OS X
|
* Apple JavaScriptCore - Included with Mac OS X
|
||||||
* [Microsoft Windows Script Host](http://msdn.microsoft.com/en-us/library/9bbdkx3k.aspx) (JScript)
|
* [Microsoft Windows Script Host](http://msdn.microsoft.com/en-us/library/9bbdkx3k.aspx) (JScript)
|
||||||
|
|
|
@ -98,5 +98,9 @@ module ExecJS
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def deprecated?
|
||||||
|
true
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue