#--
# Copyright (c) 2006-2013 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

source 'https://rubygems.org'

gem 'builder'
group :development do
  gem 'hoe'
  gem 'hoe-git', '~> 1.5.0'
  gem 'rubyforge'
  gem 'cucumber'
  gem 'spinach', '< 0.2'
  gem 'rspec', '> 2.0.0'
  gem 'test-unit', '> 2.0.0'
  gem 'minitest'
  gem 'rcov', :platform => :ruby_18
  gem 'rdoc'
  gem 'jruby-openssl', :platform => :jruby
end
