zotplus-rakehelper 0.0.136 → 0.0.137
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/zotplus-rakehelper/version.rb +1 -1
- data/lib/zotplus-rakehelper.rb +0 -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: e0c1f9e0eb042ade2f65fbb3c4a6535bff71ab28
|
4
|
+
data.tar.gz: 8241020958dcfe88e8c5bc5804c5a3da86623411
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd2434c81b0b84b8fc70d631c5f2a6b7340c0821ebb81c06564d87a27773ad4a94670281c933ad084694a21af7ba106c05a2f96a3cde856744c192fbe9a22e76
|
7
|
+
data.tar.gz: 2ad2b66fc1c1b6cec4fff1eed99480b34c7e38ebf7f13a793d08386c5cc8a04e263631eb9aad14619fe5385dbbd4d82e4c49b102f112d82204c746745afa4af1
|
data/lib/zotplus-rakehelper.rb
CHANGED
@@ -179,7 +179,6 @@ task :deploy => XPI do
|
|
179
179
|
if checkin == release
|
180
180
|
STDERR.puts "Deploying #{RELEASE} (#{sha1})"
|
181
181
|
|
182
|
-
raise "GITHUB_TOKEN not set" unless GITHUB_TOKEN
|
183
182
|
github = Github.new({oauth_token: ENV['GITHUB_TOKEN']})
|
184
183
|
|
185
184
|
# create release and upload assets
|