Skip to content

Commit

Permalink
compatibility with JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
philm committed Nov 18, 2011
1 parent 55b04d8 commit da95b5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile
@@ -1,4 +1,6 @@
source "http://rubygems.org"
gemspec

# Specify your gem's dependencies in twilio.gemspec
gemspec
platforms :jruby do
gem 'jruby-openssl'
end
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -47,7 +47,7 @@ Note: don't require 'rubygems' in any file (http://www.rubyinside.com/why-using-
== Testing

* Currently using RSpec
* Tested with REE 1.8.7, MRI 1.9.2, and MRI 1.9.3
* Tested with REE 1.8.7, MRI 1.9.2, MRI 1.9.3, and JRuby 1.6.5

== Copyright

Expand Down

0 comments on commit da95b5c

Please sign in to comment.