porolog 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b7dc70d745ec004b1ec85c53c62b1532a93dc95d217deebec0cff67da5abc67
4
- data.tar.gz: e82ea5b4dc9b03c4b61f6fbb530598cfda77a2beac5a7983603e6229978a367c
3
+ metadata.gz: 6f2a245fb85a831bbbab2c4dd54d633ed14436759cfa01e48cd6dcaded82451e
4
+ data.tar.gz: 7c3b847eae31d2fd0932353504b31013c7273c73fdfc814fcf46523bcb29a997
5
5
  SHA512:
6
- metadata.gz: 2c0a09fe5edd703fe1835b05e58208279cb136a8cfe8e510893da70002e214f4807c76ca2e5744cd4238500420cb0ef450925c5fa1fde352b695751a5a43ecee
7
- data.tar.gz: f4d2886435796143fb413c6e4552a72a5e4980d4f75134e0ef0ce7553777d3ee5991a63988b60f4f34acaf0e129c1042a74740206c513501aa66be4abc597ebf
6
+ metadata.gz: e31c78205e8b47cc831912648f6685b5f8b4eedd5f24d07d21c6c64fe18850d39fdc232ec33ba70c5a80ac3c1abb8b4f3bb22c5d8d566d13d72a1ec1663a7e34
7
+ data.tar.gz: 7aa8693991d587a3a7bed97326ce84443bfed5781cd174e48cd3d0528459b2d57895e63fb59f0c785b45091d294601239c71320ed896efab4f994cf2bedb788c
data/README.md CHANGED
@@ -7,7 +7,7 @@ Plain Old Ruby Objects Prolog (WORK IN PROGRESS)
7
7
  [![Gem Version](https://badge.fury.io/rb/porolog.svg)](https://badge.fury.io/rb/porolog)
8
8
  [![Build Status](https://travis-ci.com/wizardofosmium/porolog.svg?branch=master)](https://travis-ci.com/wizardofosmium/porolog)
9
9
  ![Status](https://img.shields.io/badge/status-work%20in%20progress-orange.svg)
10
- [![Coverage](https://wizardofosmium.github.io/porolog/coverage/badge.svg)](https://github.com/wizardofosmium/porolog)
10
+ [![Coverage](https://github.com/wizardofosmium/porolog/blob/master/coverage/badge.svg)](https://github.com/wizardofosmium/porolog)
11
11
 
12
12
  ## Introduction
13
13
 
@@ -164,6 +164,7 @@ or
164
164
  rake scope_test
165
165
  rake predicate_test
166
166
  rake arguments_test
167
+ rake rule_test
167
168
  ```
168
169
 
169
170
  ## Author
data/coverage/badge.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="114" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="114" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h61v20H0z"/><path fill="#97ca00" d="M61 0h53v20H61z"/><path fill="url(#b)" d="M0 0h114v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="315" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text><text x="315" y="140" transform="scale(.1)" textLength="510">coverage</text><text x="865" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">84.26%</text><text x="865" y="140" transform="scale(.1)" textLength="430">84.26%</text></g> </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="108" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="108" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h61v20H0z"/><path fill="#4c1" d="M61 0h47v20H61z"/><path fill="url(#b)" d="M0 0h108v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="315" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text><text x="315" y="140" transform="scale(.1)" textLength="510">coverage</text><text x="835" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">93.9%</text><text x="835" y="140" transform="scale(.1)" textLength="370">93.9%</text></g> </svg>