3.0.7 - remove eventmachine dependency

This commit is contained in:
Mispy 2015-01-16 21:18:02 +00:00
parent 158683fe06
commit ed166e2694
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Ebooks
VERSION = "3.0.6"
VERSION = "3.0.7"
end

View file

@ -23,7 +23,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'yard'
gem.add_runtime_dependency 'twitter', '~> 5.0'
gem.add_runtime_dependency 'eventmachine', '~> 1.0.3'
gem.add_runtime_dependency 'rufus-scheduler'
gem.add_runtime_dependency 'gingerice'
gem.add_runtime_dependency 'htmlentities'