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

Commit

Permalink
Adding locked Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nordstrom committed Jan 24, 2012
1 parent 9b0e95f commit 5d17ae6
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,46 @@
GEM
remote: http://rubygems.org/
specs:
capistrano (2.9.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
daemons (1.1.6)
eventmachine (0.12.10)
highline (1.6.9)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.3.0)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
rack (1.4.1)
rack-protection (1.2.0)
rack
sass (3.1.12)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
slim (1.1.0)
temple (~> 0.3.5)
tilt (~> 1.3.2)
temple (0.3.5)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)

PLATFORMS
ruby

DEPENDENCIES
capistrano
sass
sinatra
slim
thin
2 changes: 1 addition & 1 deletion config/deploy.rb
@@ -1,7 +1,7 @@
require 'bundler/capistrano'

set :application, "mankindorganization.com"
set :repository, "github.com:dnordstrom/mankindorganization.com.git"
set :repository, "git://github.com/dnordstrom/mankindorganization.com.git"

set :scm, :git
set :user, 'dnordstrom'
Expand Down
7 changes: 7 additions & 0 deletions stylesheets/application.sass
Expand Up @@ -102,3 +102,10 @@ nav
ul::after
right: 0
border-width: 1em 1em 0 0px

footer
position: absolute
bottom: 0
right: 0
padding: 0.75em 1em
font-size: 0.8em
11 changes: 11 additions & 0 deletions views/layout.slim
Expand Up @@ -18,3 +18,14 @@ html
li: a[href="/donors"] Donors

== yield

footer
| Powered by Ruby using
a[href="http://www.sinatrarb.com/"] Sinatra
| ,
a[href="http://slim-lang.com/"] Slim
| ,
a[href="http://sass-lang.com/"] Sass
| and
a[href="http://coffeescript.org/"] CoffeeScript
| .

0 comments on commit 5d17ae6

Please sign in to comment.