Skip to content

Commit

Permalink
* Add test dependencies to make Travis happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Oct 16, 2012
1 parent f9542c9 commit 8523255
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,15 @@ source 'https://rubygems.org'


# Specify your gem's dependencies in gruff.gemspec # Specify your gem's dependencies in gruff.gemspec
gemspec gemspec

group :test do
gem 'rake'

platform :ruby do
gem 'rmagick'
end

platform :jruby do
gem 'rmagick4j'
end
end
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -6,9 +6,15 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
rake (0.9.2.2)
rmagick4j (0.3.7)


PLATFORMS PLATFORMS
java java
ruby


DEPENDENCIES DEPENDENCIES
gruff! gruff!
rake
rmagick
rmagick4j

0 comments on commit 8523255

Please sign in to comment.