Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kyledrake/sinatra-synchrony
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledrake committed Aug 3, 2011
2 parents d2ea119 + 8484956 commit 1b1a7f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -129,4 +129,5 @@ Thanks
* [Mike Perham](http://www.mikeperham.com) and [Carbon Five](http://carbonfive.com). For rack-fiber_pool, em-resolv-replace, and many blog posts and presentations on this.
* [Konstantin Haase](http://rkh.im/) for session overload suggestion.
* [Steeve Morin](http://github.com/steeve)
* [Ryan Caught](https://github.com/rcaught)
* The many Sinatra developers that liberated me from framework hell, and EventMachine developers that liberated me from blocking IO hell.
1 change: 1 addition & 0 deletions lib/sinatra/synchrony.rb
Expand Up @@ -4,6 +4,7 @@
require 'em-http-request'
require 'em-synchrony'
require 'em-resolv-replace'
require 'async-rack'

module Sinatra
module Synchrony
Expand Down
2 changes: 1 addition & 1 deletion sinatra-synchrony.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'sinatra-synchrony'
s.version = '0.1.0.beta.5'
s.version = '0.1.1'
s.authors = ['Kyle Drake']
s.email = ['kyledrake@gmail.com']
s.homepage = 'https://github.com/kyledrake/sinatra-synchrony'
Expand Down

0 comments on commit 1b1a7f5

Please sign in to comment.