Skip to content

Commit

Permalink
release: zotero-better-bibtex-0.8.40.xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Apr 8, 2015
1 parent 9bfb962 commit 88b8f1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
bibtex-ruby (4.0.12)
latex-decode (~> 0.0)
builder (3.2.2)
childprocess (0.5.5)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.0)
cucumber (2.0.0)
Expand Down Expand Up @@ -84,9 +84,9 @@ GEM
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.2)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
rspec-expectations (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
Expand All @@ -101,7 +101,7 @@ GEM
websocket (~> 1.0)
slop (3.6.0)
thread_safe (0.3.5)
travis (1.7.5)
travis (1.7.6)
addressable (~> 2.3)
backports
faraday (~> 0.9)
Expand All @@ -118,7 +118,7 @@ GEM
websocket (1.2.1)
zip-zip (0.3)
rubyzip (>= 1.0.0)
zotplus-rakehelper (0.0.74)
zotplus-rakehelper (0.0.75)
nokogiri
rake
rickshaw
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,11 @@ task :deploy => ['README.md', XPI, GR, UPDATE_RDF] do
puts "#{RELEASE}: tagged=#{tagged}, current=#{current}"
if tagged == current
puts "Deploying #{RELEASE} (#{ENV['CIRCLE_SHA1']})"
sh "git add README.md; git commit -m 'README for #{RELEASE}'; git push"
sh "#{GR} release --user ZotPlus --repo zotero-better-bibtex --tag #{RELEASE} --name 'v#{RELEASE}'"
sh "#{GR} upload --user ZotPlus --repo zotero-better-bibtex --tag #{RELEASE} --name '#{XPI}' --file '#{XPI}'"
open("www/_includes/#{EXTENSION}-version.html", 'w'){|f| f.write(RELEASE) }
system "cd www; rake publish"
sh "git add README.md; git commit -m 'README for #{RELEASE}'; git push"
else
puts "Not a tagged release"
end
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Zotero Better Bib(La)Tex</em:name>
<em:version>0.8.39</em:version>
<em:version>0.8.40</em:version>
<em:description>Make Zotero useful for us LaTeX holdouts. More info @ https://github.com/ZotPlus/zotero-better-bibtex</em:description>
<em:creator>Emiliano Heyns</em:creator>
<em:iconURL>chrome://zotero-better-bibtex/skin/better-bibtex.svg</em:iconURL>
Expand Down

0 comments on commit 88b8f1b

Please sign in to comment.