0
0
Fork 0

added yard to Gemfile

This commit is contained in:
Gibheer 2012-12-12 18:39:16 +01:00
parent a95f1436c4
commit 6e705fdf49
2 changed files with 7 additions and 1 deletions

View File

@ -2,10 +2,12 @@ source 'https://rubygems.org'
gemspec
group :guard do
group :development do
gem 'guard'
gem 'guard-bundler'
gem 'guard-rspec'
gem 'yard'
gem 'redcarpet'
end
group :test do

View File

@ -29,6 +29,7 @@ GEM
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1)
redcarpet (2.2.2)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
@ -44,6 +45,7 @@ GEM
slop (3.3.3)
thor (0.16.0)
tilt (1.3.3)
yard (0.8.3)
PLATFORMS
ruby
@ -53,7 +55,9 @@ DEPENDENCIES
guard-bundler
guard-rspec
rack
redcarpet
rspec
simplecov
thor
yard
zero!