procreate-swatches 0.1.2 → 0.1.3
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 +5 -5
- data/Gemfile.lock +7 -7
- data/lib/procreate/swatches/version.rb +1 -1
- data/procreate-swatches.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5eb5daea330e409df4c40382947c6ac442d379ebc5577a6b3951c5258fc5b4d5
|
|
4
|
+
data.tar.gz: 51d45430aa1e16a26ce4d907ba1d8e674bf73b7721c4ac2d8e5e9ecd1b8b4124
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e67e0381fef0b864954c77f14c8aed9c12cbdaca434601d0a2d5c388dfae1d9c73e5df5038e9620b9a0fcd8c33d9cff64144c7c9a72433ed3b8f3a14860dd13
|
|
7
|
+
data.tar.gz: 0734a0d50f526850df32b5656cc42d862bb059043fac6dd131b58bc6cebb63199d8b6e5d40711779f767b56276ae0afb5f7870cf43aacfb9a4d7e318236fb3c9
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
procreate-swatches (0.1.
|
|
4
|
+
procreate-swatches (0.1.3)
|
|
5
5
|
callable_class (~> 0.1.1)
|
|
6
6
|
chroma
|
|
7
7
|
rubyzip (>= 1.0.0)
|
|
@@ -16,7 +16,7 @@ GEM
|
|
|
16
16
|
tzinfo (~> 1.1)
|
|
17
17
|
ansi (1.5.0)
|
|
18
18
|
ast (2.4.0)
|
|
19
|
-
callable_class (0.1.
|
|
19
|
+
callable_class (0.1.2)
|
|
20
20
|
chroma (0.2.0)
|
|
21
21
|
coderay (1.1.2)
|
|
22
22
|
concurrent-ruby (1.1.5)
|
|
@@ -37,14 +37,14 @@ GEM
|
|
|
37
37
|
method_source (~> 0.9.0)
|
|
38
38
|
psych (3.1.0)
|
|
39
39
|
rainbow (3.0.0)
|
|
40
|
-
rake (
|
|
40
|
+
rake (13.0.1)
|
|
41
41
|
rspec (3.8.0)
|
|
42
42
|
rspec-core (~> 3.8.0)
|
|
43
43
|
rspec-expectations (~> 3.8.0)
|
|
44
44
|
rspec-mocks (~> 3.8.0)
|
|
45
45
|
rspec-core (3.8.0)
|
|
46
46
|
rspec-support (~> 3.8.0)
|
|
47
|
-
rspec-expectations (3.8.
|
|
47
|
+
rspec-expectations (3.8.3)
|
|
48
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
49
49
|
rspec-support (~> 3.8.0)
|
|
50
50
|
rspec-mocks (3.8.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 (
|
|
67
|
+
rubyzip (2.2.0)
|
|
68
68
|
simplecov (0.16.1)
|
|
69
69
|
docile (~> 1.1)
|
|
70
70
|
json (>= 1.8, < 3)
|
|
@@ -87,7 +87,7 @@ DEPENDENCIES
|
|
|
87
87
|
bundler (~> 2.0)
|
|
88
88
|
procreate-swatches!
|
|
89
89
|
pry
|
|
90
|
-
rake (~>
|
|
90
|
+
rake (~> 13.0)
|
|
91
91
|
rspec (~> 3.0)
|
|
92
92
|
rubocop
|
|
93
93
|
rubocop-performance
|
|
@@ -99,4 +99,4 @@ RUBY VERSION
|
|
|
99
99
|
ruby 2.4.3p205
|
|
100
100
|
|
|
101
101
|
BUNDLED WITH
|
|
102
|
-
2.0.
|
|
102
|
+
2.0.2
|
data/procreate-swatches.gemspec
CHANGED
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.add_development_dependency 'activesupport'
|
|
33
33
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
|
34
34
|
spec.add_development_dependency 'pry'
|
|
35
|
-
spec.add_development_dependency 'rake', '~>
|
|
35
|
+
spec.add_development_dependency 'rake', '~> 13.0'
|
|
36
36
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
|
37
37
|
spec.add_development_dependency 'rubocop'
|
|
38
38
|
spec.add_development_dependency 'rubocop-performance'
|
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.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florinel Gorgan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: callable_class
|
|
@@ -100,14 +100,14 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '
|
|
103
|
+
version: '13.0'
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
110
|
+
version: '13.0'
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: rspec
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -267,8 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
267
267
|
- !ruby/object:Gem::Version
|
|
268
268
|
version: '0'
|
|
269
269
|
requirements: []
|
|
270
|
-
|
|
271
|
-
rubygems_version: 2.6.14
|
|
270
|
+
rubygems_version: 3.0.6
|
|
272
271
|
signing_key:
|
|
273
272
|
specification_version: 4
|
|
274
273
|
summary: A gem to interact with Procreate .swatches files.
|