fabrication 2.26.0 → 2.27.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fabrication/version.rb +1 -1
  3. metadata +11 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fa068a804c3a1374125c849657ee519ce7b08662ea994c3a9b357e1a74ce56c
4
- data.tar.gz: 94031042eb41382a40aa39877abfadaa3664893e3d5c94946a1022a483b68d93
3
+ metadata.gz: 96b935d9bd47864641229df13dda6eda91c99ffdf692495edf1c71703d8edc0b
4
+ data.tar.gz: 6b7c6d1c90ecb94b06b8464ea0bcf2127ba5cf28d1a1adac8cad483cb2a8c4f4
5
5
  SHA512:
6
- metadata.gz: d5ca378dd07da6affa590ba5a798e91d2261228af1d016066c6fb82e686f9a8d6fb397e5080ba819a26884e2d17479c408de0ae88e83607c8a57f54c997bd78c
7
- data.tar.gz: 496347a6e1279a2a62c10e6b77e9e4a9a2fc5ab32b6654b62fdb2a330b33cb8fe8712a56059540694d16bb221ef1ef1131e2f982f76880b3e9eb6721dc5efa02
6
+ metadata.gz: cb0b172c07aeb2922312926e2fe62cd55f406c098d4b4d4e1c5e19bf38ea965022c1c4aa06a1c16898aa4abf443bef327bf9e48aa177a9e73a446bb568b5b3d9
7
+ data.tar.gz: 45328d26eb07c9be1f95eb0648535233680379a6c014878202cdfd3707eb6fa522cea77d9d2317bd4418458ce58c846e74105300f5f244e8cab95d4001abe85a
@@ -1,3 +1,3 @@
1
1
  module Fabrication
2
- VERSION = '2.26.0'.freeze
2
+ VERSION = '2.27.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fabrication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.26.0
4
+ version: 2.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Elliott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-02 00:00:00.000000000 Z
11
+ date: 2022-02-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Fabrication is an object generation framework for ActiveRecord, Mongoid,
14
14
  DataMapper, Sequel, or any other Ruby object.
@@ -54,7 +54,14 @@ files:
54
54
  homepage: http://fabricationgem.org
55
55
  licenses:
56
56
  - MIT
57
- metadata: {}
57
+ metadata:
58
+ bug_tracker_uri: https://gitlab.com/fabrication-gem/fabrication/-/issues
59
+ changelog_uri: https://gitlab.com/fabrication-gem/fabrication/-/blob/master/Changelog.markdown
60
+ documentation_uri: https://fabricationgem.org
61
+ homepage_uri: https://fabricationgem.org
62
+ mailing_list_uri: https://groups.google.com/g/fabricationgem
63
+ rubygems_mfa_required: 'true'
64
+ source_code_uri: https://gitlab.com/fabrication-gem/fabrication
58
65
  post_install_message:
59
66
  rdoc_options: []
60
67
  require_paths:
@@ -73,5 +80,5 @@ requirements: []
73
80
  rubygems_version: 3.2.32
74
81
  signing_key:
75
82
  specification_version: 4
76
- summary: Implementing the factory pattern in Ruby so you don't have to.
83
+ summary: Generates object instances for test suites, seed files, etc.
77
84
  test_files: []