Skip to content

Commit

Permalink
Merge pull request #56 from petergoldstein/feature/jruby_and_travis_i…
Browse files Browse the repository at this point in the history
…n_mongoid_3_0

JRuby compatibility and Travis integration for existing Mongoid 3.0 branch
  • Loading branch information
rmm5t committed Jan 15, 2013
2 parents fb61fb9 + 0c3612a commit b445a38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rvm:
- 1.9.3
- jruby-19mode
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
source "http://rubygems.org"

group :development, :test do
gem 'json', :platforms => [:jruby]
end

# Specify your gem's dependencies in carrierwave-mongoid.gemspec
gemspec

0 comments on commit b445a38

Please sign in to comment.