Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Dependency Status.
Browse files Browse the repository at this point in the history
  • Loading branch information
deni64k committed Nov 10, 2012
1 parent 9300457 commit d395780
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Expand Up @@ -8,11 +8,11 @@ gem "yajl-ruby"

group :development do
gem "bdb"
gem "yard", "~> 0.6.0"
gem "minitest", ">= 0"
gem "bundler", "~> 1.0"
gem "yard", "~> 0.8.0"
gem "minitest"
gem "bundler", "~> 1.2"
gem "jeweler", "~> 1.8.4"
gem "simplecov", ">= 0"
gem "simplecov-rcov", ">= 0"
gem "simplecov"
gem "simplecov-rcov"
gem "travis-lint"
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -38,14 +38,14 @@ GEM
hashr (>= 0.0.19)
tuple (0.1.2)
yajl-ruby (1.1.0)
yard (0.6.8)
yard (0.8.3)

PLATFORMS
ruby

DEPENDENCIES
bdb
bundler (~> 1.0)
bundler (~> 1.2)
em-http-request
eventmachine
http_parser.rb
Expand All @@ -56,4 +56,4 @@ DEPENDENCIES
travis-lint
tuple
yajl-ruby
yard (~> 0.6.0)
yard (~> 0.8.0)
1 change: 1 addition & 0 deletions README.rdoc
@@ -1,6 +1,7 @@
= yup daemon

{<img src="https://secure.travis-ci.org/neglectedvalue/yup.png" alt="Build Status" />}[http://travis-ci.org/neglectedvalue/yup]
{<img src="https://gemnasium.com/neglectedvalue/yup.png" alt="Dependency Status" />}[https://gemnasium.com/neglectedvalue/yup]
{<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/neglectedvalue/yup]

This is the small daemon to forward HTTP requests when response is known or unimportant.
Expand Down

0 comments on commit d395780

Please sign in to comment.