autowow 0.17.0 → 0.17.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 +4 -4
- data/README.md +1 -1
- data/lib/autowow/commands/vcs.rb +1 -1
- data/lib/autowow/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98afb306b2b49562b1d316484e9b742c87b5511d8b8ef56c8eea25fc6e826741
|
|
4
|
+
data.tar.gz: da87d23404b39c50fb1e19c5778cdc43dab3cde28749134ff083c4749a626975
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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 |
|
data/lib/autowow/commands/vcs.rb
CHANGED
data/lib/autowow/version.rb
CHANGED
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.
|
|
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-
|
|
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
|
-
|
|
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
|