zotplus-rakehelper 0.0.75 → 0.0.76

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f5992c4eb3c1cf8534eba120dfe06f2b0af69dc
4
- data.tar.gz: b9c83e3bc58ce631a7887b2503a096387272ab38
3
+ metadata.gz: bd80c1001015e9ebc3e65873aeccd15478418440
4
+ data.tar.gz: ad0c38937b659c55aa43aeb22846cc194ed6e2ef
5
5
  SHA512:
6
- metadata.gz: 6c829e015df0de74f28718545530f397c1fef0f15acb9ecf427e7535b077febdc704682657c2e8175fe50b7054ae008123e7a10cf7c808c6046d83bb8b80dc7b
7
- data.tar.gz: 71f192ea863be6137c770a85188c8ac60b94b899dc1de26d5ed7ca11a3ddead1b410257f3d0ee44bb4bbc2f40eff3d569c507a08630b1d29a4e2978cf5db19f5
6
+ metadata.gz: c9be3a0a66c6ba14955a4a2caf0138ba8fed97fd63196c195ab7b58a43dcc057a51e5ee5ad7149a2fe691200ea1daeb048397cdc6554a16e90de9cc26df847ba
7
+ data.tar.gz: 6a96fbf103c1699745f219fafbe0b63609047a42cd9b4117389d0afcd949e306faaa612ad41c5b3b9504e683d76d1fdd19c48b843576432c55271811ac2cc748
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- #ruby=2.1
1
+ #ruby=2.2
2
2
  #ruby-gemset=zotero
3
3
 
4
4
  source 'https://rubygems.org'
@@ -1,5 +1,5 @@
1
1
  module ZotPlus
2
2
  class RakeHelper
3
- VERSION = "0.0.75"
3
+ VERSION = "0.0.76"
4
4
  end
5
5
  end
@@ -31,17 +31,6 @@ end
31
31
  task :default => XPI do
32
32
  end
33
33
 
34
- UPDATE_RDF="www/#{EXTENSION}/update.rdf"
35
- task UPDATE_RDF => 'install.rdf' do |t|
36
- puts "Updating #{t.name}"
37
- rdf = Nokogiri::XML(File.open(t.name))
38
- rdf.at('//em:version').content = RELEASE
39
- rdf.at('//RDF:Description')['about'] = "urn:mozilla:extension:#{ID}"
40
- rdf.xpath('//em:updateLink').each{|link| link.content = "https://github.com/ZotPlus/zotero-#{EXTENSION}/releases/download/#{RELEASE}/#{XPI}" }
41
- rdf.xpath('//em:updateInfoURL').each{|link| link.content = "https://zotplus.github.io/#{EXTENSION}" }
42
- File.open(t.name, 'w') {|f| rdf.write_xml_to f}
43
- end
44
-
45
34
  task XPI => ZIPFILES do
46
35
  puts "Building #{XPI}"
47
36
  Dir["*.xpi"].each{|f| File.unlink(f) }
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.75
4
+ version: 0.0.76
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-04-08 00:00:00.000000000 Z
11
+ date: 2015-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.4.2
133
+ rubygems_version: 2.4.6
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: ZotPlus rake helper methods