autowow 0.12.0 → 0.12.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf31a0f3865413f5ed9787576ac513160c563d2f
4
- data.tar.gz: 176ece3b3821556fbd2d208502e7603543d7b2bb
3
+ metadata.gz: 0e9771b9df3559ae80cea07c3ab87b54a2da034b
4
+ data.tar.gz: a307fed1c41d0d447c1c7211d46f89a70c8bb3e8
5
5
  SHA512:
6
- metadata.gz: 2daa4a0a45cd0a82e0f1a342f794439e9174f57beff4ed11ac24b4ecd0aecd9d0eec8d1a6f391d751c7b1bb62fc55d578c19ded0e157a2e10d1563d640bb2b33
7
- data.tar.gz: 03505f12795c5f1a78989df05aefeee3156760b421fe490d542c96f65f7876fa32b980af255be45f3e1def4d110fe9ffd43edab1ae19f7e80ccd8e59e89c16f8
6
+ metadata.gz: 841b7d90c481de5276730b0477509ef8acddf96ced066deb05f0638cf880cc75bfa2d7a51149224348d27f8c4b57826fa2d057fb4670466c9ab8ddff7d00360f
7
+ data.tar.gz: 07b68d06c4149b33e0ba2765bc983330e76db45a439de223c316025c1554b50e838768f4532a4c3e25a2c01b5b5b24f02742892fa663ed11be8f1c2feed47583
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  #### Set of commands to [auto]mate [w]ay [o]f [w]orking
4
4
 
5
5
  <!--- Version informartion -->
6
- *You are viewing the README of the development version. You can find the README of the latest release (v0.11.2) [here](https://github.com/thisismydesign/autowow/releases/tag/v0.11.2).*
6
+ *You are viewing the README of version [v0.12.0](https://github.com/thisismydesign/autowow/releases/tag/v0.12.0). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).*
7
7
  <!--- Version informartion end -->
8
8
 
9
9
  | Branch | Status |
@@ -59,7 +59,7 @@ module Autowow
59
59
  end
60
60
 
61
61
  def bundle_exec(cmd)
62
- pretty_with_output.run(["bundle", "exec"] + cmd)
62
+ Autowow::Executor.pretty_with_output.run(["bundle", "exec"] + cmd)
63
63
  end
64
64
 
65
65
  def db_migrate
@@ -1,3 +1,3 @@
1
1
  module Autowow
2
- VERSION = "0.12.0"
2
+ VERSION = "0.12.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autowow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thisismydesign