audrey 0.3 → 0.3.1
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 +4 -4
- data/README.md +6 -10
- data/lib/audrey.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 951578466a2d64ec38969c2c6e32efa7eb350e1ecbc6653e4fad7d69173f3478
|
|
4
|
+
data.tar.gz: 86f5ca9e19f2d7ff50a73e2a175d8ce06ecc658b95b82b6a0043f6805cf37142
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21db86bdd68b2a032544e282c558b5f62a25e5f31c68a86c7e22d3f08a3613bc291166eb0ec22426f23eb9b626424e5c831ae7e564443444af16bfcd46124afe
|
|
7
|
+
data.tar.gz: 6cc1daad93023639546096f1ea4664ab5f77d0bc1f99547396fa6f36e6ee96a1f261c1f12bb1b55ad8f8266234d083ad8465d1d91b6979cdaa7d4fd890f6007d
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ database and start using it in a few lines of code.
|
|
|
9
9
|
## Install
|
|
10
10
|
|
|
11
11
|
```ruby
|
|
12
|
-
|
|
12
|
+
gem install audrey
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Basic usage
|
|
@@ -590,12 +590,7 @@ than most database systems. Consider the tradeoff.
|
|
|
590
590
|
|
|
591
591
|
## The name and logo
|
|
592
592
|
|
|
593
|
-
|
|
594
|
-
that. Apparently in Irish, *Audrey* once meant "vine", so I decided to use the
|
|
595
|
-
leaf of the
|
|
596
|
-
[Lonicera periclymenum](https://en.wikipedia.org/wiki/Lonicera_periclymenum),
|
|
597
|
-
a vine common in Ireland, for the logo. The logo was designed by
|
|
598
|
-
[Inventicstudios](https://www.fiverr.com/inventicstudios).
|
|
593
|
+
Audrey is named after the character Audrey in Shakespeare's `As You Like It`.
|
|
599
594
|
|
|
600
595
|
|
|
601
596
|
## Author
|
|
@@ -605,6 +600,7 @@ mike@idocs.com
|
|
|
605
600
|
|
|
606
601
|
## History
|
|
607
602
|
|
|
608
|
-
| version | date
|
|
609
|
-
|
|
610
|
-
| 0.
|
|
603
|
+
| version | date | notes |
|
|
604
|
+
|---------|--------------|------------------------------|
|
|
605
|
+
| 0.3 | Feb 12, 2020 | Initial upload. |
|
|
606
|
+
| 0.3.1 | Feb 12, 2020 | Minor fixes to documentation |
|
data/lib/audrey.rb
CHANGED