zotplus-rakehelper 0.0.106 → 0.0.107
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/lib/zotplus-rakehelper/version.rb +1 -1
- data/lib/zotplus-rakehelper.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b97244c5c8cc54a78cff057c82982e5948543f84
|
|
4
|
+
data.tar.gz: dc312073c839d7184fac6e1730fcfb7cdde5f50f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8435cc74e30ae9418dc3be23543498d623fcc374303c925ec1164b0bceac4d2997dcbbe3fd2960f04f65ec898fae1f9c2f2388d51a846fd01c8c341f519a556
|
|
7
|
+
data.tar.gz: 9c2d1beefc25956bbc3470428e65abe6c502ead390ccfb097a60824f4081eae3455f0983a4eb777b43c48017cdff808439368da68711f2db21368f604fbfb97b
|
data/lib/zotplus-rakehelper.rb
CHANGED
|
@@ -101,13 +101,13 @@ task :deploy => [XPI, GR] do
|
|
|
101
101
|
if checkin == release
|
|
102
102
|
STDERR.puts "Deploying #{RELEASE} (#{sha1})"
|
|
103
103
|
|
|
104
|
+
sh "#{GR} release --user ZotPlus --repo zotero-#{EXTENSION} --tag #{RELEASE} --name 'v#{RELEASE}'"
|
|
105
|
+
sh "#{GR} upload --user ZotPlus --repo zotero-#{EXTENSION} --tag #{RELEASE} --name '#{XPI}' --file '#{XPI}'"
|
|
106
|
+
|
|
104
107
|
open("www/_includes/#{EXTENSION}-version.html", 'w'){|f| f.write(RELEASE) }
|
|
105
108
|
Dir.chdir('www'){
|
|
106
109
|
sh "rake publish"
|
|
107
110
|
}
|
|
108
|
-
|
|
109
|
-
sh "#{GR} release --user ZotPlus --repo zotero-#{EXTENSION} --tag #{RELEASE} --name 'v#{RELEASE}'"
|
|
110
|
-
sh "#{GR} upload --user ZotPlus --repo zotero-#{EXTENSION} --tag #{RELEASE} --name '#{XPI}' --file '#{XPI}'"
|
|
111
111
|
else
|
|
112
112
|
STDERR.puts "Not a tagged release"
|
|
113
113
|
end
|
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.
|
|
4
|
+
version: 0.0.107
|
|
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-07-
|
|
11
|
+
date: 2015-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|