porolog 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 536a3d026aa1bec9bfbd2ead7d114eaad2e80073b85be0719fd100308c8429fc
4
- data.tar.gz: 0fd27e6e5e621d5490c8db18d65950fad59352b913c07a13530eccae83e5dffb
3
+ metadata.gz: 9b7dc70d745ec004b1ec85c53c62b1532a93dc95d217deebec0cff67da5abc67
4
+ data.tar.gz: e82ea5b4dc9b03c4b61f6fbb530598cfda77a2beac5a7983603e6229978a367c
5
5
  SHA512:
6
- metadata.gz: 5e3f448233128166af31c06aefe940654b651cdd92669c1f74fa7e0f7cf2f65ba8c2e3f52683e8c04cfe2787ea9bb851265baa6c026756e400b73717268f98dc
7
- data.tar.gz: 1df194f8edc97a02f3f6be5420908ab5f81ac1f6f04738a493b770b91404a2f4f6352e18ec9fc4f630c050c238766d14eb1ada179992f90fbdaa0f4fc46ac33f
6
+ metadata.gz: 2c0a09fe5edd703fe1835b05e58208279cb136a8cfe8e510893da70002e214f4807c76ca2e5744cd4238500420cb0ef450925c5fa1fde352b695751a5a43ecee
7
+ data.tar.gz: f4d2886435796143fb413c6e4552a72a5e4980d4f75134e0ef0ce7553777d3ee5991a63988b60f4f34acaf0e129c1042a74740206c513501aa66be4abc597ebf
data/README.md CHANGED
@@ -2,10 +2,12 @@
2
2
 
3
3
  <img src="https://repository-images.githubusercontent.com/131847563/b3754100-636a-11e9-995b-20d409b992c9" width="240" height="120" align="right" />
4
4
 
5
- Plain Old Ruby Objects Prolog
5
+ Plain Old Ruby Objects Prolog (WORK IN PROGRESS)
6
6
 
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
+ ![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)
9
11
 
10
12
  ## Introduction
11
13
 
@@ -22,7 +24,7 @@ Ruby objects could be passed in and Ruby objects were passed back.
22
24
  ## Dependencies
23
25
 
24
26
  The aim of `porolog` is to provide a logic engine with a minimal footprint.
25
- The only dependency is Yard for documentation.
27
+ The only extra dependency is Yard for documentation.
26
28
 
27
29
  ## Installation
28
30
 
@@ -161,6 +163,7 @@ or
161
163
  ```bash
162
164
  rake scope_test
163
165
  rake predicate_test
166
+ rake arguments_test
164
167
  ```
165
168
 
166
169
  ## Author
@@ -0,0 +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>