factory_bot-namespaced_factories 0.1.0 → 0.1.1

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: f8bd8a043c3a14c51e736ab96f0c9925d0f0c4a609ef0da19f28a51f276c6900
4
- data.tar.gz: 4ac4f29c391a29f13bed920b28b4dec7df22ac029e237aca541ff3f592ce426b
3
+ metadata.gz: a747ba5df4527c7cbc0fcf700e203bdbfc7b987c281357c627f3d49171a1a538
4
+ data.tar.gz: 796d87e7ab4a0c5ff4a3129e14308d8b6ef677911fa12749bee6ea8c9f26eb31
5
5
  SHA512:
6
- metadata.gz: c3b52ea531a8d8a6c9d1e80ca01da946fa587f4a6686bf4f0c29be1be00d5492d5dfb36003e19bfc1f325d500b8c541362f3f3d44669688a4fb76f455240993f
7
- data.tar.gz: 126b3678f086a876a16c45c280520070e4863ac7c050e1300379d29b8cd9d938d98183fa95c1d47bc6a910df2c93afd32e9f8457e39eca95e656fa15ce4b592f
6
+ metadata.gz: 39003da84962fb8761acc4dbc7bda190b71aced8fab708938b492159613f32ae9edd410342100557e29c1127a5cc435251c72d122f5a47dacc4c0a77c3febf04
7
+ data.tar.gz: 47a3950f568506f37c86a68a028cd7f809c200189c73a9089f960a23ee1030a6750bf8793a3c30f77fe0d060a8bbc27154cdd186d5d3a955b3220a40968ca1f6
data/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
8
+ ## [Unreleased]
9
+
10
+ ## [0.1.1] - 2021-06-08
11
+ - Changed to `factory_bot-namespaced_factories` to [follow ruby conventions](https://github.com/zinc-collective/factory_bot-namespaced_factories/issues/1#issuecomment-1149499762) from [@elliotcm](https://github.com/elliotcm)
12
+ ## [0.1.0]
13
+ - Initial Release
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # FactoryBotNamespacedFactories
1
+ # FactoryBot::NamespacedFactories
2
2
 
3
3
  Affordances for applying Domain Driven design while using FactoryBot
4
4
 
@@ -1,5 +1,5 @@
1
1
  module FactoryBot
2
2
  module NamespacedFactories
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot-namespaced_factories
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zee
@@ -34,6 +34,7 @@ files:
34
34
  - ".gitignore"
35
35
  - ".rspec"
36
36
  - ".travis.yml"
37
+ - CHANGELOG.md
37
38
  - CODE_OF_CONDUCT.md
38
39
  - Gemfile
39
40
  - LICENSE