sublime_text_kit 11.0.1 → 11.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: f09a97c9c7bd65b2e03cbcd38b5d7eea709ee4a253e6be57ac3101d948f7a3df
4
- data.tar.gz: 4eb97c05c9d833826fcab6ddb812fa33ca94a9b595d991066247250dcfc0682c
3
+ metadata.gz: 2f8f675530354cbbc227b1c77e6225403854ad144023b7f6004b4bf14b195100
4
+ data.tar.gz: 2991173c6048e21b7269533f0b4d289d1784968c4514b515f018096a15575edc
5
5
  SHA512:
6
- metadata.gz: e7035860e908e521ec4445ceaa7bb8d3dcfa10974aa6885dba538c214e8a8c531550c596556c9e3d9d13bd181116c8ec2a4a4c9f075e5c8dea8125daccdf5289
7
- data.tar.gz: '0385887b44d98e5742e5b8a1a277a518886d119700ba76b2d143349dfc4db8a7973ea94f7e76e23918e6c1c45ab0d920861fce3000645997d21a4382e0582729'
6
+ metadata.gz: bc17e4f0e7fa9d70ec52cd8e93f8dc64677207fe3c66a857157f6ca70ef8d72b01999988a035c9e5a400df16e1b8c600798fb1af74276f9a0e9d99b1b15efd4d
7
+ data.tar.gz: 3c2efc9fb3b060c010fd10480383afc37befb6d2bf436b28dea5cd2589bde81ec14e380b4e64f443cd26e33b461ea8c8b9c5bd769e741970e3f208ed508a7492
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -108,13 +108,13 @@ link:https://www.alchemists.io/projects/sublime_text_setup[Sublime Text Setup] p
108
108
  The following demonstrates a default Sublime Text setup:
109
109
 
110
110
  1. Start by defining your configuration: `sublime_text_kit --config edit`.
111
- 1. Shutdown Sublime Text (i.e. `COMMAND+q`).
112
- 1. Run `sublime_text_kit --update` which will create project metadata and rebuild session metadata
111
+ 2. Shutdown Sublime Text (i.e. `COMMAND+q`).
112
+ 3. Run `sublime_text_kit --update` which will create project metadata and rebuild session metadata
113
113
  so Sublime Text has a complete project history from which to switch between via the
114
114
  `CONTROL+COMMMAND+p` shortcut.
115
- 1. Launch Sublime Text and use the `CONTROL+COMMAND+p` keyboard shortcut to toggle between projects.
115
+ 4. Launch Sublime Text and use the `CONTROL+COMMAND+p` keyboard shortcut to toggle between projects.
116
116
  Notice that you can (fuzzy type) project names to jump between them.
117
- 1. Navigate through your project workload with ease. 🎉
117
+ 5. Navigate through your project workload with ease. 🎉
118
118
 
119
119
  === Troubleshooting
120
120
 
@@ -4,7 +4,6 @@ require "versionaire/extensions/option_parser"
4
4
 
5
5
  module SublimeTextKit
6
6
  module CLI
7
- # Handles parsing of Command Line Interface (CLI) primary options.
8
7
  module Parsers
9
8
  # Handles parsing of Command Line Interface (CLI) core options.
10
9
  class Core
@@ -5,7 +5,7 @@ module SublimeTextKit
5
5
  module Identity
6
6
  NAME = "sublime_text_kit"
7
7
  LABEL = "Sublime Text Kit"
8
- VERSION = "11.0.1"
8
+ VERSION = "11.0.2"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  SUMMARY = "A command line interface for managing Sublime Text metadata."
11
11
  end
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: 11.0.1
4
+ version: 11.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
29
29
  W2A=
30
30
  -----END CERTIFICATE-----
31
- date: 2021-10-09 00:00:00.000000000 Z
31
+ date: 2021-10-21 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: dry-container
@@ -64,14 +64,14 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '8.4'
67
+ version: '8.5'
68
68
  type: :runtime
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '8.4'
74
+ version: '8.5'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: runcom
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -92,14 +92,14 @@ dependencies:
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '2.4'
95
+ version: '2.5'
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '2.4'
102
+ version: '2.5'
103
103
  description:
104
104
  email:
105
105
  - brooke@alchemists.io
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  - !ruby/object:Gem::Version
162
162
  version: '0'
163
163
  requirements: []
164
- rubygems_version: 3.2.28
164
+ rubygems_version: 3.2.29
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: A command line interface for managing Sublime Text metadata.
metadata.gz.sig CHANGED
Binary file