source 'http://rubygems.org' # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" gem 'erubis', '>= 2.7.0' gem 'json', '>= 1.7.0' # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem 'rspec', '~> 2.8.0' gem 'rdoc', '~> 3.12' gem 'bundler', '> 1.0.0' gem 'jeweler', '~> 1.8.4' if RUBY_VERSION > '1.9' then gem 'simplecov', '>= 0.8.2' else gem 'rcov', '>= 0' end end