Sha256: dfbe6774bb60a3b5359a47a10ecf51e519cdd5f0e6dbb31bfd58f69fe70f91de

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

gem "blacklight", ">= 6.1"

run "bundle install"

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

generate 'blacklight:install', options

# run the database migrations
rake "db:migrate"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-7.0.0 template.demo.rb
blacklight-7.0.0.rc2 template.demo.rb