trailblazer-wizard 0.0.5 → 0.0.7
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/trailblazer-wizard.iml +5 -5
- data/lib/wizard/version.rb +1 -1
- data/lib/wizard.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff59526630094c6f2e34602e2d0336105e0ea173f5fd8e0983fdb46d839c9145
|
|
4
|
+
data.tar.gz: a1f553b1beef57f710b007493acee5b8b9fd04706179e344f4570b08c4fce68f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c132cdea57a389c99f757fba35ef169c9327e1baf25144b2c6d3f5c3c6f185c8426b2d6b1e5acac053b69a88ae089c717eb11ef61069592513d15ef5340aca4b
|
|
7
|
+
data.tar.gz: c26412c7d72eef654cbe238fbfb710c03ade80abff55f17394fbda983eaf5be65608d3475acadf41a86394e54a7ebac6aebe267740dbbaa998e28f94f90387ca
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
<option name="myRootTask">
|
|
40
40
|
<RakeTaskImpl id="rake">
|
|
41
41
|
<subtasks>
|
|
42
|
-
<RakeTaskImpl description="Build trailblazer-wizard-0.0.
|
|
42
|
+
<RakeTaskImpl description="Build trailblazer-wizard-0.0.5.gem into the pkg directory" fullCommand="build" id="build" />
|
|
43
43
|
<RakeTaskImpl id="build">
|
|
44
44
|
<subtasks>
|
|
45
|
-
<RakeTaskImpl description="Generate SHA512 checksum if trailblazer-wizard-0.0.
|
|
45
|
+
<RakeTaskImpl description="Generate SHA512 checksum if trailblazer-wizard-0.0.5.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
|
|
46
46
|
</subtasks>
|
|
47
47
|
</RakeTaskImpl>
|
|
48
48
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
49
49
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
50
|
-
<RakeTaskImpl description="Build and install trailblazer-wizard-0.0.
|
|
50
|
+
<RakeTaskImpl description="Build and install trailblazer-wizard-0.0.5.gem into system gems" fullCommand="install" id="install" />
|
|
51
51
|
<RakeTaskImpl id="install">
|
|
52
52
|
<subtasks>
|
|
53
|
-
<RakeTaskImpl description="Build and install trailblazer-wizard-0.0.
|
|
53
|
+
<RakeTaskImpl description="Build and install trailblazer-wizard-0.0.5.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
54
54
|
</subtasks>
|
|
55
55
|
</RakeTaskImpl>
|
|
56
|
-
<RakeTaskImpl description="Create tag v0.0.
|
|
56
|
+
<RakeTaskImpl description="Create tag v0.0.5 and build and push trailblazer-wizard-0.0.5.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
|
57
57
|
<RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
|
|
58
58
|
<RakeTaskImpl id="rubocop">
|
|
59
59
|
<subtasks>
|
data/lib/wizard/version.rb
CHANGED
data/lib/wizard.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trailblazer-wizard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- aredda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|