Skip to content

Commit

Permalink
Fix YARD vuln, add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
RoUS committed May 9, 2018
1 parent 2c22426 commit 36d8066
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ end

group(:test, :development) do
gem('aruba')
gem('coveralls',
:require => false)
gem('rake')
gem('simplecov',
:require => false)
gem('rdiscount')
gem('redcarpet', '< 3.0.0')
gem('rdoc')
gem('yard', '~> 0.8.6')
gem('yard', '~> 0.9.11')
end
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Gem Version](https://badge.fury.io/rb/fibonaccia.svg)](http://badge.fury.io/rb/fibonaccia)
[![Build Status](https://travis-ci.org/RoUS/rubygem-fibonaccia.svg?branch=master)](https://travis-ci.org/RoUS/rubygem-fibonaccia)
[![Coverage Status](https://coveralls.io/repos/github/RoUS/rubygem-fibonaccia/badge.svg)](https://coveralls.io/github/RoUS/rubygem-fibonaccia)

*As though there weren't enough Ruby gems for dealing with the Fibonacci sequence.. here's another one!*

Expand Down
2 changes: 2 additions & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

require('fibonaccia')
require('aruba/cucumber')
require('coveralls')
Coveralls.wear!

#
# Pick the right debugging gem.
Expand Down
2 changes: 1 addition & 1 deletion fibonaccia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ value is a Fibonacci number, etc.
],
'rdiscount' => [],
'yard' => [
'>= 0.8.2',
'>= 0.9.11',
],
}

Expand Down

0 comments on commit 36d8066

Please sign in to comment.