autowow 0.14.1 → 0.14.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 +4 -4
- data/.gitignore +0 -0
- data/.rspec +0 -0
- data/.rubocop.yml +0 -0
- data/.travis.yml +0 -0
- data/Gemfile +0 -0
- data/Guardfile +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +188 -188
- data/Rakefile +0 -0
- data/autowow.gemspec +0 -0
- data/bin/autowow +0 -0
- data/bin/aw +0 -0
- data/bin/console +0 -0
- data/bin/setup +0 -0
- data/lib/autowow.rb +0 -0
- data/lib/autowow/cli.rb +0 -0
- data/lib/autowow/commands/gem.rb +0 -0
- data/lib/autowow/commands/heroku.rb +0 -0
- data/lib/autowow/commands/os.rb +0 -0
- data/lib/autowow/commands/rbenv.rb +0 -0
- data/lib/autowow/commands/vcs.rb +0 -0
- data/lib/autowow/decorators/string_decorator.rb +0 -0
- data/lib/autowow/executor.rb +0 -0
- data/lib/autowow/features/fs.rb +0 -0
- data/lib/autowow/features/gem.rb +143 -143
- data/lib/autowow/features/heroku.rb +0 -0
- data/lib/autowow/features/os.rb +0 -0
- data/lib/autowow/features/rbenv.rb +0 -0
- data/lib/autowow/features/vcs.rb +282 -282
- data/lib/autowow/log_formatter.rb +0 -0
- data/lib/autowow/time_difference.rb +0 -0
- data/lib/autowow/version.rb +3 -3
- metadata +3 -3
File without changes
|
File without changes
|
data/lib/autowow/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
module Autowow
|
2
|
-
VERSION = "0.14.
|
3
|
-
end
|
1
|
+
module Autowow
|
2
|
+
VERSION = "0.14.2"
|
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.14.
|
4
|
+
version: 0.14.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- thisismydesign
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: easy_logging
|
@@ -309,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
309
309
|
version: '0'
|
310
310
|
requirements: []
|
311
311
|
rubyforge_project:
|
312
|
-
rubygems_version: 2.7.
|
312
|
+
rubygems_version: 2.7.7
|
313
313
|
signing_key:
|
314
314
|
specification_version: 4
|
315
315
|
summary: Set of commands to AUTOmate Way Of Working
|