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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -10
  3. data/lib/audrey.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b9337b0db28e20ad953e7a75d36d9c10a4ed9e5a711dda30fd56a525e91b5ac
4
- data.tar.gz: 704de739585df7193c7274f30b2f595e690d2077596160b55996e52e59640310
3
+ metadata.gz: 951578466a2d64ec38969c2c6e32efa7eb350e1ecbc6653e4fad7d69173f3478
4
+ data.tar.gz: 86f5ca9e19f2d7ff50a73e2a175d8ce06ecc658b95b82b6a0043f6805cf37142
5
5
  SHA512:
6
- metadata.gz: 7b0bcc424857753a344a9b0f80df732a39b970dd798a3ddf99ec9366821923ad1c8121c8aac20649addc0b6777aa90a6100b08e438a05a59d2c3f847e3ea2453
7
- data.tar.gz: fb6b761b19edcddea9980f3e3e4a6e40ef7532c2e0f43ade1e403ba1e9cae982dce685a774d825cce38d7e752b08249b3730f2b97fd595270cf30bca9a868caa
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
- <!-- gem install audrey -->
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
- I chose the name *Audrey* because I like it\.\.\. there's no fancy reason beyond
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 | notes |
609
- |---------|-------------|--------------------------|
610
- | 0.1 | Jan 7, 2020 | Initial upload. |
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
@@ -15,7 +15,7 @@ class Audrey
15
15
  @@current_db = nil
16
16
 
17
17
  # version
18
- VERSION = '0.3'
18
+ VERSION = '0.3.1'
19
19
 
20
20
  #---------------------------------------------------------------------------
21
21
  # delegate
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audrey
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike O'Sullivan