kthxbye 1.2.0 → 1.2.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.
- data/lib/kthxbye/version.rb +1 -1
- metadata +5 -5
data/lib/kthxbye/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 1.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Luke van der Hoeven
|
|
@@ -15,13 +15,13 @@ bindir: bin
|
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
17
|
date: 2010-10-08 00:00:00 -04:00
|
|
18
|
-
default_executable:
|
|
18
|
+
default_executable: kthxbye-monitor
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
21
|
description: "Kthxbye is the answer to a fairly unique-yet-common problem: Background job processing when we care about the result."
|
|
22
22
|
email: hungerandthirst@gmail.com
|
|
23
|
-
executables:
|
|
24
|
-
|
|
23
|
+
executables:
|
|
24
|
+
- kthxbye-monitor
|
|
25
25
|
extensions: []
|
|
26
26
|
|
|
27
27
|
extra_rdoc_files:
|