colorate 1.0.1 → 1.0.2
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 +1 -0
- data/colorate.gemspec +1 -1
- data/lib/colorate/version.rb +1 -1
- data/screenshot.png +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 418d0bb530c7ab9412cd98fd2812cb4bc3c3ae8b
|
|
4
|
+
data.tar.gz: 01f98a47de384e691fbd85a6dd5d67ec0def3e6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b24db89d875fca5e25f62017909d957edbfb3128c031744906b4952635035999ea13c73a99b94d03c345ea645993aeedfbb92622fc144fe1bdce06e50c4f427
|
|
7
|
+
data.tar.gz: ffa999ecfe235bc8f0ecd5fcd25fce93eba86b0345a610a0f2a6db833987a4cd23062de9134398c8561cd7f71f3c4dd5fdc2406301ddb2f69ba8d841980a5214
|
data/README.md
CHANGED
|
@@ -29,6 +29,7 @@ Colorate.blue('A second argument consists of a hash', bold: true)
|
|
|
29
29
|
Colorate.cyan('The only keys are bold and underline and both are booleans', underline: true)
|
|
30
30
|
Colorate.purple('So there!', bold: true, underline: true)
|
|
31
31
|
```
|
|
32
|
+

|
|
32
33
|
|
|
33
34
|
Colorate only responds to the following method calls:
|
|
34
35
|
|
data/colorate.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Provides colored output to the console.}
|
|
13
13
|
spec.description = %q{This gem exposes various methods that allow for colorized output to the console.}
|
|
14
|
-
spec.homepage = "https://github.com/radiofreemattd/
|
|
14
|
+
spec.homepage = "https://github.com/radiofreemattd/colorate"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/colorate/version.rb
CHANGED
data/screenshot.png
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colorate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew S. Dunn
|
|
@@ -88,7 +88,8 @@ files:
|
|
|
88
88
|
- lib/colorate.rb
|
|
89
89
|
- lib/colorate/constants.rb
|
|
90
90
|
- lib/colorate/version.rb
|
|
91
|
-
|
|
91
|
+
- screenshot.png
|
|
92
|
+
homepage: https://github.com/radiofreemattd/colorate
|
|
92
93
|
licenses:
|
|
93
94
|
- MIT
|
|
94
95
|
metadata: {}
|