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

Commit

Permalink
Use parslet
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Jan 23, 2012
1 parent 5f829bb commit b114216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,5 +2,6 @@ source :rubygems

gem 'haml'
gem 'httpclient'
gem 'parslet'
gem 'rspec'
gem 'sinatra'
4 changes: 4 additions & 0 deletions Gemfile.lock
@@ -1,9 +1,12 @@
GEM
remote: http://rubygems.org/
specs:
blankslate (2.1.2.4)
diff-lcs (1.1.3)
haml (3.1.3)
httpclient (2.2.3)
parslet (1.2.3)
blankslate (~> 2.0)
rack (1.3.5)
rack-protection (1.1.4)
rack
Expand All @@ -27,5 +30,6 @@ PLATFORMS
DEPENDENCIES
haml
httpclient
parslet
rspec
sinatra
1 change: 1 addition & 0 deletions app.rb
@@ -1,6 +1,7 @@
require 'cgi'
require 'haml'
require 'httpclient'
require 'parslet'
require 'sinatra'


Expand Down

0 comments on commit b114216

Please sign in to comment.