Skip to content

Commit

Permalink
test all the major rubies ⭐
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 11, 2012
1 parent 4d9ade0 commit a56f35b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.executables = %w(tag)
s.add_dependency 'boson', '~> 1.0'
s.add_development_dependency 'bahia', '~> 0.4.0'
s.add_development_dependency 'bahia', '~> 0.5.0'
s.add_development_dependency 'minitest', '~> 2.11.0'
s.add_development_dependency 'rake', '~> 0.9.2'
s.files = Dir.glob(%w[{lib,spec}/**/*.rb bin/* [A-Z]*.{txt,rdoc,md} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec .travis.yml}
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,5 @@ before_install: bundle init --gemspec=.gemspec
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
- jruby-19mode

0 comments on commit a56f35b

Please sign in to comment.