vop 0.3.0 → 0.3.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/lib/vop/version.rb +1 -1
- data/vop.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 210d42c576321fd27102c17b4a8f43e1cc76497d
|
4
|
+
data.tar.gz: f40f69a7cb5de67a7cfc0587469f58dda3fe43df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6924c43e9ea5ab100f6285c71cb960d6c98da41b826668feee5462ef7dd230b1a78ce3ae488a295f72a63ebaa393d25a7af1fe36bcf216b77f77739e4fcc25c3
|
7
|
+
data.tar.gz: 3867865eb15607c54d2291f833a0acd363a256ed52f79bfd24ed4e0ec68e9bcf44f73e1b222bae53ef4a62af38c4870b237b0622a7a00bb9f28bfe16e0891e14
|
data/lib/vop/version.rb
CHANGED
data/vop.gemspec
CHANGED
@@ -10,9 +10,9 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["philipp@virtualop.org"]
|
11
11
|
|
12
12
|
spec.summary = %q{The virtualop is a tool for automating things.}
|
13
|
-
spec.description = %q{Automated
|
13
|
+
spec.description = %q{Automated processes fail more consistently, that's why I wrote a tool to make scripts that will do things that we won't have to do ourselves then. (see xkcd #1629)}
|
14
14
|
spec.homepage = "http://www.virtualop.org"
|
15
|
-
|
15
|
+
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
17
17
|
spec.bindir = "exe"
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philipp T.
|
@@ -136,8 +136,9 @@ dependencies:
|
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
|
-
description: Automated
|
140
|
-
to
|
139
|
+
description: 'Automated processes fail more consistently, that''s why I wrote a tool
|
140
|
+
to make scripts that will do things that we won''t have to do ourselves then. (see
|
141
|
+
xkcd #1629)'
|
141
142
|
email:
|
142
143
|
- philipp@virtualop.org
|
143
144
|
executables:
|