ombre 0.0.0 → 0.0.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/MIT-LICENSE.txt +0 -0
  3. data/README.md +0 -0
  4. metadata +9 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbf20e9c3c9c4424d3ae4f3675ec90e2532b07d5f127b2dd52ca03dfad89fd82
4
- data.tar.gz: 8ec60035f8581e0b5b3b9e70029730db208732b536b0d132f58d0974cada9b6e
3
+ metadata.gz: cd24e51a4a0474d903fd3b012848fdcaa3cec7e5e07d5b35cddce11a7b190d1d
4
+ data.tar.gz: 6abacfc82cfd70b3c7117e0b6ff521aa2d167ebb184826e12fe6fac1c7df18d7
5
5
  SHA512:
6
- metadata.gz: 56050a7bec0ec9a6af03c8fda56a53220cc630b79a0b31a4a88082e5a74ad920841a754f6c0308b6fe418ed0b122b85b812dd2bce8ec75d5fd3085bf54c16848
7
- data.tar.gz: e7fac2bd9ca52d54ead214917ffedd620b92a1f50ae582ca328e9a0344cc3ed77f1f5ff60ad01c4842e71277ac3590fa88007f25aa426fc92ad68c2cb0c98429
6
+ metadata.gz: d363322c1244e03111d7e941a7b51281e41b0e9e5e0ed1a54156ea9435dcdbac19213878da9b13da117b92378d6752e7bcd7218e580ff28d70a3804fc0c9202f
7
+ data.tar.gz: 8896b50a283742f8fd34ebfb522dce8ee2eabecb4bdbf09a6690bb4eef69f8df388d6a4d8a70f55183889458ca0b28c6bf4ba2a5c736979105ad6567f5c83623
data/MIT-LICENSE.txt ADDED
File without changes
data/README.md ADDED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ombre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Paulson
@@ -10,14 +10,18 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2022-04-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Provides gradient colors for the command line using truecolor
13
+ description: Provides gradient colors for command line output using RGB hex values.
14
14
  email: jpaulson@hey.com
15
15
  executables: []
16
16
  extensions: []
17
- extra_rdoc_files: []
17
+ extra_rdoc_files:
18
+ - README.md
19
+ - MIT-LICENSE.txt
18
20
  files:
21
+ - MIT-LICENSE.txt
22
+ - README.md
19
23
  - lib/ombre.rb
20
- homepage: https://rubygems.org/gems/ombre
24
+ homepage: https://github.com/justinpaulson/ombre
21
25
  licenses:
22
26
  - MIT
23
27
  metadata: {}
@@ -39,5 +43,5 @@ requirements: []
39
43
  rubygems_version: 3.1.2
40
44
  signing_key:
41
45
  specification_version: 4
42
- summary: Ombre
46
+ summary: Ombre gradients for your terminal!
43
47
  test_files: []