zotplus-rakehelper 0.0.124 → 0.0.125

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d65723fdad623dcc72a182046ab47b1cde399b77
4
- data.tar.gz: e74aedf3e9a833228a589b785d2154b897db0ca2
3
+ metadata.gz: 60d879e34d26cfa82e1069174b1d4bf4e7fd3f6c
4
+ data.tar.gz: cba5769a6dd4fb027d0c5c20faa61395552aaf59
5
5
  SHA512:
6
- metadata.gz: c08a5f0c0c76da9294c3c154968e4be64dfff91f4c76ba3ea7ba5fefffd463e6491ae2dd036309cea89c53015c78200611e8044a7269b44765b4bcbe8de51db3
7
- data.tar.gz: 9bee6a72702681da62c84cee211c7ea98820af6126f4aee74f47054c0c77505fd79556b19e272b2f7b8d2a7764f25bb42decec09b6dfa9ca555ecedbeeb21a60
6
+ metadata.gz: 4ab0e87c3ab9768df5f6739ad5ee0656dbcb886df03bee4017bf85f608aa9d814bdab68b3478ed34cb2ac3130418271bcacc0907a322e0dc76aa7eb639eb0c86
7
+ data.tar.gz: 8dffb1360a3d9a09321a4e6b5df33bbd3b2f3776c200cfd104f7d7320f4e112b4a6bcb3571a8fd1c53cbd7b8d175a8ad1599a2dcc2ec1703d6c9e658b4370e4b
@@ -1,5 +1,5 @@
1
1
  module ZotPlus
2
2
  class RakeHelper
3
- VERSION = "0.0.124"
3
+ VERSION = "0.0.125"
4
4
  end
5
5
  end
@@ -139,7 +139,7 @@ file SIGNED => XPI do
139
139
  begin
140
140
  puts "Submit #{XPI} to #{url} for signing"
141
141
  RestClient.put(url, {upload: File.new(XPI)}, { 'Authorization' => "JWT #{token.call}", 'Content-Type' => 'multipart/form-data' })
142
- rescue => RestClient::Conflict
142
+ rescue RestClient::Conflict
143
143
  puts "#{XPI} already signed"
144
144
  end
145
145
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zotplus-rakehelper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.124
4
+ version: 0.0.125
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Heyns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-04 00:00:00.000000000 Z
11
+ date: 2015-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler