zotplus-rakehelper 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/zotplus-rakehelper.rb +1 -1
- data/lib/zotplus-rakehelper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62230c326c6978722ce016297eb576f6334a744a
|
4
|
+
data.tar.gz: 37ac9fbea05be00001ef087edeaf572eda218142
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9d4327420d8f87cf20f5578d22883d9929f704cfcb91173c4a1e3315f62748d514a530b13529249dfc9d57226332f5eba7739e04b3dcd5a3bc7c4e4616a724d
|
7
|
+
data.tar.gz: 6ad2dbed32850494bd9a9ad7ab6c83a62807b44692057e3af43f2bb1159bb7a085292d4488f497095815c30e0ac150a5a15fd30ebda3771e3807c49fc7036fa6
|
data/Gemfile.lock
CHANGED
data/lib/zotplus-rakehelper.rb
CHANGED
@@ -52,7 +52,7 @@ task :debugbridge do
|
|
52
52
|
ZotPlus::RakeHelper.download(update, "tmp/#{update.sub(/.*\//, '')}") unless File.file?("tmp/#{update.sub(/.*\//, '')}")
|
53
53
|
end
|
54
54
|
|
55
|
-
task XPI => SOURCES + ['install
|
55
|
+
task XPI => SOURCES + ['install.rdf'] do
|
56
56
|
Dir["*.xpi"].each{|f| File.unlink(f) }
|
57
57
|
|
58
58
|
Zip::File.open(XPI, 'w') do |zipfile|
|