dog_biscuits 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfcf55e3dfeb8a609bbfdebd3627976445161d95
4
- data.tar.gz: 31b3e6952a6c0e5198024fa7548c2f2157df6d4c
3
+ metadata.gz: 17c13c37bf33b559ff77d76d2507112a62d6efd1
4
+ data.tar.gz: 12187a223f012bc6de85f205cd5628cb43a3ba9a
5
5
  SHA512:
6
- metadata.gz: baa41324201d37812ce1604aa2a37cdbee760d5e65169e1bb2672adbaf2872006f76b73112a3e93315ec5a33237908e4d21957ef7e846529173887b7bdb6fc98
7
- data.tar.gz: 2e55b7a6aba297927c77b13f4d7d3e19e60b6fda4ba7ffd50d51e0c280e43428d8deff4acf5616bbb17948e27ac95ef9c82f93dca7be2735fa13cf5832679712
6
+ metadata.gz: 3e08fe8629a42634a7f786f3b59333788ca0396cbbdfe59f0c8e2a924aba6db703cf7b3e9ac4a36a79a7c8d19557ddd4d79cfcedeae5d03c983b395d885e1b72
7
+ data.tar.gz: 928ff105699df9d6c164d97c3a211e7cf8bc8f1f95a019f040809cf3eae45a422998371bdd33be7628754b01df464e494de26510e46b4d04ca1a89e3dc42949e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DogBiscuits
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
@@ -68,9 +68,7 @@ This generator makes the following changes to your application:
68
68
  # Remove all blacklight labels from hyrax locales
69
69
  def wipe_hyrax_locales
70
70
  Dir.entries('config/locales').select { |file| file.start_with?('hyrax.') }.each do |locale|
71
- gsub_file "config/locales/#{locale}", / index:(.*) show:/m, " index:\n show:"
72
- gsub_file "config/locales/#{locale}", / facet:(.*) index:/m, " facet:\n index:"
73
- gsub_file "config/locales/#{locale}", / show:(.*) hyrax:/m, " show:\n hyrax:"
71
+ gsub_file "config/locales/#{locale}", / blacklight:(.*) hyrax:/m, " hyrax:"
74
72
  end
75
73
  end
76
74
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dog_biscuits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julie Allinson