rspec and memory_profiler

This commit is contained in:
Jaiden Mispy 2014-10-14 01:02:08 -07:00
parent 639e200a83
commit d09d968915
7 changed files with 18 additions and 22 deletions

View file

@ -15,7 +15,9 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Ebooks::VERSION
gem.add_runtime_dependency 'minitest'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'memory_profiler'
gem.add_runtime_dependency 'twitter', '~> 4.5'
gem.add_runtime_dependency 'tweetstream', '= 2.5'