junction 0.1.1 → 0.1.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 +4 -4
- data/.idea/junction.iml +6 -5
- data/Gemfile.lock +2 -2
- data/junction.gemspec +3 -2
- data/lib/junction/version.rb +1 -1
- metadata +5 -4
- /data/{junction → bin/junction} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d5b31b42bc32df5888f8117652ffb17959857444a0a383bc79b88033c4665a1
|
4
|
+
data.tar.gz: dac8310f6779594279221d38990c0e2c9a89b22756691f78284644a94b5f6634
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2648c113a59c0cf517da4c5c1138d3f381672f0d719ba181353981adc31e45c6322d9073999ea7c0170695e2a2357e67f5c4919c34856eccfb5ed5923cb30c9
|
7
|
+
data.tar.gz: 3fe323c0736398f2ed3c3d83365c1e66641a7b9481fb40918091aff79a97f5aae765d0cd0a5589bde6df2785fff0eee681bd46d5f74edfece662bdcdcaca9900
|
data/.idea/junction.iml
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
<orderEntry type="jdk" jdkName="rbenv: 3.2.2" jdkType="RUBY_SDK" />
|
13
13
|
<orderEntry type="sourceFolder" forTests="false" />
|
14
14
|
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, rbenv: 3.2.2) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.23, rbenv: 3.2.2) [gem]" level="application" />
|
15
16
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.5.1, rbenv: 3.2.2) [gem]" level="application" />
|
16
17
|
<orderEntry type="library" scope="PROVIDED" name="json (v2.7.2, rbenv: 3.2.2) [gem]" level="application" />
|
17
18
|
<orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.3, rbenv: 3.2.2) [gem]" level="application" />
|
@@ -37,21 +38,21 @@
|
|
37
38
|
<option name="myRootTask">
|
38
39
|
<RakeTaskImpl id="rake">
|
39
40
|
<subtasks>
|
40
|
-
<RakeTaskImpl description="Build junction-0.1.
|
41
|
+
<RakeTaskImpl description="Build junction-0.1.1.gem into the pkg directory" fullCommand="build" id="build" />
|
41
42
|
<RakeTaskImpl id="build">
|
42
43
|
<subtasks>
|
43
|
-
<RakeTaskImpl description="Generate SHA512 checksum
|
44
|
+
<RakeTaskImpl description="Generate SHA512 checksum of junction-0.1.1.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
|
44
45
|
</subtasks>
|
45
46
|
</RakeTaskImpl>
|
46
47
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
47
48
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
48
|
-
<RakeTaskImpl description="Build and install junction-0.1.
|
49
|
+
<RakeTaskImpl description="Build and install junction-0.1.1.gem into system gems" fullCommand="install" id="install" />
|
49
50
|
<RakeTaskImpl id="install">
|
50
51
|
<subtasks>
|
51
|
-
<RakeTaskImpl description="Build and install junction-0.1.
|
52
|
+
<RakeTaskImpl description="Build and install junction-0.1.1.gem into system gems without network access" fullCommand="install:local" id="local" />
|
52
53
|
</subtasks>
|
53
54
|
</RakeTaskImpl>
|
54
|
-
<RakeTaskImpl description="Create tag v0.1.
|
55
|
+
<RakeTaskImpl description="Create tag v0.1.1 and build and push junction-0.1.1.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
55
56
|
<RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
|
56
57
|
<RakeTaskImpl id="rubocop">
|
57
58
|
<subtasks>
|
data/Gemfile.lock
CHANGED
data/junction.gemspec
CHANGED
@@ -7,6 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.version = Junction::VERSION
|
8
8
|
spec.authors = ['keegankb93']
|
9
9
|
spec.email = ['keegankb@gmail.com']
|
10
|
+
spec.executables = ['junction']
|
10
11
|
|
11
12
|
spec.summary = 'Placeholder'
|
12
13
|
spec.description = 'Placeholder'
|
@@ -27,8 +28,8 @@ Gem::Specification.new do |spec|
|
|
27
28
|
(File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])
|
28
29
|
end
|
29
30
|
end
|
30
|
-
spec.bindir = 'exe'
|
31
|
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
31
|
+
#spec.bindir = 'exe'
|
32
|
+
#spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
32
33
|
spec.require_paths = ['lib']
|
33
34
|
|
34
35
|
# Uncomment to register a new dependency of your gem
|
data/lib/junction/version.rb
CHANGED
metadata
CHANGED
@@ -1,19 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: junction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- keegankb93
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Placeholder
|
14
14
|
email:
|
15
15
|
- keegankb@gmail.com
|
16
|
-
executables:
|
16
|
+
executables:
|
17
|
+
- junction
|
17
18
|
extensions: []
|
18
19
|
extra_rdoc_files: []
|
19
20
|
files:
|
@@ -30,7 +31,7 @@ files:
|
|
30
31
|
- LICENSE.txt
|
31
32
|
- README.md
|
32
33
|
- Rakefile
|
33
|
-
- junction
|
34
|
+
- bin/junction
|
34
35
|
- junction.gemspec
|
35
36
|
- lib/junction.rb
|
36
37
|
- lib/junction/pane_manager.rb
|
/data/{junction → bin/junction}
RENAMED
File without changes
|