Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Remove rdiscount dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nextmat committed Apr 26, 2012
1 parent 8f3d403 commit 3fedd02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion librato-metrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~>2.6.0'
s.add_development_dependency 'pry'
s.add_development_dependency 'yard'
s.add_development_dependency 'rdiscount' # for yard
s.add_development_dependency 'sinatra'
s.add_development_dependency 'popen4'

# omitting for now because jruby-19mode can't handle
#s.add_development_dependency 'rdiscount' # for 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 3fedd02

Please sign in to comment.