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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: facf812ccc5f3049422d317eb80033fc5459ab22a94163c2ba036d125241479e
4
- data.tar.gz: e6b30c1a557d7f1b4dd501f88ce430e272cdbdde39c16604ecef89381dac4f70
3
+ metadata.gz: ff59526630094c6f2e34602e2d0336105e0ea173f5fd8e0983fdb46d839c9145
4
+ data.tar.gz: a1f553b1beef57f710b007493acee5b8b9fd04706179e344f4570b08c4fce68f
5
5
  SHA512:
6
- metadata.gz: b0b3ac2e8cd385451a93f148b22798fef289a01bba4fc3f5087a7bd360d28232e82cd4a55f41badb03eba5594e75efac5d5f5e35f415ebc1decbaf7d8765602b
7
- data.tar.gz: cdf88074a891e6a8f6a55007f1d0d116d41c1e776acb33747ae29519c9032ac86cc96db8fa344f7b03d49ad3278044f5901c5ba858250c183d05eae4418cfef8
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.4.gem into the pkg directory" fullCommand="build" id="build" />
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.4.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
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.4.gem into system gems" fullCommand="install" id="install" />
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.4.gem into system gems without network access" fullCommand="install:local" id="local" />
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.4 and build and push trailblazer-wizard-0.0.4.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
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>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wizard
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.7"
5
5
  end
data/lib/wizard.rb CHANGED
@@ -43,6 +43,8 @@ module Wizard
43
43
  end
44
44
  end
45
45
 
46
+ puts output
47
+
46
48
  output
47
49
  end
48
50
  end
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.5
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: 2024-05-02 00:00:00.000000000 Z
11
+ date: 2025-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport