Skip to content

Commit

Permalink
added Bundle depds
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Jan 6, 2013
1 parent 6711f8a commit 9b1efcc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source :rubygems

gem 'minitest'
gem 'rdoc'
gem 'mocha', '0.10.5' #:require=>'mocha/setup'
gem 'shoulda','2.11.3'
gem 'shoulda-matchers','1.1.0'
gem 'hoe'
32 changes: 32 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.10)
i18n (~> 0.6)
multi_json (~> 1.0)
hoe (3.4.0)
rake (>= 0.8, < 11.0)
i18n (0.6.1)
json (1.7.6)
metaclass (0.0.1)
minitest (4.3.3)
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.5.0)
rake (10.0.3)
rdoc (3.12)
json (~> 1.4)
shoulda (2.11.3)
shoulda-matchers (1.1.0)
activesupport (>= 3.0.0)

PLATFORMS
ruby

DEPENDENCIES
hoe
minitest
mocha (= 0.10.5)
rdoc
shoulda (= 2.11.3)
shoulda-matchers (= 1.1.0)

0 comments on commit 9b1efcc

Please sign in to comment.