autowow 0.17.0 → 0.17.1

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: '028d7ff1b4fcdd890978484a8d044c0539c62dcce0e7275b93dddeb350044526'
4
- data.tar.gz: e06ce04ea284ddec49a5254d029e8ee48491d7e0defca0e298b413e8dc4cb14e
3
+ metadata.gz: 98afb306b2b49562b1d316484e9b742c87b5511d8b8ef56c8eea25fc6e826741
4
+ data.tar.gz: da87d23404b39c50fb1e19c5778cdc43dab3cde28749134ff083c4749a626975
5
5
  SHA512:
6
- metadata.gz: 77a73ffb4cacafec215d7bf1001f5d4cda94dbe2a72820e9b508c8ad7f43573cf08e40d4f674dbedccaf025db1620ee523ef8503a2dfdaf115232f954c9d1394
7
- data.tar.gz: c760df4e2434e13b6d4cf45ca469f4600f6940215d5fdb14aac72370334e32a1624ad2e20db859653b4ca12b811662f44821df1f252e2c7d84ad2e97680d5b16
6
+ metadata.gz: c0f4f00dea14e05d32acf29b73b241e0c0ea1bd3095837c4648769f6e7ab591d8733e30e1ed30f36f5b6e737e4b599cfcff1e066b2e61cf5cc67e103973a9202
7
+ data.tar.gz: 73efa67e4d15a09aa08e5d40c712156a27f1633e4707fb636955b6f3c7a7d8965f3d6b3c018455491ee724f55909058cc5f6a224b2517d219f3874bb84d79e38
data/README.md CHANGED
@@ -9,7 +9,7 @@ Status and support
9
9
  - ✔ ongoing development
10
10
 
11
11
  <!--- Version informartion -->
12
- *You are viewing the README of version [v0.17.0](https://github.com/thisismydesign/autowow/releases/tag/v0.17.0). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).*
12
+ *You are viewing the README of version [v0.17.1](https://github.com/thisismydesign/autowow/releases/tag/v0.17.1). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).*
13
13
  <!--- Version informartion end -->
14
14
 
15
15
  | Branch | Status |
@@ -78,7 +78,7 @@ module Autowow
78
78
  end
79
79
 
80
80
  def branch
81
- cmd + ["branch"]
81
+ cmd + terminal_options + ["branch"]
82
82
  end
83
83
 
84
84
  def add_remote(name, url)
@@ -1,3 +1,3 @@
1
1
  module Autowow
2
- VERSION = "0.17.0"
2
+ VERSION = "0.17.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autowow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thisismydesign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-21 00:00:00.000000000 Z
11
+ date: 2019-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: easy_logging
@@ -312,7 +312,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
312
312
  - !ruby/object:Gem::Version
313
313
  version: '0'
314
314
  requirements: []
315
- rubygems_version: 3.0.3
315
+ rubyforge_project:
316
+ rubygems_version: 2.7.7
316
317
  signing_key:
317
318
  specification_version: 4
318
319
  summary: Set of commands to AUTOmate Way Of Working