rgbcell 0.6 → 0.7
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 +3 -2
- data/lib/rgbcell.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: fe3092ca6f5f2424cca537ec773f1b72e88f195f144772482f1e7ca0796c2624
|
|
4
|
+
data.tar.gz: 240604693942e9d4ceb0ff2123dc6ea037fb774293124bcbf78cd0303accfa2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce12c9146e96f20581a5e19230a89b7d0d1b80f48f7767c18043d75830bd535b5c2efbd4fe125e9b44831ae3fd2f2f3b4a8e36e9f6c9848066cef2fd3e94807c
|
|
7
|
+
data.tar.gz: 41d8fd28bef80c23a4283005fe46b27ffebe05386d254dccb98354fbd180051b0b891e183d2c3ee9906c23c775ceb55c8c1bb9e1e6086454d68351e78e8f3247
|
data/README.md
CHANGED
|
@@ -107,7 +107,7 @@ If you prefer not to create any colors at all, you can use the class method.
|
|
|
107
107
|
## Install
|
|
108
108
|
|
|
109
109
|
```
|
|
110
|
-
gem install
|
|
110
|
+
gem install rgbcell
|
|
111
111
|
```
|
|
112
112
|
|
|
113
113
|
## Author
|
|
@@ -120,4 +120,5 @@ mike@idocs.com
|
|
|
120
120
|
| version | date | notes |
|
|
121
121
|
|---------|---------------|-------------------------------------------------------|
|
|
122
122
|
| 0.5 | June 25, 2020 | Initial upload. |
|
|
123
|
-
| 0.6 | June 26, 2020 | Edits to documentation. |
|
|
123
|
+
| 0.6 | June 26, 2020 | Edits to documentation. |
|
|
124
|
+
| 0.7 | June 26, 2020 | Another important edit to documentation. |
|
data/lib/rgbcell.rb
CHANGED