paul_dix_thundergod 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
data/lib/paul_dix_thundergod.rb
CHANGED
@@ -4,7 +4,7 @@ module PaulDixThundergod
|
|
4
4
|
def self.play
|
5
5
|
COMMANDS_TO_TRY.each do |command|
|
6
6
|
if system("which #{command}")
|
7
|
-
`#{command} #{File.dirname(__FILE__)}/paul_dix_thundergod/support/deploy_sound.
|
7
|
+
`#{command} #{File.dirname(__FILE__)}/paul_dix_thundergod/support/deploy_sound.mp3 &`
|
8
8
|
break
|
9
9
|
end
|
10
10
|
end
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paul_dix_thundergod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 15
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 8
|
10
|
+
version: 0.0.8
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Trotter Cashion
|
@@ -12,7 +18,7 @@ autorequire:
|
|
12
18
|
bindir: bin
|
13
19
|
cert_chain: []
|
14
20
|
|
15
|
-
date: 2010-12-
|
21
|
+
date: 2010-12-10 00:00:00 -05:00
|
16
22
|
default_executable:
|
17
23
|
dependencies: []
|
18
24
|
|
@@ -27,7 +33,7 @@ extra_rdoc_files: []
|
|
27
33
|
|
28
34
|
files:
|
29
35
|
- bin/paul_dix_thundergod
|
30
|
-
- lib/paul_dix_thundergod/support/deploy_sound.
|
36
|
+
- lib/paul_dix_thundergod/support/deploy_sound.mp3
|
31
37
|
- lib/paul_dix_thundergod/support/thundergod.png
|
32
38
|
- lib/paul_dix_thundergod.rb
|
33
39
|
has_rdoc: true
|
@@ -40,21 +46,27 @@ rdoc_options: []
|
|
40
46
|
require_paths:
|
41
47
|
- lib
|
42
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
43
50
|
requirements:
|
44
51
|
- - ">="
|
45
52
|
- !ruby/object:Gem::Version
|
53
|
+
hash: 3
|
54
|
+
segments:
|
55
|
+
- 0
|
46
56
|
version: "0"
|
47
|
-
version:
|
48
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
49
59
|
requirements:
|
50
60
|
- - ">="
|
51
61
|
- !ruby/object:Gem::Version
|
62
|
+
hash: 3
|
63
|
+
segments:
|
64
|
+
- 0
|
52
65
|
version: "0"
|
53
|
-
version:
|
54
66
|
requirements: []
|
55
67
|
|
56
68
|
rubyforge_project: nowarning
|
57
|
-
rubygems_version: 1.3.
|
69
|
+
rubygems_version: 1.3.7
|
58
70
|
signing_key:
|
59
71
|
specification_version: 3
|
60
72
|
summary: Deploy with masculine confidence
|
Binary file
|