Sha256: e378b20f7c1ae8840f143dcf52a689fe919e3b19679b6df742ead422e1eda815

Contents?: true

Size: 286 Bytes

Versions: 17

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

gem 'blacklight', '>= 7.0'

after_bundle do
  # run the blacklight install generator
  options = ENV.fetch("BLACKLIGHT_INSTALL_OPTIONS", '--devise --marc')

  generate 'blacklight:install', options

  # run the database migrations
  rake "db:migrate"
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
blacklight-8.8.2 template.demo.rb
blacklight-9.0.0.beta1 template.demo.rb
blacklight-8.8.1 template.demo.rb
blacklight-8.8.0 template.demo.rb
blacklight-8.7.0 template.demo.rb
blacklight-8.6.1 template.demo.rb
blacklight-7.40.0 template.demo.rb
blacklight-8.6.0 template.demo.rb
blacklight-8.5.1 template.demo.rb
blacklight-8.5.0 template.demo.rb
blacklight-7.39.0 template.demo.rb
blacklight-8.4.0 template.demo.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/template.demo.rb
blacklight-8.3.0 template.demo.rb
blacklight-8.2.2 template.demo.rb
blacklight-8.2.1 template.demo.rb
blacklight-8.2.0 template.demo.rb