qb 0.1.0 → 0.1.1

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/{bin → exe}/qb +1 -1
  3. data/lib/qb/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed9e572283f9de3975f9d285ebf382ca92b81266
4
- data.tar.gz: bc7d66d6988545c060af3b213edf6c2b1c3c0f8f
3
+ metadata.gz: 28eabfc03a6745fda9c633b86ae3ed0b7d3b3d71
4
+ data.tar.gz: f2c3e31e531809973e886ea3c6984eccaf1c69ce
5
5
  SHA512:
6
- metadata.gz: 02102a5039d84ade5dd8984da6fbbeaf9ec4bd87fae8976b7e5a2095c21bd520531ba76935991aec4940e7f905420dffb874b69288e94bb79a9e8979ce5da0fe
7
- data.tar.gz: ae6e942153d39b7f2ff8efdd17902ef6bc2a6d2abdf747a617d53fecae2d6cdea51bc3e31ff8b712fdbacac0e75cae02e6b29432a2411e33946e8961d7203f0f
6
+ metadata.gz: af24b10a53a9badc6f604e2c65250811c52eac70f3a2500d329b6257df44a9085f83df9f9fa07b106b90b2e82f2c07a0740d2443c6c6ea278e9c771c4a6bb142
7
+ data.tar.gz: 2bb5e4bd871b1849371a44c24d60ca21674abeef275ef0110722d0e50a6eb2d88a818db85e8fd60103b49ff6284fe1954118ad8f7d7e6df28209321ba42d65e2
@@ -284,4 +284,4 @@ def main args
284
284
  exec "ansible-playbook ./.qb-playbook.yml"
285
285
  end
286
286
 
287
- main(ARGV) if __FILE__ == $0
287
+ main(ARGV) # if __FILE__ == $0 # doesn't work with gem stub or something?
@@ -1,3 +1,3 @@
1
1
  module QB
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nrser
@@ -69,7 +69,8 @@ dependencies:
69
69
  description:
70
70
  email:
71
71
  - neil@ztkae.com
72
- executables: []
72
+ executables:
73
+ - qb
73
74
  extensions: []
74
75
  extra_rdoc_files: []
75
76
  files:
@@ -83,11 +84,11 @@ files:
83
84
  - Rakefile
84
85
  - ansible.cfg
85
86
  - bin/console
86
- - bin/qb
87
87
  - bin/setup
88
88
  - dev/bin/.gitkeep
89
89
  - dev/bin/ungem
90
90
  - dev/setup.yml
91
+ - exe/qb
91
92
  - lib/qb.rb
92
93
  - lib/qb/version.rb
93
94
  - library/git_mkdir.py