sublime_text_kit 16.3.0 → 16.4.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc21dbbff60bbca924bec1300762bb6c4609b425a844fb4f5df6e6f5d8904412
|
4
|
+
data.tar.gz: 04ea8ee56edf5295d68e0ff2b67af4206fdb057762dd98f91f430d3a8051b807
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f9c1eca7a90dc309b51f5964440c400d783de3f3dbb7af58272d4a17fec9a03e4176c4f17938791a8ca42eb741179571a3e220ad61dd31612a3d1f934310bc8
|
7
|
+
data.tar.gz: 7369cb4c588b6d79ab34e31a4006a60247d6b0172d2dc630ca0a81fe6c1ddfbb84299b48dc1e23beb702a477806ad3ec6847cbfe200c868b1169452f3f04ea0d
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -16,11 +16,11 @@ module SublimeTextKit
|
|
16
16
|
@default = default
|
17
17
|
end
|
18
18
|
|
19
|
-
def call
|
20
|
-
return Success
|
19
|
+
def call attributes
|
20
|
+
return Success attributes unless attributes.key? :home
|
21
21
|
|
22
|
-
Pathname(
|
23
|
-
|
22
|
+
Pathname(attributes[:home]).join(default)
|
23
|
+
.then { |value| Success attributes.merge!(key => value) }
|
24
24
|
end
|
25
25
|
|
26
26
|
private
|
@@ -16,11 +16,11 @@ module SublimeTextKit
|
|
16
16
|
@default = default
|
17
17
|
end
|
18
18
|
|
19
|
-
def call
|
20
|
-
return Success
|
19
|
+
def call attributes
|
20
|
+
return Success attributes unless attributes.key? :home
|
21
21
|
|
22
|
-
Pathname(
|
23
|
-
|
22
|
+
Pathname(attributes[:home]).join(default)
|
23
|
+
.then { |value| Success attributes.merge!(key => value) }
|
24
24
|
end
|
25
25
|
|
26
26
|
private
|
data/sublime_text_kit.gemspec
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sublime_text_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 16.
|
4
|
+
version: 16.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2024-
|
38
|
+
date: 2024-05-11 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: cogger
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
255
|
- !ruby/object:Gem::Version
|
256
256
|
version: '0'
|
257
257
|
requirements: []
|
258
|
-
rubygems_version: 3.5.
|
258
|
+
rubygems_version: 3.5.10
|
259
259
|
signing_key:
|
260
260
|
specification_version: 4
|
261
261
|
summary: A command line interface for managing Sublime Text metadata.
|
metadata.gz.sig
CHANGED