Gemfile in beatport-0.1.10 vs Gemfile in beatport-0.2.0

- old
+ new

@@ -1,10 +1,11 @@ source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" -gem 'httparty' +gem 'addressable' +gem 'signet' gem 'money', '~> 5.1.1' # https://github.com/RubyMoney/money # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do