forked from indyarocks/paranoia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Gemfile and gemspec to allow JRuby and Rubinius. Add JRuby and…
… Rubinius to .travis.yml
- Loading branch information
1 parent
2355f6d
commit 57310eb
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language: ruby | ||
rvm: | ||
- 1.9.3 | ||
- 2.0.0 | ||
- jruby-19mode | ||
- rbx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'sqlite3', :platforms => [:ruby] | ||
gem 'activerecord-jdbcsqlite3-adapter', :platforms => [:jruby] | ||
|
||
platforms :rbx do | ||
gem 'rubysl', '~> 2.0' | ||
gem 'rubysl-test-unit' | ||
gem 'rubinius-developer_tools' | ||
end | ||
|
||
# Specify your gem's dependencies in paranoia.gemspec | ||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters