Skip to content

Commit

Permalink
eventmachine is no longer a Gem dependency so no need for having even…
Browse files Browse the repository at this point in the history
…tmachine Gem installed (instead eventmachine-le can be used).
  • Loading branch information
ibc committed Apr 9, 2012
1 parent 65fce1d commit ddf1b81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion em-posixmq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
spec.description =
"em-posixmq integrates posix_mq Ruby library into the EventMachine reactor allowing asynchronous reading from a POSIX message queue"
spec.required_ruby_version = ">= 1.8.7"
spec.add_dependency "eventmachine"
spec.add_dependency "posix_mq", ">= 1.0.0"
spec.files = %w{
lib/em-posixmq.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/em-posixmq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module EventMachine
module PosixMQ
VERSION = "0.2.2"
VERSION = "0.2.3"
end
end

0 comments on commit ddf1b81

Please sign in to comment.