factory_bot_instrumentation 3.1.0 → 3.2.0

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
  SHA256:
3
- metadata.gz: ab20c491a62f1dd81d58bc29cdda2f74b992d50e174a52a87307450acf0d92ee
4
- data.tar.gz: 23f68731431101c56aeaeb5f19ce1bf3ccf688e90dcb5d9c8b0e65c40fef841f
3
+ metadata.gz: a3ffdbe89a6d52f2e42501cda7e16486837898cc3e98b11eecc4259f4c62ca13
4
+ data.tar.gz: ea11aa96c68c2d8b0b5d82b93a1b4b2f1d558c2cf5a3180ff39f4bd2733d840e
5
5
  SHA512:
6
- metadata.gz: 4fc92d858c91dadfc4b1f3680b270065f2cc3d8c945f64dae724b8ea9c5b2a0c0d1702f2b440a42ac94c8b724738a844288b9e42a41fae99987e66a172bc54b8
7
- data.tar.gz: a6b2f10a2101fcca381f46544b081948c3ba5269f1ab9e594c4b4a17434c215f2ea95c5eba2fe8c3eedfe264f62193927dfc96d6bbd1ea9ce2f24f126d1f05a1
6
+ metadata.gz: 1f3bac980f8316e752de81f09afc1434a26eff5778d4906910de50efcc3f2a0a5ae2b6ebaa8e4e62b590380c6de08c8961df56fe1a8915c126da495c853407e8
7
+ data.tar.gz: d4d79cfd4b72f5ca9d9d54afe4f684837ce68bf1b99f789d07d52fd52f03319a6549bac8ddfdf98234776fbdfff933ea3630912e792104a625819031c70a9829
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 3.2.0 (19 June 2026)
6
+
7
+ * Improved the title and navigation title on the Instrumentation UI ([#48](https://github.com/hausgold/factory_bot_instrumentation/pull/48))
8
+
5
9
  ### 3.1.0 (20 May 2026)
6
10
 
7
11
  * Corrected some RuboCop glitches ([#47](https://github.com/hausgold/factory_bot_instrumentation/pull/47))
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <title><%= @config.application_name %> Instrumentation</title>
6
+ <title><%= @config.application_name %> · Instrumentation</title>
7
7
  <%= render partial: 'styles' %>
8
8
  <%= stylesheet_link_tag 'factory_bot_instrumentation/application',
9
9
  media: 'all' %>
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
14
14
  <a class="navbar-brand" href="#">
15
- <%= @config.application_name %> Instrumentation
15
+ <%= @config.application_name %> · Instrumentation
16
16
  </a>
17
17
  <ul class="navbar-nav mr-auto">
18
18
  <%= render 'factory_bot_instrumentation/navigation' %>
@@ -4,7 +4,7 @@ module FactoryBot
4
4
  # The gem version details.
5
5
  module Instrumentation
6
6
  # The version of the +factory_bot_instrumentation+ gem
7
- VERSION = '3.1.0'
7
+ VERSION = '3.2.0'
8
8
 
9
9
  class << self
10
10
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot_instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer