Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Add Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Kuhlman committed Aug 1, 2013
1 parent 69af5f3 commit 1ea49f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source 'https://rubygems.org'
gemspec
gem 'rake'

gem 'coveralls', require: false
group :development, :test do
gem 'coveralls', require: false
end
3 changes: 2 additions & 1 deletion legal_markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.license = 'MIT'

# s.add_dependency
# s.add_dependency('dependency')
s.add_development_dependency('coveralls')

s.description = <<desc
This gem will parse YAML Front Matter of Markdown Documents. Typically, this gem would be called with a md renderer, such as Pandoc, that would turn the md into a document such as a .pdf file or a .docx file. By combining this pre-processing with a markdown renderer, you can ensure that both the structured content and the structured styles necessary for your firm or organization are more strictly enforced. Plus you won't have to deal with Word any longer, and every lawyer should welcome that. Why? Because Word is awful.
Expand Down

0 comments on commit 1ea49f7

Please sign in to comment.