diff --git a/lib/thetvdb_mapper.rb b/lib/thetvdb_mapper.rb index d6891a9..3961896 100644 --- a/lib/thetvdb_mapper.rb +++ b/lib/thetvdb_mapper.rb @@ -1,8 +1,6 @@ require 'hashie' -module ThetvdbMapper - module Mapping; end -end +module ThetvdbMapper; end require 'thetvdb_mapper/version' require 'thetvdb_mapper/base' diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 2ddf51b..28c9449 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,7 +3,6 @@ require 'coveralls' Coveralls.wear! -require 'thetvdb_api' require 'thetvdb_mapper' RSpec.configure do |config| diff --git a/thetvdb_mapper.gemspec b/thetvdb_mapper.gemspec index 582b239..4564adf 100644 --- a/thetvdb_mapper.gemspec +++ b/thetvdb_mapper.gemspec @@ -18,8 +18,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] - spec.add_runtime_dependency 'thetvdb_api', '~> 0.3.0' - spec.add_runtime_dependency 'hashie', '~> 3.3.1' + spec.add_runtime_dependency 'hashie', '>= 3.0.0' spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake'