soda 1.2.9 → 1.3.0
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/Soda.rb +1 -1
- data/lib/SodaFireFox.rb +2 -1
- data/lib/sodainfo.rb +1 -1
- metadata +5 -5
data/lib/Soda.rb
CHANGED
data/lib/SodaFireFox.rb
CHANGED
|
@@ -159,7 +159,8 @@ def SodaFireFox.KillProcessWindows()
|
|
|
159
159
|
begin
|
|
160
160
|
print "Killing Process ID: #{hash['pid']}, Name:"+
|
|
161
161
|
"#{hash['name']}\n"
|
|
162
|
-
|
|
162
|
+
cmd = "taskkill /F /T /PID #{hash['pid']}"
|
|
163
|
+
res = Kernel.system(cmd)
|
|
163
164
|
rescue Exception => e
|
|
164
165
|
print "(!)Exception : #{e.message}\n"
|
|
165
166
|
result = -1
|
data/lib/sodainfo.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 1.
|
|
8
|
+
- 3
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.3.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Trampus Richmond
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-03-
|
|
18
|
+
date: 2011-03-25 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|