procreate-swatches 0.1.3 → 0.1.4

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: 5eb5daea330e409df4c40382947c6ac442d379ebc5577a6b3951c5258fc5b4d5
4
- data.tar.gz: 51d45430aa1e16a26ce4d907ba1d8e674bf73b7721c4ac2d8e5e9ecd1b8b4124
3
+ metadata.gz: 81c6857fd14de4705cf2122104d59c1b8bc886da3a22853647f2893e05c1b764
4
+ data.tar.gz: f8859b97f938c64594f2ef946823eaedee7c30a815c6a3b0c7fc723c2c6f6ade
5
5
  SHA512:
6
- metadata.gz: 7e67e0381fef0b864954c77f14c8aed9c12cbdaca434601d0a2d5c388dfae1d9c73e5df5038e9620b9a0fcd8c33d9cff64144c7c9a72433ed3b8f3a14860dd13
7
- data.tar.gz: 0734a0d50f526850df32b5656cc42d862bb059043fac6dd131b58bc6cebb63199d8b6e5d40711779f767b56276ae0afb5f7870cf43aacfb9a4d7e318236fb3c9
6
+ metadata.gz: 9064c4f15a2a9246e527993e8700ab0457b6877639a1361716bd9a21c4ac09b86cae1ac83f9b2ba2a1d4ffd29471d363986fb8098458bf6d7f67337795044e9b
7
+ data.tar.gz: 0d26e6a47bc9c8fb0f8be8c2b7cb740809e2d8a33ed7fa7b208d8c3131f3df26d51abc51d64e1d8d90cd4cbf01a9608cb947eb4b032bd489d352dc6366a6138e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- procreate-swatches (0.1.3)
4
+ procreate-swatches (0.1.4)
5
5
  callable_class (~> 0.1.1)
6
6
  chroma
7
7
  rubyzip (>= 1.0.0)
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (5.2.3)
12
+ activesupport (5.2.4.3)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
@@ -19,16 +19,16 @@ GEM
19
19
  callable_class (0.1.2)
20
20
  chroma (0.2.0)
21
21
  coderay (1.1.2)
22
- concurrent-ruby (1.1.5)
22
+ concurrent-ruby (1.1.6)
23
23
  diff-lcs (1.3)
24
24
  docile (1.3.1)
25
25
  hirb (0.7.3)
26
- i18n (1.6.0)
26
+ i18n (1.8.2)
27
27
  concurrent-ruby (~> 1.0)
28
28
  jaro_winkler (1.5.2)
29
- json (2.2.0)
29
+ json (2.3.1)
30
30
  method_source (0.9.2)
31
- minitest (5.11.3)
31
+ minitest (5.14.1)
32
32
  parallel (1.17.0)
33
33
  parser (2.6.2.1)
34
34
  ast (~> 2.4.0)
@@ -64,7 +64,7 @@ GEM
64
64
  rubocop-rspec (1.32.0)
65
65
  rubocop (>= 0.60.0)
66
66
  ruby-progressbar (1.10.0)
67
- rubyzip (2.2.0)
67
+ rubyzip (2.3.0)
68
68
  simplecov (0.16.1)
69
69
  docile (~> 1.1)
70
70
  json (>= 1.8, < 3)
@@ -75,7 +75,7 @@ GEM
75
75
  simplecov
76
76
  simplecov-html (0.10.2)
77
77
  thread_safe (0.3.6)
78
- tzinfo (1.2.5)
78
+ tzinfo (1.2.7)
79
79
  thread_safe (~> 0.1)
80
80
  unicode-display_width (1.5.0)
81
81
 
@@ -3,6 +3,6 @@
3
3
  module Procreate
4
4
  module Swatches
5
5
  # Current gem version
6
- VERSION = '0.1.3'
6
+ VERSION = '0.1.4'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: procreate-swatches
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florinel Gorgan
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-04 00:00:00.000000000 Z
11
+ date: 2021-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: callable_class
@@ -252,7 +252,7 @@ homepage: https://github.com/laurentzziu/procreate-swatches
252
252
  licenses:
253
253
  - MIT
254
254
  metadata: {}
255
- post_install_message:
255
+ post_install_message:
256
256
  rdoc_options: []
257
257
  require_paths:
258
258
  - lib
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  version: '0'
269
269
  requirements: []
270
270
  rubygems_version: 3.0.6
271
- signing_key:
271
+ signing_key:
272
272
  specification_version: 4
273
273
  summary: A gem to interact with Procreate .swatches files.
274
274
  test_files: []