sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

deprecation warning: Gem.available? is deprecated #23

Closed rubychan closed 13 years ago

rubychan commented 13 years ago

With RubyGems 1.8.5 I get:

NOTE: Gem.available? is deprecated, use Specification::find_by_name. It will be removed on or after 2011-11-01.
Gem.available? called from /Users/murphy/.rvm/gems/ruby-1.8.7-p334/gems/jasmine-1.0.2.1/lib/jasmine/base.rb:64.
sinisterchipmunk commented 13 years ago

As the error message implies, this is a problem with Jasmine, not Jax itself. The corresponding Jasmine issue has already been addressed at : https://github.com/pivotal/jasmine-gem/pull/41 so there should be a release addressing it shortly if there hasn't been already.

rubychan commented 13 years ago

Sorry, I confused Jasmine and Jax again -_-'