autowow 0.13.1 → 0.13.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48b9dcd128e7124a4239b77f9cf02d289f652f8f3aa13cfab1a6c525f9ffc8a2
4
- data.tar.gz: 162427e7950474317bf41ade736b843b6afb2d2df722f81a166d9a0187075546
3
+ metadata.gz: a1a6ccd72df2ce542966d7b2a766da1321c4f397987184502d9a7b567b65b755
4
+ data.tar.gz: 59e90d091887b3a82aad4b2e8abfe27da4a7706f7e93e139172c01acb20b1487
5
5
  SHA512:
6
- metadata.gz: 2229e37fff50e3a1fa7873f69f5495aa63d414757fa0a543fa66dfe6c60af5d06885d6ca738d650250b6a13f03d7ed7d50f2ab576826842c018b255e1e082615
7
- data.tar.gz: fbac872f20efba9f65cabd1790cdb948ffc017e763e3073014dd65765e924b719117c883055da3dc96bcb1cbcf84810458051066ab7e155e6badd97ccc62bb4e
6
+ metadata.gz: 9feee817631d88fde1b1a2525a99ef6aca90e88fd7373c71a2f7abcf3572db248fc2eaf0cd0eb6a7896d36a5d5171e635c214640c9c464c7c63ebb20ebdd682c
7
+ data.tar.gz: 7acd185539b4db1ad5ad9f4740ea4dbfcd23c820540c56deab38517c61c69f3765de0f0498f2d65b44c3f42888bf10f1516713470fda2b0dba4379396ba1c64a
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 [v0.13.1](https://github.com/thisismydesign/autowow/releases/tag/v0.13.1). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).*
6
+ *You are viewing the README of version [v0.13.2](https://github.com/thisismydesign/autowow/releases/tag/v0.13.2). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).*
7
7
  <!--- Version informartion end -->
8
8
 
9
9
  | Branch | Status |
@@ -30,12 +30,8 @@ module Autowow
30
30
  pretty.run("git commit -m \"Bumps version to v#{version}\"")
31
31
  end
32
32
 
33
- sleep 1
34
-
35
33
  pretty.run(push)
36
34
 
37
- sleep 1
38
-
39
35
  Vcs.on_branch("release") do
40
36
  pretty.run(pull)
41
37
  pretty.run(rebase(start_branch))
@@ -108,7 +104,7 @@ module Autowow
108
104
  end
109
105
 
110
106
  def change_readme_version_information_to_development(version)
111
- readme = File.new("README.md")
107
+ readme = "README.md"
112
108
  return false unless File.file?(readme)
113
109
  text = File.read(readme)
114
110
  return false unless contains_version_information?(text)
@@ -1,3 +1,3 @@
1
1
  module Autowow
2
- VERSION = "0.13.1"
2
+ VERSION = "0.13.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.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - thisismydesign