junction 0.1.4 → 0.1.5
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 +3 -1
- data/junction.gemspec +1 -1
- data/lib/junction/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d748323010afcccefd3808b3cf754542ca766638b48d4ade2210f11366f3442b
|
4
|
+
data.tar.gz: b0df4805d0ee5dffd3509b7a2eac0004eabcc3dcb8067f25445c74a46bf6b0d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c9860c72a22663852ad31913c5cc70213e63e9015eea852efcf3999f103820dcd3d067bda549e01e45c4c3b395816feaa22786f08a55c34e528d755dcab0fd0
|
7
|
+
data.tar.gz: b90d7cb2085a7db0b26bb83b4b6263254f0bafcdeb0f8866ab089f5b6f6f6b0eb737431f50f403b61cfc2efeefcdfca7ec4e4b3ebf485c1bae382736fdb9f68e
|
data/.idea/junction.iml
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.65.1, rbenv: 3.2.2) [gem]" level="application" />
|
32
32
|
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.32.1, rbenv: 3.2.2) [gem]" level="application" />
|
33
33
|
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, rbenv: 3.2.2) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="stringio (v3.1.2, rbenv: 3.2.2) [gem]" level="application" />
|
34
35
|
<orderEntry type="library" scope="PROVIDED" name="strscan (v3.1.0, rbenv: 3.2.2) [gem]" level="application" />
|
35
36
|
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.5.0, rbenv: 3.2.2) [gem]" level="application" />
|
36
37
|
</component>
|
@@ -38,21 +39,21 @@
|
|
38
39
|
<option name="myRootTask">
|
39
40
|
<RakeTaskImpl id="rake">
|
40
41
|
<subtasks>
|
41
|
-
<RakeTaskImpl description="Build junction-0.1.
|
42
|
+
<RakeTaskImpl description="Build junction-0.1.5.gem into the pkg directory" fullCommand="build" id="build" />
|
42
43
|
<RakeTaskImpl id="build">
|
43
44
|
<subtasks>
|
44
|
-
<RakeTaskImpl description="Generate SHA512 checksum of junction-0.1.
|
45
|
+
<RakeTaskImpl description="Generate SHA512 checksum of junction-0.1.5.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
|
45
46
|
</subtasks>
|
46
47
|
</RakeTaskImpl>
|
47
48
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
48
49
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
49
|
-
<RakeTaskImpl description="Build and install junction-0.1.
|
50
|
+
<RakeTaskImpl description="Build and install junction-0.1.5.gem into system gems" fullCommand="install" id="install" />
|
50
51
|
<RakeTaskImpl id="install">
|
51
52
|
<subtasks>
|
52
|
-
<RakeTaskImpl description="Build and install junction-0.1.
|
53
|
+
<RakeTaskImpl description="Build and install junction-0.1.5.gem into system gems without network access" fullCommand="install:local" id="local" />
|
53
54
|
</subtasks>
|
54
55
|
</RakeTaskImpl>
|
55
|
-
<RakeTaskImpl description="Create tag v0.1.
|
56
|
+
<RakeTaskImpl description="Create tag v0.1.5 and build and push junction-0.1.5.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
56
57
|
<RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
|
57
58
|
<RakeTaskImpl id="rubocop">
|
58
59
|
<subtasks>
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
junction (0.1.
|
4
|
+
junction (0.1.5)
|
5
|
+
stringio (>= 3.0.0)
|
5
6
|
|
6
7
|
GEM
|
7
8
|
remote: https://rubygems.org/
|
@@ -47,6 +48,7 @@ GEM
|
|
47
48
|
rubocop-ast (1.32.1)
|
48
49
|
parser (>= 3.3.1.0)
|
49
50
|
ruby-progressbar (1.13.0)
|
51
|
+
stringio (3.1.2)
|
50
52
|
strscan (3.1.0)
|
51
53
|
unicode-display_width (2.5.0)
|
52
54
|
|
data/junction.gemspec
CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
34
34
|
|
35
35
|
# Uncomment to register a new dependency of your gem
|
36
36
|
# spec.add_dependency "example-gem", "~> 1.0"
|
37
|
-
|
37
|
+
spec.add_dependency 'stringio', '>= 3.0.0'
|
38
38
|
# For more information and examples about making a new gem, check out our
|
39
39
|
# guide at: https://bundler.io/guides/creating_gem.html
|
40
40
|
end
|
data/lib/junction/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- keegankb93
|
@@ -9,7 +9,21 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-11-19 00:00:00.000000000 Z
|
12
|
-
dependencies:
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: stringio
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 3.0.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.0.0
|
13
27
|
description: Placeholder
|
14
28
|
email:
|
15
29
|
- keegankb@gmail.com
|