zotplus-rakehelper 0.0.16 → 0.0.17
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/zotplus-rakehelper.rb +2 -2
- data/lib/zotplus-rakehelper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c2d6bf82e6aceb24a74078d332ef7d909b461a0
|
|
4
|
+
data.tar.gz: b1ea6c229ec350d59c5f6cf999b84b2d0e65b1e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e978515308f9378298219c68cf34bd630e88a8c58b5402488705c90388200e54069b633e5831815b329d7f4de33af49a6aee0e19cdb8a7151158736319a068fa
|
|
7
|
+
data.tar.gz: 87f4283ce3e4dfe536d063012d47df290bb21f8cf61de528d4fae1213ac17a045bef4b9fa49f166779dfd7b9ef248bfa2b11bd37f7a489cbc82d9dd345bfac61
|
data/Gemfile.lock
CHANGED
data/lib/zotplus-rakehelper.rb
CHANGED
|
@@ -108,8 +108,8 @@ module ZotPlus
|
|
|
108
108
|
install_rdf.at('//em:updateURL').content = "https://zotplus.github.io/#{@extension}/update.rdf"
|
|
109
109
|
File.open('install.rdf','wb') {|f| install_rdf.write_xml_to f}
|
|
110
110
|
puts `git add install.rdf`
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
puts `/bin/sh -lc rake`
|
|
112
|
+
puts `/bin/sh -lc rake README.md #{update_rdf}`
|
|
113
113
|
puts "Release set to #{release}. Please publish."
|
|
114
114
|
|
|
115
115
|
FileUtils.cp('update.rdf', "www/#{@extension}/update.rdf")
|