+ A gemfile for quickstarting an interested developer.

master
Kaspar Schiess 2010-12-30 13:12:28 +01:00
parent 74e994eed1
commit cee9fb6c95
2 changed files with 39 additions and 0 deletions

10
Gemfile Normal file
View File

@ -0,0 +1,10 @@
source "http://rubygems.org"
gem 'hoe'
gem 'hoe-git'
group :development do
gem 'metaid'
gem 'rspec'
gem 'flexmock'
end

29
Gemfile.lock Normal file
View File

@ -0,0 +1,29 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
flexmock (0.8.11)
hoe (2.8.0)
rake (>= 0.8.7)
hoe-git (1.3.0)
hoe (>= 2.2.0)
metaid (1.0)
rake (0.8.7)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.1)
rspec-expectations (2.3.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
PLATFORMS
ruby
DEPENDENCIES
flexmock
hoe
hoe-git
metaid
rspec