lipgloss 0.1.0-x86_64-darwin → 0.2.0-x86_64-darwin

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lipgloss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Marco Roth
@@ -9,7 +9,7 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: Ruby wrapper for Charm's lipgloss CSS-like terminal styling library.
12
+ description: Style Definitions for Nice Terminal Layouts. Built with TUIs in mind.
13
13
  email:
14
14
  - marco.roth@intergga.ch
15
15
  executables: []
@@ -18,6 +18,7 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - LICENSE.txt
20
20
  - README.md
21
+ - ext/lipgloss/color.c
21
22
  - ext/lipgloss/extconf.rb
22
23
  - ext/lipgloss/extension.c
23
24
  - ext/lipgloss/extension.h
@@ -30,6 +31,7 @@ files:
30
31
  - ext/lipgloss/tree.c
31
32
  - go/build/darwin_amd64/liblipgloss.a
32
33
  - go/build/darwin_amd64/liblipgloss.h
34
+ - go/color.go
33
35
  - go/go.mod
34
36
  - go/go.sum
35
37
  - go/layout.go
@@ -45,9 +47,11 @@ files:
45
47
  - lib/lipgloss/3.2/lipgloss.bundle
46
48
  - lib/lipgloss/3.3/lipgloss.bundle
47
49
  - lib/lipgloss/3.4/lipgloss.bundle
50
+ - lib/lipgloss/4.0/lipgloss.bundle
48
51
  - lib/lipgloss/border.rb
49
52
  - lib/lipgloss/color.rb
50
53
  - lib/lipgloss/position.rb
54
+ - lib/lipgloss/style.rb
51
55
  - lib/lipgloss/table.rb
52
56
  - lib/lipgloss/version.rb
53
57
  - lipgloss.gemspec
@@ -69,14 +73,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
73
  version: '3.2'
70
74
  - - "<"
71
75
  - !ruby/object:Gem::Version
72
- version: 3.5.dev
76
+ version: 4.1.dev
73
77
  required_rubygems_version: !ruby/object:Gem::Requirement
74
78
  requirements:
75
79
  - - ">="
76
80
  - !ruby/object:Gem::Version
77
81
  version: '0'
78
82
  requirements: []
79
- rubygems_version: 3.6.9
83
+ rubygems_version: 4.0.3
80
84
  specification_version: 4
81
- summary: Ruby wrapper for Charm's lipgloss CSS-like terminal styling library.
85
+ summary: Ruby wrapper for Charm's lipgloss. CSS-like terminal styling library.
82
86
  test_files: []