Skip to content

Commit

Permalink
Add bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro committed Oct 20, 2010
1 parent f744283 commit e560758
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tmp/
log/
pkg/
*.swp
/.bundle
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source :rubygems
gemspec
47 changes: 47 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
PATH
remote: .
specs:
httparty (0.6.1)
crack (= 0.1.8)

GEM
remote: http://rubygems.org/
specs:
activesupport (2.3.10)
builder (2.1.2)
cgi_multipart_eof_fix (2.5.0)
crack (0.1.8)
cucumber (0.9.2)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.2.5)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
daemons (1.1.0)
diff-lcs (1.1.2)
fakeweb (1.3.0)
fastthread (1.0.7)
gem_plugin (0.2.3)
gherkin (2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
json (1.4.6)
mongrel (1.1.5)
cgi_multipart_eof_fix (>= 2.4)
daemons (>= 1.0.3)
fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3)
rspec (1.3.1)
term-ansicolor (1.0.5)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 2.3)
crack (= 0.1.8)
cucumber (~> 0.7)
fakeweb (~> 1.2)
httparty!
mongrel (~> 1.1)
rspec (~> 1.3)

0 comments on commit e560758

Please sign in to comment.