Skip to content

Commit

Permalink
drop frozen grit and use gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Oct 3, 2008
1 parent 9052d6b commit 8c1a477
Show file tree
Hide file tree
Showing 1,368 changed files with 6 additions and 13,574 deletions.
4 changes: 1 addition & 3 deletions README.markdown
Expand Up @@ -20,13 +20,11 @@ especially [al3x][]'s one.
The fellowing [gems][] are required to run git-wiki:

- sinatra
- mojombo-grit
- haml
- git
- BlueCloth
- rubypants
- mime-types
- open4
- diff-lcs

Run `rake bootstrap && ruby git-wiki.rb` and point your browser at <http://0.0.0.0:4567/>. Enjoy!

Expand Down
8 changes: 5 additions & 3 deletions git-wiki.rb
@@ -1,8 +1,10 @@
#!/usr/bin/env ruby
$:.unshift *Dir[File.dirname(__FILE__) + '/vendor/**/lib'].to_a
%w(grit
rubygems
require 'rubygems'
gem 'mojombo-grit'

%w(rubygems
sinatra
grit
haml
sass
bluecloth).each { |dependency| require dependency }
Expand Down
5 changes: 0 additions & 5 deletions vendor/grit/.gitignore

This file was deleted.

101 changes: 0 additions & 101 deletions vendor/grit/API.txt

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/grit/History.txt

This file was deleted.

70 changes: 0 additions & 70 deletions vendor/grit/Manifest.txt

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/grit/PURE_TODO

This file was deleted.

0 comments on commit 8c1a477

Please sign in to comment.