Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/metanorma/relaton-bib
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 7, 2020
2 parents ba9c1b8 + 399ebb0 commit ed84801
Show file tree
Hide file tree
Showing 24 changed files with 1,255 additions and 182 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

# rspec failure tracking
.rspec_status
.rubocop-https---raw-githubusercontent-com-riboseinc-oss-guides-master-ci-rubocop-yml
.rubocop-https---raw-githubusercontent-com-riboseinc-oss-guides-master-ci-rubocop-yml
Gemfile.lock
72 changes: 72 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
PATH
remote: .
specs:
relaton-bib (0.4.1)
addressable
bibtex-ruby
iso639
nokogiri

GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
bibtex-ruby (5.0.1)
latex-decode (~> 0.0)
byebug (11.0.1)
debase (0.2.4.1)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.7)
diff-lcs (1.3)
docile (1.3.2)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
iso639 (1.3.2)
json (2.3.0)
latex-decode (0.3.1)
mini_portile2 (2.4.0)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
optout (0.0.2)
public_suffix (4.0.1)
rake (10.5.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
ruby-debug-ide (0.7.0)
rake (>= 0.8.1)
ruby-jing (0.0.1)
optout (>= 0.0.2)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)

PLATFORMS
ruby

DEPENDENCIES
byebug
debase
equivalent-xml (~> 0.6)
rake (~> 10.0)
relaton-bib!
rspec (~> 3.0)
ruby-debug-ide
ruby-jing
simplecov

BUNDLED WITH
2.0.2
Loading

0 comments on commit ed84801

Please sign in to comment.