hoe-manns 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/Gemfile +17 -26
- data/Gemfile.lock +46 -123
- data/History.rdoc +205 -199
- data/LICENSE.rdoc +618 -618
- data/Manifest.txt +12 -12
- data/NEWS +264 -200
- data/README.rdoc +106 -172
- data/Rakefile +64 -56
- data/lib/hoe/manns-methods.rb +71 -71
- data/lib/hoe/manns.rb +106 -106
- data/spec/manns_spec.rb +41 -41
- data/spec/spec_helper.rb +4 -4
- metadata +13 -141
- data/STATUS.rdoc +0 -30
data/STATUS.rdoc
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
= Misc status badges
|
2
|
-
|
3
|
-
== Gem
|
4
|
-
last public version :: {<img src="https://badge.fury.io/rb/hoe-manns.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-manns]
|
5
|
-
downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-manns.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-manns]
|
6
|
-
downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-manns.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-manns]
|
7
|
-
|
8
|
-
== Continuous Integration
|
9
|
-
continuous integration :: {<img src="https://travis-ci.org/saigkill/hoe-manns.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/saigkill/hoe-manns]
|
10
|
-
continuous integration :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/build.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/build-status/master]
|
11
|
-
|
12
|
-
== Code Review
|
13
|
-
code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/]
|
14
|
-
code quality :: {<img src="https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability" />}[https://codeclimate.com/github/saigkill/hoe-manns/maintainability]
|
15
|
-
code quality :: {<img src="https://api.codacy.com/project/badge/Grade/bfa993bdac4b46efa6e102daf97ca311" alt="Codacy code quality" />}[https://www.codacy.com/app/saigkill_2/hoe-manns?utm_source=github.com&utm_medium=referral&utm_content=saigkill/hoe-manns&utm_campaign=Badge_Grade]
|
16
|
-
|
17
|
-
== Security
|
18
|
-
security :: {<img src="https://hakiri.io/github/saigkill/hoe-manns/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-manns/master/shield]
|
19
|
-
|
20
|
-
== Test Coverage
|
21
|
-
test coverage :: {<img src="https://coveralls.io/repos/github/saigkill/hoe-manns/badge.svg?branch=master" alt="Test Coverage" />}[https://coveralls.io/github/saigkill/hoe-manns]
|
22
|
-
|
23
|
-
== Dependencies
|
24
|
-
dependency check :: {<img src="https://gemnasium.com/badges/github.com/saigkill/hoe-manns.svg" alt="Dependency Status" />}[https://gemnasium.com/github.com/saigkill/hoe-manns]
|
25
|
-
|
26
|
-
== Documentation
|
27
|
-
documentation quality :: {<img src="https://inch-ci.org/github/saigkill/hoe-manns.svg?branch=master" alt="Documentation Quality" />}[https://inch-ci.org/github/saigkill/hoe-manns]
|
28
|
-
|
29
|
-
== Donations
|
30
|
-
donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Donations" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
|