From 5d17ae6a2356b77deabac86f63454a28a29c64c9 Mon Sep 17 00:00:00 2001 From: Daniel Nordstrom Date: Tue, 24 Jan 2012 15:26:08 +0100 Subject: [PATCH] Adding locked Gemfile. --- Gemfile.lock | 46 ++++++++++++++++++++++++++++++++++++ config/deploy.rb | 2 +- stylesheets/application.sass | 7 ++++++ views/layout.slim | 11 +++++++++ 4 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..fb5962c --- /dev/null +++ b/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 diff --git a/config/deploy.rb b/config/deploy.rb index 1ffc44b..63754e1 100644 --- a/config/deploy.rb +++ b/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' diff --git a/stylesheets/application.sass b/stylesheets/application.sass index c2e6622..e17e933 100644 --- a/stylesheets/application.sass +++ b/stylesheets/application.sass @@ -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 diff --git a/views/layout.slim b/views/layout.slim index e8b0e7c..8aaa83b 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -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 + | .