+ A gemfile for quickstarting an interested developer.
This commit is contained in:
parent
74e994eed1
commit
cee9fb6c95
10
Gemfile
Normal file
10
Gemfile
Normal 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
29
Gemfile.lock
Normal 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
|
Loading…
Reference in a new issue