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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Makefile +6 -0
- data/lib/factory_bot/instrumentation/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c67e778910353d6e247864b50d2730d984528cd19fef76928fd6a298e0acb34f
|
4
|
+
data.tar.gz: d89dbbe1b7696902d8b15be227c9c38658112a75c0d150c91aa819ac7545fa89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96051a320e58d25c9efae16e96b25ab02013c536ab2615e31903a07ad3d8ef44bc995e058003b3f304135e7844a8cc93785256f20b35f10b30200e280fc3ebfe
|
7
|
+
data.tar.gz: 6387716dc8b64afa0f5790af7c778243ce04e355f0fe4c11ed6e4ead328842ae5ba3ae5bcb8902f5ae16cbf95d5eb6d52cb3781a73936e264b6e074b05b8463d
|
data/CHANGELOG.md
CHANGED
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)
|
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.
|
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-
|
11
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: factory_bot
|