Navigation Menu

Skip to content

Commit

Permalink
1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbradbury committed Aug 29, 2012
1 parent 498f8ed commit ae3d995
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,3 +1,3 @@
source 'http://rubygems.org'
gem 'rspec', '1.3'
gem 'eventmachine', '1.0.0.beta.2'
gem 'eventmachine', '1.0.0.rc.4'
4 changes: 3 additions & 1 deletion Gemfile.lock
Expand Up @@ -2,11 +2,13 @@ GEM
remote: http://rubygems.org/
specs:
eventmachine (1.0.0.rc.4)
eventmachine (1.0.0.rc.4-java)
rspec (1.3.0)

PLATFORMS
java
ruby

DEPENDENCIES
eventmachine (= 1.0.0.rc4)
eventmachine (= 1.0.0.rc.4)
rspec (= 1.3)
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -12,12 +12,12 @@ client to the server. The other is used for remote calls made from the server t
Each end publishes a single object on which
methods can be called by the remote end. All calls to the remote objects are asyncronous. Do not make any blocking
calls in the published object. Responses are return by calling the "reply method on the responder object.}

gem.email = "doug@8thlight.com"
gem.homepage = "http://github.com/dougbradbury/rubarb"
gem.authors = ["doug bradbury"]
gem.add_development_dependency "rspec", ">= 1.3.0"
gem.add_dependency "eventmachine", ">= 1.0.0.beta.2"
gem.add_dependency "eventmachine", ">= 1.0.0.rc.4"
gem.files = Dir['lib/**/*.rb']
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.11
1.0.0

0 comments on commit ae3d995

Please sign in to comment.