Skip to content

Commit

Permalink
fix up parka usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 23, 2010
1 parent 3da703a commit fc43aed
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.bundle
coverage
pkg
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,4 +7,4 @@ gem 'less', '~> 1.2.21'
gem 'rake', '~> 0.8.7'
gem 'rest-client', '~> 1.5.1'
gem 'rcov', '~> 0.9.8'
gem 'rspec', '~> 2.0.0'
gem 'rspec', '~> 2.0.0.beta.19'
44 changes: 44 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,44 @@
GEM
remote: http://rubygems.org/
specs:
artifice (0.5)
rack-test
diff-lcs (1.1.2)
fakefs (0.2.1)
haml (3.0.17)
less (1.2.21)
mutter (>= 0.4.2)
treetop (>= 1.4.2)
mime-types (1.16)
mutter (0.5.3)
polyglot (0.3.1)
rack (1.2.1)
rack-test (0.5.4)
rack (>= 1.0)
rake (0.8.7)
rcov (0.9.8)
rest-client (1.5.1)
mime-types (>= 1.16)
rspec (2.0.0.beta.19)
rspec-core (= 2.0.0.beta.19)
rspec-expectations (= 2.0.0.beta.19)
rspec-mocks (= 2.0.0.beta.19)
rspec-core (2.0.0.beta.19)
rspec-expectations (2.0.0.beta.19)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.19)
treetop (1.4.8)
polyglot (>= 0.3.1)

PLATFORMS
ruby

DEPENDENCIES
artifice (~> 0.5)
fakefs (~> 0.2.1)
haml (~> 3.0.9)
less (~> 1.2.21)
rake (~> 0.8.7)
rcov (~> 0.9.8)
rest-client (~> 1.5.1)
rspec (~> 2.0.0.beta.19)
4 changes: 4 additions & 0 deletions Rakefile
@@ -1,3 +1,7 @@
require "rubygems"
require "bundler"
Bundler.setup

require "rake"
require "rspec"
require "rspec/core/rake_task"
Expand Down

0 comments on commit fc43aed

Please sign in to comment.