Skip to content

Commit

Permalink
update gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wafcio committed Jan 20, 2015
1 parent 58e9be0 commit 674d0f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions lib/thetvdb_mapper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
require 'hashie'

module ThetvdbMapper
module Mapping; end
end
module ThetvdbMapper; end

require 'thetvdb_mapper/version'
require 'thetvdb_mapper/base'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require 'coveralls'
Coveralls.wear!

require 'thetvdb_api'
require 'thetvdb_mapper'

RSpec.configure do |config|
Expand Down
3 changes: 1 addition & 2 deletions thetvdb_mapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 674d0f2

Please sign in to comment.