wxruby3-mdap 1.0.0.pre.rc.2 → 1.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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/assets/readme-screenshots.png +0 -0
- data/assets/repo-social-preview.png +0 -0
- data/lib/wx/mdap/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4755771b1020ddc13605696a8ab35a3a55e0192ca4edda307f81edc1396d84b
|
|
4
|
+
data.tar.gz: ab06bc7f8bde1c207c882303f55fdac09db6f414d98d71b6c2798b1f2b4fe139
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25c66459da058b6d0b5b21096988f671240a2c705e00841ae354c3e1327a80fabca4d7353998d37a63b312e89df4d890f06f22bf5a0c6148df5abea80e84db29
|
|
7
|
+
data.tar.gz: b0f71fabc1b97ac351d6632f53185d82dddb4481136cf8d4f655ed22cf87764bf719ee0d7532fcbe3469d9b7dc9290892c0951ee7c8183a0ec34bb035d9196f0
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[](LICENSE)
|
|
2
|
-
[](https://badge.fury.io/rb/wxruby3-mdap)
|
|
3
3
|
[](https://mcorino.github.io/wxRuby3-MaterialDesignArtProvider)
|
|
4
4
|
|
|
5
5
|
# Material Design Art Provider for wxRuby3
|
|
@@ -8,6 +8,8 @@ This custom Art Provider was inspired by [wxMaterialDesignArtProvider](https://g
|
|
|
8
8
|
but rewritten in pure Ruby for use with [wxRuby3](https://github.com/mcorino/wxRuby3).<br>
|
|
9
9
|
See the [License](#license) section below to see where the original icons were taken from.
|
|
10
10
|
|
|
11
|
+

|
|
12
|
+
|
|
11
13
|
## Installing
|
|
12
14
|
|
|
13
15
|
wxRuby3-MaterialDesignArtProvider is distributed as a Ruby gem on [RubyGems](https://rubygems.org/). This gem can also
|
|
Binary file
|
|
Binary file
|
data/lib/wx/mdap/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wxruby3-mdap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Corino
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: wxruby3
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.0
|
|
19
|
+
version: '1.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.0
|
|
26
|
+
version: '1.0'
|
|
27
27
|
description: wxRuby3/MDAP is a pure Ruby library providing a custom ArtProvider for
|
|
28
28
|
using MaterialDesign bitmaps and icons in wxRuby3
|
|
29
29
|
email: mcorino@m2c-software.nl
|
|
@@ -39,6 +39,8 @@ files:
|
|
|
39
39
|
- LICENSE
|
|
40
40
|
- README.md
|
|
41
41
|
- assets/logo.svg
|
|
42
|
+
- assets/readme-screenshots.png
|
|
43
|
+
- assets/repo-social-preview.png
|
|
42
44
|
- lib/wx/mdap.rb
|
|
43
45
|
- lib/wx/mdap/art.rb
|
|
44
46
|
- lib/wx/mdap/art/fluent_ui/filled/Access_Time.svg
|
|
@@ -20852,7 +20854,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
20852
20854
|
- !ruby/object:Gem::Version
|
|
20853
20855
|
version: '0'
|
|
20854
20856
|
requirements: []
|
|
20855
|
-
rubygems_version: 3.5.
|
|
20857
|
+
rubygems_version: 3.5.16
|
|
20856
20858
|
signing_key:
|
|
20857
20859
|
specification_version: 4
|
|
20858
20860
|
summary: wxRuby3 Material Design Art Provider
|