Skip to content

Commit

Permalink
Merge e365ae1 into c860a32
Browse files Browse the repository at this point in the history
  • Loading branch information
mapreal19 committed Jun 16, 2019
2 parents c860a32 + e365ae1 commit 06f8fc4
Show file tree
Hide file tree
Showing 7 changed files with 341 additions and 30 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ doc/**/*
.bundle
lib/bibtex/parser.output
lib/bibtex/name_parser.output
Gemfile.lock
coverage
.byebug_history

Expand Down
7 changes: 0 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/DuplicatedGem:
Exclude:
- 'Gemfile'

# Offense count: 8
Lint/AmbiguousBlockAssociation:
Exclude:
Expand Down
14 changes: 3 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,13 @@ gemspec

gem 'json', '~>1.8', platforms: %i[mri_18 jruby rbx]

if RUBY_VERSION >= '2.0'
gem 'rdf', '~>2.0.0'
gem 'rdf-vocab', '~>2.0.0'
else
gem 'rdf', '~>1.1'
end
gem 'rdf', '~>2.0.0'
gem 'rdf-vocab', '~>2.0.0'

gem 'rubysl', '~>2.0', platforms: :rbx

group :debug do
if RUBY_VERSION >= '2.0'
gem 'byebug', require: false, platforms: :mri
else
gem 'debugger', require: false, platforms: :mri
end
gem 'byebug', require: false, platforms: :mri

gem 'ruby-debug', require: false, platforms: :jruby

Expand Down
331 changes: 331 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,331 @@
PATH
remote: .
specs:
bibtex-ruby (5.0.0)
latex-decode (~> 0.0)

GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.0)
builder (3.2.3)
byebug (11.0.1)
concurrent-ruby (1.1.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
cucumber (1.3.20)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
diff-lcs (1.3)
docile (1.3.2)
ffi2-generators (0.1.1)
gherkin (2.12.2)
multi_json (~> 1.3)
gnuplot (2.6.2)
guard-compat (1.2.1)
guard-cucumber (1.5.4)
cucumber (>= 1.3.0)
guard-compat (~> 1.0)
nenv (~> 0.1)
guard-minitest (2.4.6)
guard-compat (~> 1.2)
minitest (>= 3.0)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
iconv (1.0.8)
jaro_winkler (1.5.2)
json (1.8.6)
latex-decode (0.3.1)
link_header (0.0.8)
minitest (4.7.5)
minitest-ansi (0.1.3)
ansi (~> 1.3)
minitest (>= 2.5, < 5.0)
multi_json (1.13.1)
multi_test (0.1.2)
nenv (0.3.0)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
racc (1.4.15)
rainbow (3.0.0)
rake (12.3.2)
rb-fsevent (0.10.3)
rdf (2.0.2)
hamster (~> 3.0)
link_header (~> 0.0, >= 0.0.8)
rdf-vocab (2.0.2)
rdf (~> 2.0)
redcarpet (3.4.0)
rubinius-compiler (3.36)
rubinius-coverage (2.1)
rubinius-debugger (2.6)
rubocop (0.71.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-prof (0.18.0)
ruby-progressbar (1.10.1)
rubysl (2.2.0)
rubysl-abbrev (~> 2.0)
rubysl-base64 (~> 2.0)
rubysl-benchmark (~> 2.0)
rubysl-bigdecimal (~> 2.0)
rubysl-cgi (~> 2.0)
rubysl-cgi-session (~> 2.0)
rubysl-cmath (~> 2.0)
rubysl-complex (~> 2.0)
rubysl-continuation (~> 2.0)
rubysl-coverage (~> 2.0)
rubysl-csv (~> 2.0)
rubysl-curses (~> 2.0)
rubysl-date (~> 2.0)
rubysl-delegate (~> 2.0)
rubysl-digest (~> 2.0)
rubysl-drb (~> 2.0)
rubysl-e2mmap (~> 2.0)
rubysl-english (~> 2.0)
rubysl-enumerator (~> 2.0)
rubysl-erb (~> 2.0)
rubysl-etc (~> 2.0)
rubysl-expect (~> 2.0)
rubysl-fcntl (~> 2.0)
rubysl-fiber (~> 2.0)
rubysl-fileutils (~> 2.0)
rubysl-find (~> 2.0)
rubysl-forwardable (~> 2.0)
rubysl-getoptlong (~> 2.0)
rubysl-gserver (~> 2.0)
rubysl-io-console (~> 2.0)
rubysl-io-nonblock (~> 2.0)
rubysl-io-wait (~> 2.0)
rubysl-ipaddr (~> 2.0)
rubysl-irb (~> 2.1)
rubysl-logger (~> 2.0)
rubysl-mathn (~> 2.0)
rubysl-matrix (~> 2.0)
rubysl-mkmf (~> 2.0)
rubysl-monitor (~> 2.0)
rubysl-mutex_m (~> 2.0)
rubysl-net-ftp (~> 2.0)
rubysl-net-http (~> 2.0)
rubysl-net-imap (~> 2.0)
rubysl-net-pop (~> 2.0)
rubysl-net-protocol (~> 2.0)
rubysl-net-smtp (~> 2.0)
rubysl-net-telnet (~> 2.0)
rubysl-nkf (~> 2.0)
rubysl-observer (~> 2.0)
rubysl-open-uri (~> 2.0)
rubysl-open3 (~> 2.0)
rubysl-openssl (~> 2.0)
rubysl-optparse (~> 2.0)
rubysl-ostruct (~> 2.0)
rubysl-pathname (~> 2.0)
rubysl-prettyprint (~> 2.0)
rubysl-prime (~> 2.0)
rubysl-profile (~> 2.0)
rubysl-profiler (~> 2.0)
rubysl-pstore (~> 2.0)
rubysl-pty (~> 2.0)
rubysl-rational (~> 2.0)
rubysl-resolv (~> 2.0)
rubysl-rexml (~> 2.0)
rubysl-rinda (~> 2.0)
rubysl-rss (~> 2.0)
rubysl-scanf (~> 2.0)
rubysl-securerandom (~> 2.0)
rubysl-set (~> 2.0)
rubysl-shellwords (~> 2.0)
rubysl-singleton (~> 2.0)
rubysl-socket (~> 2.0)
rubysl-stringio (~> 2.0)
rubysl-strscan (~> 2.0)
rubysl-sync (~> 2.0)
rubysl-syslog (~> 2.0)
rubysl-tempfile (~> 2.0)
rubysl-thread (~> 2.0)
rubysl-thwait (~> 2.0)
rubysl-time (~> 2.0)
rubysl-timeout (~> 2.0)
rubysl-tmpdir (~> 2.0)
rubysl-tsort (~> 2.0)
rubysl-un (~> 2.0)
rubysl-unicode_normalize (~> 2.0)
rubysl-uri (~> 2.0)
rubysl-weakref (~> 2.0)
rubysl-webrick (~> 2.0)
rubysl-xmlrpc (~> 2.0)
rubysl-yaml (~> 2.0)
rubysl-zlib (~> 2.0)
rubysl-abbrev (2.0.4)
rubysl-base64 (2.0.0)
rubysl-benchmark (2.0.1)
rubysl-bigdecimal (2.0.2)
rubysl-cgi (2.0.1)
rubysl-cgi-session (2.1.0)
rubysl-cmath (2.0.0)
rubysl-complex (2.0.0)
rubysl-continuation (2.0.0)
rubysl-coverage (2.1)
rubysl-csv (2.0.2)
rubysl-english (~> 2.0)
rubysl-curses (2.0.1)
rubysl-date (2.0.9)
rubysl-delegate (2.0.1)
rubysl-digest (2.0.8)
rubysl-drb (2.0.1)
rubysl-e2mmap (2.0.0)
rubysl-english (2.0.0)
rubysl-enumerator (2.0.0)
rubysl-erb (2.0.2)
rubysl-etc (2.0.3)
ffi2-generators (~> 0.1)
rubysl-expect (2.0.0)
rubysl-fcntl (2.0.4)
ffi2-generators (~> 0.1)
rubysl-fiber (2.0.0)
rubysl-fileutils (2.0.3)
rubysl-find (2.0.1)
rubysl-forwardable (2.0.1)
rubysl-getoptlong (2.0.0)
rubysl-gserver (2.0.0)
rubysl-socket (~> 2.0)
rubysl-thread (~> 2.0)
rubysl-io-console (2.0.0)
rubysl-io-nonblock (2.0.0)
rubysl-io-wait (2.0.0)
rubysl-ipaddr (2.0.0)
rubysl-irb (2.1.1)
rubysl-e2mmap (~> 2.0)
rubysl-mathn (~> 2.0)
rubysl-thread (~> 2.0)
rubysl-logger (2.1.0)
rubysl-mathn (2.0.0)
rubysl-matrix (2.1.0)
rubysl-e2mmap (~> 2.0)
rubysl-mkmf (2.1)
rubysl-fileutils (~> 2.0)
rubysl-shellwords (~> 2.0)
rubysl-monitor (2.1)
rubysl-mutex_m (2.0.0)
rubysl-net-ftp (2.0.1)
rubysl-net-http (2.0.4)
rubysl-cgi (~> 2.0)
rubysl-erb (~> 2.0)
rubysl-singleton (~> 2.0)
rubysl-net-imap (2.0.1)
rubysl-net-pop (2.0.1)
rubysl-net-protocol (2.0.1)
rubysl-net-smtp (2.0.1)
rubysl-net-telnet (2.0.0)
rubysl-nkf (2.0.1)
rubysl-observer (2.0.0)
rubysl-open-uri (2.0.0)
rubysl-open3 (2.0.0)
rubysl-openssl (2.10)
rubysl-optparse (2.0.1)
rubysl-shellwords (~> 2.0)
rubysl-ostruct (2.1.0)
rubysl-pathname (2.3)
rubysl-prettyprint (2.0.3)
rubysl-prime (2.0.1)
rubysl-profile (2.0.0)
rubysl-profiler (2.1)
rubysl-pstore (2.0.0)
rubysl-pty (2.0.3)
rubysl-rational (2.0.1)
rubysl-resolv (2.1.2)
rubysl-rexml (2.0.4)
rubysl-rinda (2.0.1)
rubysl-rss (2.0.0)
rubysl-scanf (2.0.0)
rubysl-securerandom (2.0.0)
rubysl-set (2.0.1)
rubysl-shellwords (2.0.0)
rubysl-singleton (2.0.0)
rubysl-socket (2.2.1)
rubysl-fcntl (~> 2.0)
rubysl-stringio (2.3)
rubysl-strscan (2.0.0)
rubysl-sync (2.0.0)
rubysl-syslog (2.1.0)
ffi2-generators (~> 0.1)
rubysl-tempfile (2.0.1)
rubysl-test-unit (2.0.3)
minitest (~> 4.7)
rubysl-thread (2.1)
rubysl-thwait (2.0.0)
rubysl-time (2.0.3)
rubysl-timeout (2.0.0)
rubysl-tmpdir (2.0.1)
rubysl-tsort (2.0.1)
rubysl-un (2.0.0)
rubysl-fileutils (~> 2.0)
rubysl-optparse (~> 2.0)
rubysl-unicode_normalize (2.0)
rubysl-uri (2.0.0)
rubysl-weakref (2.0.0)
rubysl-webrick (2.0.0)
rubysl-xmlrpc (2.0.0)
rubysl-yaml (2.1.0)
rubysl-zlib (2.0.1)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
tins (1.20.3)
unicode (0.4.4.4)
unicode-display_width (1.6.0)
yard (0.9.19)

PLATFORMS
ruby

DEPENDENCIES
bibtex-ruby!
byebug
coveralls (~> 0.7)
cucumber (~> 1.3)
gnuplot (~> 2.4)
guard-cucumber
guard-minitest
iconv
json (~> 1.8)
minitest (~> 4.7)
minitest-ansi
racc
rake
rb-fsevent
rdf (~> 2.0.0)
rdf-vocab (~> 2.0.0)
redcarpet
rubinius-compiler
rubinius-coverage
rubinius-debugger
rubocop (~> 0.71.0)
ruby-debug
ruby-prof (~> 0.14)
rubysl (~> 2.0)
rubysl-test-unit (~> 2.0)
simplecov (~> 0.8)
unicode (~> 0.4)
yard

BUNDLED WITH
1.17.2
2 changes: 0 additions & 2 deletions bibtex-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob('test/**/test*.rb')
s.executables = []
s.require_path = 'lib'

s.has_rdoc = 'yard'
end

# vim: syntax=ruby

0 comments on commit 06f8fc4

Please sign in to comment.