source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem 'api_smith' gem 'savon' gem 'nokogiri' gem 'textmagic' gem 'uuid' gem 'digest-crc' group :development do gem "pry" gem "rspec" gem "rdoc" gem "bundler" gem "jeweler" gem "simplecov" end