zotplus-rakehelper 0.0.98 → 0.0.99

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: 8af5f68c8121807d2e6157ed20fcb230cd2dc9a1
4
- data.tar.gz: 342e3c79453604cc0708a1628dc242e4cc08d67a
3
+ metadata.gz: 21ddd7d310edc9b47100ca1458a6162e6bd85e8b
4
+ data.tar.gz: fb9cb8bc172ae49a1da5dff5aec7cda0f8ebb12e
5
5
  SHA512:
6
- metadata.gz: a4c42237ef9ca34a3a91a8f94c3efae2747064036662c43f434ea04b0400244f9341cb84a952f7f5f9bfc04e25e7b94b1f8d543106a49bea66ef9306783eda5f
7
- data.tar.gz: 91e6ccaca328ec25ce3968d9bd9a752f5d0444085751e7fed1cae014bdc54bd45505704009442b6901d372d8736cdffc846f2014ab76273de4b2e0132627e0e1
6
+ metadata.gz: a93c49b1586cd8c54a31860321f539b74696ea6fc811e33a82fa1244d1162909100ca016533f45bc5dda88c43031efbba3d90a7ff4b6db16576293ed11d29579
7
+ data.tar.gz: 307d2647c3d1296e9756482aac4f6ef91deff2a39e689b696b26a3f24c198f4569af3a528b06c429f81be4e90fccb8ac518acd3f05dc4ebe468bea45e0da9c81
@@ -1,5 +1,5 @@
1
1
  module ZotPlus
2
2
  class RakeHelper
3
- VERSION = "0.0.98"
3
+ VERSION = "0.0.99"
4
4
  end
5
5
  end
@@ -113,7 +113,7 @@ task :deploy => [XPI, GR] do
113
113
  end
114
114
  end
115
115
 
116
- task :plugins, :zotero do |t, args|
116
+ task :plugins do |t, args|
117
117
  if File.file?('features/plugins.yml')
118
118
  plugins = YAML.load_file('features/plugins.yml')
119
119
  else
@@ -121,7 +121,7 @@ task :plugins, :zotero do |t, args|
121
121
  end
122
122
  plugins << 'https://zotplus.github.io/debug-bridge/update.rdf'
123
123
 
124
- if args[:zotero] == 'master'
124
+ if ENV['ZOTEROMASTER'] == 'true'
125
125
  plugins << 'https://github.com/zotero/zotero/zipball/master'
126
126
  else
127
127
  plugins << 'https://www.zotero.org/download/update.rdf'
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.98
4
+ version: 0.0.99
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Heyns