Skip to content

Commit

Permalink
Add Gemfile to easy install needed gems via bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
pygospa committed Jun 12, 2015
1 parent 88febd0 commit 5bfae57
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ wiki/data/meta
tags

# bibtexnet
pubs.sqlite
pubs.sqlite

# Gems
vendor/
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
source 'https://rubygems.org'

gem 'rb-appscript'
gem 'bibtex-ruby'
gem 'citeproc-ruby'
gem 'namecase'
gem 'sanitize'
gem 'anystyle-parser'
gem 'listen', '1.3.1'
gem 'namecase'
gem 'sanitize'

56 changes: 56 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
GEM
remote: https://rubygems.org/
specs:
anystyle-parser (0.2.1)
bibtex-ruby (~> 2.0)
namae (~> 0.7.1)
wapiti (~> 0.0)
bibtex-ruby (2.3.4)
latex-decode (>= 0.0.6)
multi_json (~> 1.3)
citeproc-ruby (0.0.6)
logging (~> 1.5)
nokogiri (~> 1.5)
ffi (1.9.3)
hoe (3.7.3)
rake (>= 0.8, < 11.0)
latex-decode (0.1.1)
unicode (~> 0.4)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
little-plugger (1.1.3)
logging (1.8.1)
little-plugger (>= 1.1.3)
multi_json (>= 1.3.6)
mini_portile (0.5.2)
multi_json (1.8.2)
namae (0.7.1)
namecase (1.1.0)
hoe (>= 1.7.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
rake (10.1.0)
rb-appscript (0.6.1)
rb-fsevent (0.9.3)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
sanitize (2.0.6)
nokogiri (>= 1.4.4)
unicode (0.4.4)
wapiti (0.0.5)

PLATFORMS
ruby

DEPENDENCIES
anystyle-parser
bibtex-ruby
citeproc-ruby
listen (= 1.3.1)
namecase
rb-appscript
sanitize
Binary file removed vendor/cache/bibtex-ruby-1.3.12.gem
Binary file not shown.
Binary file removed vendor/cache/citeproc-ruby-0.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/latex-decode-0.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/little-plugger-1.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/logging-1.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-0.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode_utils-1.0.0.gem
Binary file not shown.

0 comments on commit 5bfae57

Please sign in to comment.