wxruby3-mdap 1.0.0.pre.rc.2 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15da8792980a8a3ae397279b940f2cb8f57a57f1f30aaf736081d5897fc8d0c0
4
- data.tar.gz: 79e9da6c5e9d7976ea3ab2d3a02cdd9119f6decb8a1a2dfdf84e6a37b69a886a
3
+ metadata.gz: c4755771b1020ddc13605696a8ab35a3a55e0192ca4edda307f81edc1396d84b
4
+ data.tar.gz: ab06bc7f8bde1c207c882303f55fdac09db6f414d98d71b6c2798b1f2b4fe139
5
5
  SHA512:
6
- metadata.gz: 0f2ba314bfcb27602ef9c269e7c414bfb514d9dbe630657849ffc61443211c0d27261a6ef191f604de0846614e02c7735c8cead5fcf418480026b76d38512316
7
- data.tar.gz: b4057ddfc319c976d299ee18f3dce79ba5c9a80af6326aeb16eecfbd5e5c9b7590054679170104a99393f9d6b3d1247ffa9a7df94876a0b48449b138a1fab40a
6
+ metadata.gz: 25c66459da058b6d0b5b21096988f671240a2c705e00841ae354c3e1327a80fabca4d7353998d37a63b312e89df4d890f06f22bf5a0c6148df5abea80e84db29
7
+ data.tar.gz: b0f71fabc1b97ac351d6632f53185d82dddb4481136cf8d4f655ed22cf87764bf719ee0d7532fcbe3469d9b7dc9290892c0951ee7c8183a0ec34bb035d9196f0
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![License](https://img.shields.io/badge/license-MIT-yellowgreen.svg)](LICENSE)
2
- [![Gem Version](https://badge.fury.io/rb/wxruby3-materialdesignartprovider.svg)](https://badge.fury.io/rb/wxruby3-materialdesignartprovider)
2
+ [![Gem Version](https://badge.fury.io/rb/wxruby3-mdap.svg)](https://badge.fury.io/rb/wxruby3-mdap)
3
3
  [![Documentation](https://img.shields.io/badge/docs-pages-blue.svg)](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
+ ![screenshots](assets/readme-screenshots.png)
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
@@ -6,7 +6,7 @@
6
6
  module Wx
7
7
  module MDAP
8
8
 
9
- VERSION = '1.0.0-rc.2'
9
+ VERSION = '1.0.1'
10
10
 
11
11
  end
12
12
  end
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.0.pre.rc.2
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-05-26 00:00:00.000000000 Z
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.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.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.9
20857
+ rubygems_version: 3.5.16
20856
20858
  signing_key:
20857
20859
  specification_version: 4
20858
20860
  summary: wxRuby3 Material Design Art Provider