qbuild 0.1.2 → 0.1.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qbuild.rb +14 -4
  3. data/lib/qbuild/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26d8ee61617c0d994cef042b718d440e76a794e2
4
- data.tar.gz: c74381af36d10ee97e09be0477ef470e83a5eb2b
3
+ metadata.gz: 00ae9397782712e8bbdba872ae87125da7a84c69
4
+ data.tar.gz: b0a6772fe42a5d2d583b2314b01d0ccc46597a8b
5
5
  SHA512:
6
- metadata.gz: a6dd3c3285f5e074d0bbec9e40fdf4e44119d0641a91d9d616cc053dd42f4e8a449d592bcb364e803a91bc5ed73d770a6a112114d1a125b97b128edc9c48fcaa
7
- data.tar.gz: 26021da72f8483764fa7f4f4f9cc0a4bf7d30db5a336df67859c2eb47fae69180e7be1e15128f52e9980bd5c3467488537d82440cfbef2a8e7652302eca4e187
6
+ metadata.gz: 6a1e2c9a08462cfac3b2a853e16ff5297173fb6c95443fcd95c5ff951213cb5b0c98d1803c66bc129d8535b603ef03af086a0d3b619caa557699904441d691a3
7
+ data.tar.gz: 2dbfeb251572decd3c937fb94bae130c51520679e111581743a3cc90a233771dcc45c47d73fc6a2c65d75a7cfe6085378e4dd7271082774ab7fc835d162d36f8
@@ -92,12 +92,22 @@ module Qbuild
92
92
  end
93
93
 
94
94
  def self.display_help
95
- # TODO: Add some help
96
- puts 'Todo...'
95
+ puts
96
+ PadUtils.puts_c "Qbuild #{Qbuild::VERSION}", :blue
97
+ PadUtils.puts_c "************", :blue
98
+ puts
99
+ PadUtils.puts_c "Init: qbuild --init"
100
+ PadUtils.puts_c "View options: qbuild --options"
101
+ PadUtils.puts_c "Build: qbuild run"
102
+ puts
97
103
  end
98
104
 
99
105
  def self.display_version
100
- # TODO: Display current version & info
101
- puts 'Version...'
106
+ puts
107
+ PadUtils.puts_c "Qbuild #{Qbuild::VERSION}", :blue
108
+ PadUtils.puts_c "************", :blue
109
+ PadUtils.puts_c "https://github.com/nicoschuele/qbuild"
110
+ PadUtils.puts_c "Contact: @nicoschuele"
111
+ puts
102
112
  end
103
113
  end
@@ -1,3 +1,3 @@
1
1
  module Qbuild
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qbuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Schuele