guindilla_gui 0.1.1 → 0.1.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 -1
- data/lib/guindilla_gui/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e7f8c663560a5ea5fe32ba9f7b6ae9f43755a39d1e1d1587dd64c21fc2daef1
|
|
4
|
+
data.tar.gz: 6db37de4dea8b7634a5a2a4af50838846f7047e544083bedaf2b4c3e84770bcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9c3744a09b2f3b540aab21e99a333f9f913031cf51b0a4df35ad80b9eafdb608015e9b2b56ce9b3c36333a433cc7a4d11f5afde72b3d6d874256eaa9a049636
|
|
7
|
+
data.tar.gz: 9c320cc59eb8258a58585f40631c638f2a1b4c4e52915a472eaddac845e6b8ddfbe1d564ca2406d8e7cc283b24f009b0ec0b40d47f8391941010a14c1e2ae1ac
|
data/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Should be as easy as:
|
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
|
-
Take a look at the [wiki](https://gitlab.com/
|
|
17
|
+
Take a look at the [wiki](https://gitlab.com/starmonkey1/guindilla_gui/-/wikis/home) and the examples. Basic usage goes something like this:
|
|
18
18
|
```
|
|
19
19
|
require 'guindilla_gui'
|
|
20
20
|
include GuindillaGUI
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guindilla_gui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lljk
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 2.5.0
|
|
41
|
-
description:
|
|
41
|
+
description:
|
|
42
42
|
email:
|
|
43
43
|
- j.kiddin@proton.me
|
|
44
44
|
executables: []
|
|
@@ -69,15 +69,14 @@ metadata:
|
|
|
69
69
|
post_install_message:
|
|
70
70
|
rdoc_options:
|
|
71
71
|
- "--title"
|
|
72
|
-
-
|
|
73
|
-
- "--main"
|
|
74
|
-
- README.md
|
|
75
|
-
- "--line-numbers"
|
|
72
|
+
- GuindillaGui
|
|
76
73
|
- "--exclude"
|
|
77
74
|
- resources
|
|
78
75
|
- "--markup"
|
|
79
76
|
- markdown
|
|
80
|
-
- "--
|
|
77
|
+
- "--main"
|
|
78
|
+
- README.md
|
|
79
|
+
- "--line-numbers"
|
|
81
80
|
require_paths:
|
|
82
81
|
- lib
|
|
83
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|