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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee30e133919da5a2b464ddd19bdfe675c6d80d82
4
- data.tar.gz: e7d9cbf3ab8dc1d37fd72b36aa0162215f32875d
3
+ metadata.gz: 418d0bb530c7ab9412cd98fd2812cb4bc3c3ae8b
4
+ data.tar.gz: 01f98a47de384e691fbd85a6dd5d67ec0def3e6d
5
5
  SHA512:
6
- metadata.gz: a3e57b6fed1e34897c76863162126458cdee9b776fe8663a5324f8dfbf8667ca71d60ee65cfc14ce361b410b67ea55fd0ba6ac1d7c4c969e04c1bdff92283b00
7
- data.tar.gz: d6489839c64e6048b6fbda038d61f092046f64b46198fbc4357ea14e9e87a7f77dce9361532e8007ed9b4d227d8b7cadadbc4c6a0f94486212735499dcf28a7d
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
+ ![screenshot](screenshot.png)
32
33
 
33
34
  Colorate only responds to the following method calls:
34
35
 
@@ -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/colorize"
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module Colorate
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
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.1
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
- homepage: https://github.com/radiofreemattd/colorize
91
+ - screenshot.png
92
+ homepage: https://github.com/radiofreemattd/colorate
92
93
  licenses:
93
94
  - MIT
94
95
  metadata: {}