Skip to content

Commit

Permalink
Fix undefined VERSION
Browse files Browse the repository at this point in the history
Versioning is set up as a monkey-patch not via included module.
  • Loading branch information
dkinzer committed Nov 15, 2021
1 parent 484d537 commit 445324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cob_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
require "traject"
require "alma/electronic/batch_utils"
require "logger"
require "cob_index/version"

module CobIndex
autoload :Macros, "cob_index/macros"
autoload :DefaultConfig, "cob_index/default_config"
autoload :DotProperties, "cob_index/dot_properties"
autoload :Version, "cob_index/version"
autoload :NokogiriIndexer, "cob_index/nokogiri_indexer"
autoload :Util, "cob_index/util"
autoload :CoreExtensions, "cob_index/core_extensions"
Expand Down

0 comments on commit 445324f

Please sign in to comment.