Skip to content

Commit

Permalink
Rename lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tcd committed Nov 26, 2019
1 parent e71b251 commit 6ed6bc6
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Eddy

<!-- [![Build Status](https://travis-ci.org/tcd/eddy.svg?branch=master)](https://travis-ci.org/tcd/eddy) -->
<!-- [![Coverage Status](https://coveralls.io/repos/github/tcd/eddy/badge.svg?branch=master)](https://coveralls.io/github/tcd/eddy?branch=master) -->
[![Build Status](https://travis-ci.org/tcd/eddy.svg?branch=master)][travis-ci]
[![Coverage Status](https://coveralls.io/repos/github/tcd/eddy/badge.svg?branch=master)][coveralls]
[![License](https://img.shields.io/github/license/tcd/eddy)][license]
[![Documentation](http://img.shields.io/badge/docs-rubydoc.info-blue.svg)][docs]

[travis-ci]: https://travis-ci.org/tcd/eddy
[coveralls]: https://coveralls.io/github/tcd/eddy?branch=master
[license]: https://github.com/tcd/eddy/blob/master/LICENSE.txt
[docs]: https://www.rubydoc.info/gems/eddy/0.1.0

## Installation

Expand Down
1 change: 1 addition & 0 deletions eddy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage,
"changelog_uri" => "https://github.com/tcd/eddy/blob/master/CHANGELOG.md",
"documentation_uri" => "https://www.rubydoc.info/gems/eddy/#{gem.version}",
"yard.run" => "yri", # use "yard" to build full HTML docs.
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
SimpleCov.start do
add_filter "/bin/"
add_filter "/test/"
add_filter "/build/"
add_filter "/lib/eddy/definitions/"

track_files "lib/**/*.rb"
Expand Down

0 comments on commit 6ed6bc6

Please sign in to comment.