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

Commit

Permalink
check reporting works
Browse files Browse the repository at this point in the history
  • Loading branch information
danryan committed Aug 10, 2012
1 parent a1dff7e commit 7143268
Show file tree
Hide file tree
Showing 21 changed files with 201 additions and 342 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -9,12 +9,16 @@ gem 'simple_form'
gem 'cabin'
# gem 'faraday'
gem 'rest-client'
gem 'state_machine'

# Sidekiq and related dependencies
gem 'sidekiq'
gem 'slim', :require => nil
gem 'sinatra', :require => nil

# Handler dependencies
gem 'tinder'
gem 'redphone'

group :assets do
gem 'sass-rails', '~> 3.2.3'
Expand Down
30 changes: 30 additions & 0 deletions Gemfile.lock
Expand Up @@ -59,13 +59,18 @@ GEM
mail (~> 2.2)
rspec (~> 2.0)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.0.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.0.0)
factory_girl (~> 4.0.0)
railties (>= 3.0.0)
faraday (0.8.1)
multipart-post (~> 1.1)
faraday_middleware (0.8.8)
faraday (>= 0.7.4, < 0.9)
ffi (1.1.5)
forgery (0.5.0)
formatador (0.2.3)
Expand All @@ -89,7 +94,9 @@ GEM
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
hashie (1.2.0)
hike (1.2.1)
http_parser.rb (0.5.3)
i18n (0.6.0)
journey (1.0.4)
jquery-rails (2.0.2)
Expand All @@ -112,6 +119,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.3.6)
multipart-post (1.1.5)
nokogiri (1.5.5)
pg (0.14.0)
polyglot (0.3.3)
Expand Down Expand Up @@ -151,6 +159,8 @@ GEM
redis (3.0.1)
redis-namespace (1.2.1)
redis (~> 3.0.0)
redphone (0.0.6)
json
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.11.0)
Expand Down Expand Up @@ -188,6 +198,7 @@ GEM
simple_form (2.0.2)
actionpack (~> 3.0)
activemodel (~> 3.0)
simple_oauth (0.1.9)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
Expand All @@ -200,16 +211,32 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
state_machine (1.1.2)
tach (0.0.8)
formatador (>= 0.0.16)
temple (0.4.0)
thor (0.15.4)
tilt (1.3.3)
timecop (0.4.5)
timers (1.0.1)
tinder (1.9.0)
activesupport (>= 2.3, < 4)
eventmachine (>= 0.12.0, < 2)
faraday (~> 0.8)
faraday_middleware (~> 0.8)
hashie (~> 1.0)
json (~> 1.6)
mime-types (~> 1.16)
multi_json (~> 1.0)
multipart-post (~> 1.1)
twitter-stream (~> 0.1)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
twitter-stream (0.1.16)
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)
tzinfo (0.3.33)
uglifier (1.2.7)
execjs (>= 0.3.0)
Expand Down Expand Up @@ -246,6 +273,7 @@ DEPENDENCIES
rack-test (>= 0.6.0)
rails (= 3.2.7)
rb-fsevent (>= 0.9.1)
redphone
rest-client
rspec-rails (>= 2.10.0)
sass-rails (~> 3.2.3)
Expand All @@ -255,7 +283,9 @@ DEPENDENCIES
sinatra
slim
spork (>= 1.0.0rc2)
state_machine
tach (>= 0.0.8)
timecop (>= 0.3.5)
tinder
uglifier (>= 1.0.3)
unicorn
3 changes: 3 additions & 0 deletions README.md
@@ -0,0 +1,3 @@
## TODO

Schedule all checks on startup
261 changes: 0 additions & 261 deletions README.rdoc

This file was deleted.

0 comments on commit 7143268

Please sign in to comment.