zotplus-rakehelper 0.0.105 → 0.0.106

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: 0bfa8a21c983660dc0d9a8bae3643c0e1d51ef73
4
- data.tar.gz: 165f29924693734e495f6e43c90b5f9e60747f90
3
+ metadata.gz: a6f85fbe8b20d4d26a596c0379372b29c4a41fa7
4
+ data.tar.gz: 762e27a4cf9496aee56acceccda71475080b383f
5
5
  SHA512:
6
- metadata.gz: f2ecd10909c9322fc5bb8cd60e212b9dc082910f1c8c9f6dfbfc8ef42058b191906614ee4df1a19dd9b57b2954dbddd452b6cd7b14b434c11be14143f17f60d7
7
- data.tar.gz: c7a1715656729261f4af6df215dd6b96249345e0b19c9efd1e16546f769c6ca52574f3cbb6c446a7919785caff9888a6644ea81871afe883841a7feeb87c9087
6
+ metadata.gz: 85b6f70b311c5ef424929d64fb266d4daa4075bf45b35b7285f6c800aa01f763ca94070f430467d23ce048dd5f78db777fdd347848e959231e3052a139e57be6
7
+ data.tar.gz: c7a01242ad8a5cc0158b3743083d523010fa66e7fc2fe1250d06170ccf566700c35baa90a4b2581bd2735ca5046b55dad9d1f83112b3caf9622bece23713975e
@@ -1,5 +1,5 @@
1
1
  module ZotPlus
2
2
  class RakeHelper
3
- VERSION = "0.0.105"
3
+ VERSION = "0.0.106"
4
4
  end
5
5
  end
@@ -119,7 +119,7 @@ task :plugins do |t, args|
119
119
  else
120
120
  plugins = []
121
121
  end
122
- plugins = plugins['verify'] if plugins.is_a?(Hash)
122
+ plugins = plugins['verify'] || [] if plugins.is_a?(Hash)
123
123
  plugins << 'https://zotplus.github.io/debug-bridge/update.rdf'
124
124
 
125
125
  if ENV['ZOTEROMASTER'] == 'true'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zotplus-rakehelper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.105
4
+ version: 0.0.106
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Heyns