Skip to content

Commit

Permalink
* Added JRuby to Travis builds
Browse files Browse the repository at this point in the history
* Added rake as a development dependency
* Added latest bundler as dev dependency to make rake 0.9 play nice
  • Loading branch information
colszowka committed May 31, 2011
1 parent 26be990 commit f86bcae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ rvm:
- 1.9.2
- ree
- ruby-head
- rbx
- rbx
- jruby
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

task :default => :test

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.rdoc_files.include('README*')
Expand Down
2 changes: 2 additions & 0 deletions simplecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |s|
s.add_dependency 'simplecov-html', "~> 0.4.4"
s.add_development_dependency "shoulda", "2.10.3"
s.add_development_dependency "rspec", "~> 2.0.0"
s.add_development_dependency "rake"
s.add_development_dependency "bundler", "~> 1.0.14"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit f86bcae

Please sign in to comment.