Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'http://rubygems.org'

gem 'sinatra', '1.2.6'
gem 'thin', '1.2.7'
gem 'maruku', '0.6.0'
gem 'sinatra', '1.4.4'
gem 'thin', '1.6.1'
gem 'maruku', '0.7.1'
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
GEM
remote: http://rubygems.org/
specs:
daemons (1.1.3)
eventmachine (0.12.10)
maruku (0.6.0)
syntax (>= 1.0.0)
rack (1.3.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
syntax (1.0.0)
thin (1.2.7)
daemons (1.1.9)
eventmachine (1.0.3)
maruku (0.7.1)
rack (1.5.2)
rack-protection (1.5.2)
rack
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
tilt (1.3.2)
tilt (1.4.1)

PLATFORMS
ruby

DEPENDENCIES
maruku (= 0.6.0)
sinatra (= 1.2.6)
thin (= 1.2.7)
maruku (= 0.7.1)
sinatra (= 1.4.4)
thin (= 1.6.1)
Binary file added public/12factor.mobi
Binary file not shown.
1 change: 1 addition & 0 deletions views/home.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
<span>Last updated Jan 30, 2012</span>
<span><a href="http://github.com/adamwiggins/12factor">Sourcecode</a></span>
<span><a href="/12factor.epub">Download ePub Book</a></span>
<span><a href="/12factor.mobi">Download Kindle Book</a></span>
</footer>