Gemfile in name-spotter-0.2.4 vs Gemfile in name-spotter-0.3.0
- old
+ new
@@ -1,23 +1,3 @@
-source "http://rubygems.org"
-# Add dependencies required to use your gem here.
-# Example:
-# gem "activesupport", ">= 2.3.5"
+source 'https://rubygems.org'
-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"
- gem "rspec-expectations"
- gem "cucumber", ">= 0"
- gem "capybara"
- gem "bundler"
- gem "jeweler", "~> 1.6.4"
- gem "debugger"
-end
+gemspec