add console

This commit is contained in:
Konstantin Haase 2012-10-23 00:24:23 +02:00
parent 73eea4d51b
commit 461f8c8106
3 changed files with 11 additions and 1 deletions

View File

@ -13,6 +13,7 @@ gem 'rack-cache', '~> 1.2'
gem 'gh', github: 'rkh/gh'
gem 'bunny'
gem 'dalli'
gem 'pry'
group :test do
gem 'rspec', '~> 2.11'

View File

@ -40,7 +40,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-core.git
revision: 6c02e7a1ddddc73054bd7eb351c53ce8523d7cb1
revision: be375db6256783b04374d850d2cd9fb6825c2cdc
branch: sf-travis-api
specs:
travis-core (0.0.1)
@ -117,6 +117,7 @@ GEM
backports (2.6.4)
builder (3.0.4)
bunny (0.8.0)
coderay (1.0.8)
daemons (1.1.9)
dalli (2.3.0)
data_migrations (0.0.1)
@ -144,6 +145,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
method_source (0.8.1)
metriks (0.9.9.1)
atomic (~> 1.0)
avl_tree (~> 1.1.2)
@ -165,6 +167,10 @@ GEM
actionmailer
postmark (>= 0.9.0)
rake
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
puma (1.6.3)
rack (~> 1.2)
pusher (0.9.4)
@ -217,6 +223,7 @@ GEM
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
slop (3.3.3)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
@ -246,6 +253,7 @@ DEPENDENCIES
hubble!
micro_migrations!
mocha (~> 0.12)
pry
puma
rack-cache (~> 1.2)
rack-contrib!

View File

@ -1 +1,2 @@
web: bundle exec ./script/server
console: bundle exec ./script/console