autowow 0.11.1 → 0.11.2

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: edcec76e5c4f8cbbf0dacb2a5bd7c792c689938d
4
- data.tar.gz: 0d4e09d964a3721796a56e257a8603dabc1cb1b4
3
+ metadata.gz: 07166961da9377493e9f40c08c9db8c7c81dcecc
4
+ data.tar.gz: e5c3ef4a146f6a23d09f39b5f0c7b5f95e674ff0
5
5
  SHA512:
6
- metadata.gz: 91de831f732f8e41c808da5d07672ed87e52a3a2ed7e506155d267c257bc5271b33f6edd460b3ca95e219cf57488b0842b2377bd7c07ba379f66992d8f3496ea
7
- data.tar.gz: 570e42fff328f3aaf3fc3b636cc7e768e5ee83d23beb78d9fa0f9e1022bcb8b8f3c1b8e0590ff7fcbad4d9461a7260b817f26a2236bae2678f0a64aa3f57f5f2
6
+ metadata.gz: 3bb8164ec166555ec4a4e523932c296ad50964481599d73e3ede1796d80fb480254c41ff5514384fad46a7f8f9e57855c8bcd326c2f6636d254dd847b7163ed4
7
+ data.tar.gz: c6001c3ac8c0f80c08f29ebd9f30cac86ce3713619f3e55e7f0411d01c595f0c80a29f6d69626ca5f4b4c50e3ca83414289e5be83b478a25757b87f60e7a05ea
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 version [v["Bumping autowow from 0.11.0 to version 0.11.1"]](https://github.com/thisismydesign/autowow/releases/tag/v["Bumping autowow from 0.11.0 to version 0.11.1"]). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).*
6
+ *You are viewing the README of version [v0.11.2](https://github.com/thisismydesign/autowow/releases/tag/v0.11.2). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).*
7
7
  <!--- Version informartion end -->
8
8
 
9
9
  | Branch | Status |
@@ -19,8 +19,7 @@ module Autowow
19
19
  version = nil
20
20
 
21
21
  if version_bump
22
- version = pretty_with_output.run(bump(version_bump)).out.clean_lines
23
- .select { |line| line.match(/Bumping/) }.split(" ").last
22
+ version = pretty_with_output.run(bump(version_bump)).out.clean_lines.select { |line| line.match(/Bumping/) }.first.split(" ").last
24
23
  bump_readme_version_information(version)
25
24
  pretty.run(add(["README.md", "*version.rb"]))
26
25
  pretty.run(commit("Bumps version to v#{version}"))
@@ -1,3 +1,3 @@
1
1
  module Autowow
2
- VERSION = "0.11.1"
2
+ VERSION = "0.11.2"
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.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - thisismydesign