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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/vop/version.rb +1 -1
  3. data/vop.gemspec +2 -2
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5225000e9764e0e3a47151ecfbbd7cd02d58e58
4
- data.tar.gz: 26bd6366f5abff2a055feb239d6f85e4aa1ddefd
3
+ metadata.gz: 210d42c576321fd27102c17b4a8f43e1cc76497d
4
+ data.tar.gz: f40f69a7cb5de67a7cfc0587469f58dda3fe43df
5
5
  SHA512:
6
- metadata.gz: 40e2acbd8735da52baafb4c01a6df32b514573d8c8cb4490401132c199554a370c687e69a041f167363b25f7865f44e9f4e58bc2d1717243a8d0d3153165d60e
7
- data.tar.gz: dfde831a155f30531cec4396eff46870ba9ba22fc622c3f9a9087732276187993c99a1dea045c3b0a42d0d15a1435ad5dff0dcbc0f1812ecb034e48beeb8066d
6
+ metadata.gz: 6924c43e9ea5ab100f6285c71cb960d6c98da41b826668feee5462ef7dd230b1a78ce3ae488a295f72a63ebaa393d25a7af1fe36bcf216b77f77739e4fcc25c3
7
+ data.tar.gz: 3867865eb15607c54d2291f833a0acd363a256ed52f79bfd24ed4e0ec68e9bcf44f73e1b222bae53ef4a62af38c4870b237b0622a7a00bb9f28bfe16e0891e14
data/lib/vop/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vop
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
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 things fail less frequently, that's why it's good to be able to easily write scripts.}
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.0
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 things fail less frequently, that's why it's good to be able
140
- to easily write scripts.
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: