lib/relaton/db.rb in relaton-0.3.3 vs lib/relaton/db.rb in relaton-0.3.4

- old
+ new

@@ -4,10 +4,10 @@ module Relaton class RelatonError < StandardError; end class Db - SUPPORTED_GEMS = %w[isobib ietfbib gbbib iecbib].freeze + SUPPORTED_GEMS = %w[isobib ietfbib gbbib iecbib nistbib].freeze # @param global_cache [String] directory of global DB # @param local_cache [String] directory of local DB def initialize(global_cache, local_cache) register_gems