six-updater 0.14.6 → 0.14.7
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/Rakefile +1 -1
- data/lib/six/updater.rb +1 -1
- data/lib/six/updater/mod.rb +3 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
data/lib/six/updater/mod.rb
CHANGED
@@ -313,7 +313,9 @@ module Six
|
|
313
313
|
file[/(.*)_(.*)/]
|
314
314
|
prefix, suffix = $1, $2
|
315
315
|
if suffix && prefix
|
316
|
-
|
316
|
+
if suffix[/([0-9]*)/]
|
317
|
+
Dir[File.join(k_path, "#{prefix}_#{suffix.sub($1, "")}*.bikey")].each { |delkey| FileUtils.rm_f(delkey) }
|
318
|
+
end
|
317
319
|
end
|
318
320
|
FileUtils.cp(key, k_path)
|
319
321
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: six-updater
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.
|
4
|
+
version: 0.14.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sickboy
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-15 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|