factory_bot-refinements 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: f97ca8bc54ccac42b61ddc6aa2f3e9ec9239d0e385015bdbfb6822f53403a146
4
- data.tar.gz: fb5851e3d397a28c1b782809bc42827b19755fa39d81b2b9759175b5fa6e9ed5
3
+ metadata.gz: 86418018e4096e9817c4ec72e21f8c5ab46b48b60f076edc268184f05ed2ab04
4
+ data.tar.gz: 9a7ac0b09235586e44c62125b84603b2c2cf339e022ce8c3f3d941b159880635
5
5
  SHA512:
6
- metadata.gz: 1d6e43bc05498885ccfed186f7c725899a42b3db86ac89e579b80220343ad4dfb6c50da612bf370cbc16eec74bef5c0bea3389959c99b4dc259004a4c32ae397
7
- data.tar.gz: 568ac0d452823c63835b72933a64e359837a6ba458a293135a2ebe0b237505a698fefac25ba4edc5632c4c008bd71bf1d1a89f069f8f731f23d61007016833c6
6
+ metadata.gz: 1fca42af640910a968f13dcc912d91ed64fa89f9f5bec8ee84cfb1f6bb12a5eb7e071b0693e123bf1536fc41dfa3283d78696d3e2b1c02b5a020f5c3919578c3
7
+ data.tar.gz: aa3fb1893b75179b4ff0b7e2a1d8c6912c48b90c56ab47e2518f3d05e232f73dfb57f8069db2c307a8c2cc51226d9ad857b5ca628d20bc3c45318b8d2e99d431
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Keita Urashima
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module FactoryBot
2
2
  module Refinements
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-refinements
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
  - Keita Urashima
@@ -32,6 +32,7 @@ executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
+ - LICENSE.txt
35
36
  - README.md
36
37
  - lib/factory_bot-refinements.rb
37
38
  - lib/factory_bot/refinements.rb