twenty-client 0.4.3 → 0.5.0
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/build/css/main.css +1 -1
- data/build/index.html +1 -1
- data/build/js/main.js +16 -33979
- data/build/projects/index.html +1 -1
- data/build/tasks/edit/index.html +1 -1
- data/build/tasks/index.html +1 -1
- data/build/tasks/new/index.html +1 -1
- metadata +3 -6
- data/build/fonts/noto-sans-mono-regular.ttf +0 -0
- data/build/fonts/noto-sans-regular.ttf +0 -0
- data/build/fonts/noto-serif-regular.ttf +0 -0
data/build/projects/index.html
CHANGED
data/build/tasks/edit/index.html
CHANGED
data/build/tasks/index.html
CHANGED
data/build/tasks/new/index.html
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twenty-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- '0x1eef'
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: '0.10'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: '0.10'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: listen
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,9 +103,6 @@ extra_rdoc_files: []
|
|
103
103
|
files:
|
104
104
|
- build/css/main.css
|
105
105
|
- build/favicon.svg
|
106
|
-
- build/fonts/noto-sans-mono-regular.ttf
|
107
|
-
- build/fonts/noto-sans-regular.ttf
|
108
|
-
- build/fonts/noto-serif-regular.ttf
|
109
106
|
- build/index.html
|
110
107
|
- build/js/main.js
|
111
108
|
- build/projects/index.html
|
Binary file
|
Binary file
|
Binary file
|