source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" gem "rake" gem "rest-client" gem "builder" gem "json" gem "unicode_utils" gem "unsupervised-language-detection" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "rspec", "~> 2.3.0" gem "rspec-expectations" gem "cucumber", ">= 0" gem "capybara" gem "bundler" gem "jeweler", "~> 1.6.4" gem "rcov", ">= 0" gem "ruby-debug19" end