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

Commit

Permalink
add gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Apr 9, 2013
1 parent ca0fc23 commit 43931f5
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -4,5 +4,4 @@ _site
*.tmproj
*~
*.swp
Gemfile.lock

71 changes: 71 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,71 @@
GEM
remote: http://rubygems.org/
specs:
blankslate (3.1.2)
diff-lcs (1.2.2)
directory_watcher (1.5.1)
ffi (1.0.11)
github-markdown (0.5.3)
github-markup (0.7.5)
gollum (1.4.3)
github-markdown
github-markup (>= 0.7.0, < 1.0.0)
grit (~> 2.4.1)
mustache (>= 0.11.2, < 1.0.0)
nokogiri (~> 1.4)
posix-spawn (~> 0.3.0)
pygments.rb (~> 0.2.0)
sanitize (~> 2.0.0)
sinatra (~> 1.0)
gollum-site (0.1.12)
directory_watcher
gollum (= 1.4.3)
liquid (>= 2.2.2)
mixlib-log (>= 1.1.0)
grit (2.4.1)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
liquid (2.5.0)
mime-types (1.22)
mixlib-log (1.6.0)
mustache (0.99.4)
nokogiri (1.5.9)
posix-spawn (0.3.6)
pygments.rb (0.2.13)
rubypython (~> 0.5.3)
rack (1.5.2)
rack-protection (1.5.0)
rack
rake (10.0.4)
rdiscount (2.0.7.2)
redcarpet (2.2.2)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rubypython (0.5.3)
blankslate (>= 2.1.2.3)
ffi (~> 1.0.7)
sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6)
nokogiri (>= 1.4.4, < 1.6)
sinatra (1.4.2)
rack (~> 1.5, >= 1.5.2)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.3.6)

PLATFORMS
ruby

DEPENDENCIES
gollum
gollum-site
rake
rdiscount
redcarpet
rspec

0 comments on commit 43931f5

Please sign in to comment.