Navigation Menu

Skip to content

Commit

Permalink
Update gemspec, lock initial gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zerowidth committed Jun 5, 2011
1 parent cb278ee commit 801b217
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
*.gem
.bundle
Gemfile.lock
pkg/*
28 changes: 28 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,28 @@
PATH
remote: .
specs:
camper_van (0.0.1)
eventmachine (~> 0.12.10)
firering (~> 1.1.0)

GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
em-http-request (0.3.0)
addressable (>= 2.0.0)
escape_utils
eventmachine (>= 0.12.9)
escape_utils (0.2.3)
eventmachine (0.12.10)
firering (1.1.0)
em-http-request (~> 0.3.0)
eventmachine (~> 0.12.10)
yajl-ruby (~> 0.7.6)
yajl-ruby (0.7.9)

PLATFORMS
ruby

DEPENDENCIES
camper_van!
7 changes: 5 additions & 2 deletions camper_van.gemspec
Expand Up @@ -8,13 +8,16 @@ Gem::Specification.new do |s|
s.authors = ["Nathan Witmer"]
s.email = ["nwitmer@gmail.com"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.summary = %q{An IRC to Campfire bridge}
s.description = %q{An IRC to Campfire bridge for IRC-based access to campfire chatrooms}

s.rubyforge_project = "camper_van"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "eventmachine", "~> 0.12.10"
s.add_dependency "firering", "~> 1.1.0"
end

0 comments on commit 801b217

Please sign in to comment.