Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Add yard gem to development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rummelonp committed May 19, 2012
1 parent 62f20e7 commit d107cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -5,3 +5,6 @@ require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

require 'yard'
YARD::Rake::YardocTask.new
1 change: 1 addition & 0 deletions tumblife.gemspec
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec'
s.add_development_dependency 'webmock'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'yard'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit d107cd7

Please sign in to comment.