source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" gemspec # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development, :test do gem "rspec" gem "rdoc" gem "bundler" gem "jeweler" gem 'gemcutter' #gem 'activesupport' end