Skip to content

Commit

Permalink
add gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Nov 3, 2010
1 parent 651758c commit 8bdbf46
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
source 'http://rubygems.org'

gem 'rake'
gem 'rspec', '~>2'
gem 'jeweler'
gem 'parallel'
34 changes: 34 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,34 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
gemcutter (0.6.1)
git (1.2.5)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
json_pure (1.4.6)
parallel (0.5.0)
rake (0.8.7)
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-mocks (~> 2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rubyforge (2.0.4)
json_pure (>= 1.1.7)

PLATFORMS
ruby

DEPENDENCIES
jeweler
parallel
rake
rspec (~> 2)

0 comments on commit 8bdbf46

Please sign in to comment.