3.0.7 - remove eventmachine dependency
This commit is contained in:
parent
158683fe06
commit
ed166e2694
2 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
module Ebooks
|
module Ebooks
|
||||||
VERSION = "3.0.6"
|
VERSION = "3.0.7"
|
||||||
end
|
end
|
||||||
|
|
|
@ -23,7 +23,6 @@ Gem::Specification.new do |gem|
|
||||||
gem.add_development_dependency 'yard'
|
gem.add_development_dependency 'yard'
|
||||||
|
|
||||||
gem.add_runtime_dependency 'twitter', '~> 5.0'
|
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 'rufus-scheduler'
|
||||||
gem.add_runtime_dependency 'gingerice'
|
gem.add_runtime_dependency 'gingerice'
|
||||||
gem.add_runtime_dependency 'htmlentities'
|
gem.add_runtime_dependency 'htmlentities'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue