factory_bot_instrumentation 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cb2948f7a8aaa7039bb5ec221492cf3a4629eb76b4afa53a6cb84d6b91126d1
4
- data.tar.gz: 759ed90e7ba21939b08603ff89727e3f8902482a8685d5bd4270facbdcd40158
3
+ metadata.gz: c67e778910353d6e247864b50d2730d984528cd19fef76928fd6a298e0acb34f
4
+ data.tar.gz: d89dbbe1b7696902d8b15be227c9c38658112a75c0d150c91aa819ac7545fa89
5
5
  SHA512:
6
- metadata.gz: 025ded93e19221ee285178eadcf6cdcc3a18817253323c05b989a013f2ff8aea843d29721eca4893ef4d61018d35fb0b177f45b9c2112cce4afc9e3dd667ed7e
7
- data.tar.gz: 355f3c1a6148cc2ffecc16833e217317b771b60b200d767493a58ec1c49002ce3a5d1588ca4c263d1f0adf637c6506fc41e7a38c5c746e2c4fe779783624ce92
6
+ metadata.gz: 96051a320e58d25c9efae16e96b25ab02013c536ab2615e31903a07ad3d8ef44bc995e058003b3f304135e7844a8cc93785256f20b35f10b30200e280fc3ebfe
7
+ data.tar.gz: 6387716dc8b64afa0f5790af7c778243ce04e355f0fe4c11ed6e4ead328842ae5ba3ae5bcb8902f5ae16cbf95d5eb6d52cb3781a73936e264b6e074b05b8463d
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
+ ### 1.2.3
6
+
7
+ * Just a retag of 1.2.1
8
+
5
9
  ### 1.2.2
6
10
 
7
11
  * Just a retag of 1.2.1
data/Makefile CHANGED
@@ -156,8 +156,14 @@ shell-irb:
156
156
 
157
157
  docs:
158
158
  # Build the API documentation
159
+ @$(RM) -rf doc/api
159
160
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
160
161
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
162
+ @$(MKDIR) -p doc/api/doc doc/api/assets
163
+ @$(CP) -ar doc/assets doc/api/doc
164
+ @$(CP) -ar doc/assets/* doc/api/assets
165
+ #
166
+ # Docs: file://$(abspath doc/api)/index.html
161
167
 
162
168
  notes:
163
169
  # Print the code statistics (library and test suite)
@@ -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 = '1.2.2'
7
+ VERSION = '1.2.3'
8
8
 
9
9
  class << self
10
10
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot_instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: factory_bot