zotplus-rakehelper 0.0.19 → 0.0.20

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: 16ee29247bf70af8b543a1d6182a2d9b8f52a2b7
4
- data.tar.gz: b775d2876b3f9fe7c27b4a263766501baee93a6f
3
+ metadata.gz: cd52cab755d59a43b6d31919d6b6038ce0835a7b
4
+ data.tar.gz: eaff50ffae0a3d17b7726c36a60fbdfc6fba47d6
5
5
  SHA512:
6
- metadata.gz: bc61e44a411575945f32d1c9e1dcd74344cf59073ecd3a622bcd818a8d6ab5c35823294099c02c6a6be0639aea4325b433f6c66290fbed6f21fcad9cf3a37947
7
- data.tar.gz: 8b20d22b06d5317b5bcb310316816984ddd989b6fea088e63c1a345ffb1838b358f4426e13c793673b38902a49e8b9952135ba8e38207fdc5b69c83e9b0fef1e
6
+ metadata.gz: 4e3faea1ca53864eb3eb837ed3ff9f817fa1f54312eaa07f02ff9bb71a033ffee5644770f42789aff7ca76b3358d997beaac80d79b24102124e6b62b76d2cc28
7
+ data.tar.gz: 6a9dbe23e4ce4593c989b0c514bd80779c3b79a5513d53388228eb672a0d240bb4fc2449a4ac818a1151d4fbaa68c246ecef5dd3ab0a6ccbe7cd115bec96dcdc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zotplus-rakehelper (0.0.19)
4
+ zotplus-rakehelper (0.0.20)
5
5
  nokogiri
6
6
  rake
7
7
  rubyzip (>= 1.0.0)
@@ -1,5 +1,5 @@
1
1
  module ZotPlus
2
2
  class RakeHelper
3
- VERSION = "0.0.19"
3
+ VERSION = "0.0.20"
4
4
  end
5
5
  end
@@ -45,7 +45,7 @@ task 'update.rdf' => 'install.rdf' do
45
45
  File.open(t.name) {|f| rdf.write_xml_to f}
46
46
  end
47
47
 
48
- task :debugbridge
48
+ task :debugbridge do
49
49
  update = Nokogiri::XML(geturl('http://zotplus.github.io/debug-bridge/update.rdf')).at('//em:updateLink').inner_text
50
50
  debug_bridge = Dir['tmp/zotero-debug-bridge-*.xpi']
51
51
  debug_bridge.each{|f| File.unlink(f)} if debug_bridge.size != 1 || update.sub(/.*\//, '') != File.basename(debug_bridge[0])
@@ -96,7 +96,7 @@ task :bump, :what do |t, args|
96
96
  Dir['*.xpi'].each{|f| FileUtils.cp(f, "www/#{EXTENSION}/#{f}") }
97
97
  end
98
98
 
99
- task :publish => XPI
99
+ task :publish => XPI do
100
100
  system "git commit -am #{RELEASE}"
101
101
  system "git tag #{RELEASE}"
102
102
  system "git push"
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.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Heyns