Skip to content

Commit

Permalink
release: zotero-better-bibtex.xpi 1.6.39
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Mar 29, 2016
1 parent 8ae1e7e commit 55e1d56
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 683 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ gem 'git'
gem 'recursive-open-struct'
gem 'net-sftp'
gem 'github_api'
gem 'rake-xpi'
14 changes: 13 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ GEM
yajl-ruby (~> 1.2.0)
rack (1.6.4)
rake (11.1.2)
rake-xpi (0.0.6)
aws-sdk
github_api
jwt
multipart-post
nokogiri
rake
recursive-open-struct
rest-client
rubyzip (>= 1.0.0)
zip-zip
rchardet (1.6.1)
recursive-open-struct (1.0.1)
rest-client (1.8.0)
Expand Down Expand Up @@ -190,6 +201,7 @@ DEPENDENCIES
nokogiri
os
rake
rake-xpi
rchardet
recursive-open-struct
rest-client
Expand All @@ -204,4 +216,4 @@ DEPENDENCIES
zotplus-rakehelper

BUNDLED WITH
1.10.6
1.11.2
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ require 'facets'
require 'rest-client'
require 'front_matter_parser'
require_relative 'lib/unicode_table'
require_relative 'lib/rake/xpi'
require_relative 'lib/rake/xpi/github'
require 'rake/xpi'
require 'rake/xpi/github'

#require 'github_changelog_generator'

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>1.6.38</em:version>
<em:version>1.6.39</em:version>
<em:description>Make Zotero useful for us LaTeX holdouts.</em:description>
<em:homepageURL>https://zotplus.github.io/better-bibtex/</em:homepageURL>
<em:creator>Emiliano Heyns</em:creator>
Expand Down
Loading

0 comments on commit 55e1d56

Please sign in to comment.