Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Nov 7, 2011
0 parents commit 9a37163
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/node.rb
@@ -0,0 +1,3 @@
require 'eventmachine'

Node = EventMachine
13 changes: 13 additions & 0 deletions node.gemspec
@@ -0,0 +1,13 @@
Gem::Specification.new do |s|
s.name = 'node'
s.version = '0.0.2'
s.date = '2011-10-18'
s.summary = "Node.js"
s.description = "Node.js library"
s.authors = ["Rafael França"]
s.email = 'rafaelmfranca@gmail.com'
s.files = ["lib/node.rb"]
s.homepage = 'https://github.com/rafaelfranca/node'

s.add_runtime_dependency 'eventmachine'
end

0 comments on commit 9a37163

Please sign in to comment.