inkscape_cli 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae27b1a9b4ac0dc176a208e9d920be8cd546b8bf7d5d1b1acbcee201723f7c65
4
- data.tar.gz: 5e7dff339cef1addadb37e8dcac4f536fd5b611b60d9542bbe79e0bb61df0ac7
3
+ metadata.gz: 51bcc5cea910b24cb9b4d334e3278c9d4483454a2215600204fe08a0ade1503a
4
+ data.tar.gz: 0b1ee8cf9aea09cd1f4cb4060c525f5749ff42f3d53e530a96493dbcfea6dc79
5
5
  SHA512:
6
- metadata.gz: bdea31313fbbe64747e9f7240dbf40c4a92d4a8061fae0c4bb77aff810d342c273128556e1a97ca07754ebe7230d905b66f52c35f8c41cdef01e54a377b4cb8e
7
- data.tar.gz: 3b5b9fbd1f333f508f2ea8837bf58c40f231f446221326a96389fb45cfd4ab0da16ef4efeeb5ce61b940904499eb047b460f79b6f00a1b76c76d2f03458b3098
6
+ metadata.gz: 0d84c0a6d95f76b78e51c28755bf7f19fc9155f6d1cb5194f2f64823d74b6d01e3f1161a568244226fce619b04cc6e96351140cd10a4bf998abaff044df28726
7
+ data.tar.gz: 3856a1e9038a1f2899b3fe65248747345e23f47addf56bc496316f825e84851150c4a3837a1711002b37520ef7dbabb30f7c1327aec5138d8f360758c0214543
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.0.2] - 2023-04-17
4
+
5
+ - Gem Metadata updates
6
+
3
7
  ## [1.0.0] - 2023-04-17
4
8
 
5
9
  - Initial release
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InkscapeCLI
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkscape_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Adkins
@@ -26,6 +26,8 @@ files:
26
26
  - LICENSE.txt
27
27
  - README.md
28
28
  - Rakefile
29
+ - inkscape_cli-1.0.0.gem
30
+ - inkscape_cli-1.0.1.gem
29
31
  - lib/inkscape_cli.rb
30
32
  - lib/inkscape_cli/command.rb
31
33
  - lib/inkscape_cli/configuration.rb
@@ -33,13 +35,13 @@ files:
33
35
  - sig/inkscape_cli.rbs
34
36
  - sig/inkscape_cli/command.rbs
35
37
  - sig/inkscape_cli/configuration.rbs
36
- homepage: https://github.com/eezyinc/inkscape_cli
38
+ homepage: https://github.com/marcoadkins/inkscape_cli
37
39
  licenses:
38
40
  - MIT
39
41
  metadata:
40
- homepage_uri: https://github.com/eezyinc/inkscape_cli
41
- source_code_uri: https://github.com/eezyinc/inkscape_cli
42
- changelog_uri: https://github.com/eezyinc/inkscape_cli/CHANGELOG.md
42
+ homepage_uri: https://github.com/marcoadkins/inkscape_cli
43
+ source_code_uri: https://github.com/marcoadkins/inkscape_cli
44
+ changelog_uri: https://github.com/marcoadkins/inkscape_cli/blob/master/CHANGELOG.md
43
45
  rubygems_mfa_required: 'true'
44
46
  post_install_message:
45
47
  rdoc_options: []