rspec-file_fixtures 0.1.6 → 0.1.7

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: c78567396d3fd63b7f4daafa0cb226bcb0356889a6a55b7998e1121b49c7657e
4
- data.tar.gz: 00a465a84406eaa3e859b0c1afc1f1bb9f811d2efe5771c33cfabc31be0c8f48
3
+ metadata.gz: 5194a0d2db316e9e13a780c7e33a1af9a6ea1869c0ab254ee3e462fceb446ecc
4
+ data.tar.gz: 734ed79bf2a160cd694cf3a5a8be8eef3278a08ae7c2aae2a00c6d12b263b4ba
5
5
  SHA512:
6
- metadata.gz: aa6d335a04dc1271cc4f46323ea06f12431edbce2935414e5c7cf838eb5df2d3d945be8b54707292494e3201d26f90d40a8c982c11e371f69b428c0546fe5164
7
- data.tar.gz: 04b06c35060234ca74e00bcdc5b747681fc5ae71cd2b184839393f269bb61c23a5bd0524a0675ccb9f838ba7eec878f72e6a5c2be98e2fcdab873d89b0996d20
6
+ metadata.gz: 1ef7bdc977c831a897242bc1e215865cd7b3c7246cf612e020f51fe1a90242f2e4ce6447eac47c0f0cb654558e44f9b86966166bd3495bf636225c6e441c5e72
7
+ data.tar.gz: d34793287afaf62c2a5e35c5337031b969ec034917f4a29761eac902325f594f81535d2380e01357c08e6aa2072c0603198a107f1b263783a474ce5c6655a7ed
data/.gitignore CHANGED
@@ -12,3 +12,4 @@
12
12
  *.gem
13
13
 
14
14
  .byebug_history
15
+ /rspec-documentation/bundle/
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.8
1
+ 2.7.8
data/Gemfile CHANGED
@@ -5,12 +5,13 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in rspec-file_fixtures.gemspec
6
6
  gemspec
7
7
 
8
- gem 'devpack', '~> 0.4.0'
9
- gem 'nokogiri', '~> 1.11'
10
- gem 'rake', '~> 12.0'
11
- gem 'rspec', '~> 3.0'
8
+ gem 'devpack', '~> 0.4.1'
9
+ gem 'nokogiri', '~> 1.15'
10
+ gem 'rake', '~> 13.0'
11
+ gem 'rspec', '~> 3.12'
12
+ gem 'rspec-documentation', '~> 0.0.5'
12
13
  gem 'rspec-its', '~> 1.3'
13
- gem 'rubocop', '~> 1.10'
14
- gem 'rubocop-rake', '~> 0.5.1'
15
- gem 'rubocop-rspec', '~> 2.1'
14
+ gem 'rubocop', '~> 1.52'
15
+ gem 'rubocop-rake', '~> 0.6.0'
16
+ gem 'rubocop-rspec', '~> 2.22'
16
17
  gem 'strong_versions', '~> 0.4.5'
data/Gemfile.lock CHANGED
@@ -2,82 +2,107 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  rspec-file_fixtures (0.1.6)
5
- rspec (~> 3.0)
5
+ rspec (~> 3.12)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ast (2.4.2)
11
- concurrent-ruby (1.1.8)
12
- devpack (0.4.0)
13
- diff-lcs (1.4.4)
14
- i18n (1.8.9)
11
+ concurrent-ruby (1.2.2)
12
+ devpack (0.4.1)
13
+ diff-lcs (1.5.0)
14
+ htmlbeautifier (1.4.2)
15
+ i18n (1.14.1)
15
16
  concurrent-ruby (~> 1.0)
16
- mini_portile2 (2.5.0)
17
- nokogiri (1.11.1)
18
- mini_portile2 (~> 2.5.0)
17
+ json (2.6.3)
18
+ kramdown (2.4.0)
19
+ rexml
20
+ kramdown-parser-gfm (1.1.0)
21
+ kramdown (~> 2.0)
22
+ mini_portile2 (2.8.2)
23
+ nokogiri (1.15.2)
24
+ mini_portile2 (~> 2.8.2)
19
25
  racc (~> 1.4)
20
- paint (2.2.1)
21
- parallel (1.20.1)
22
- parser (3.0.0.0)
26
+ paint (2.3.0)
27
+ paintbrush (0.1.3)
28
+ parallel (1.23.0)
29
+ parser (3.2.2.1)
23
30
  ast (~> 2.4.1)
24
- racc (1.5.2)
25
- rainbow (3.0.0)
26
- rake (12.3.3)
27
- regexp_parser (2.0.3)
28
- rexml (3.2.4)
29
- rspec (3.10.0)
30
- rspec-core (~> 3.10.0)
31
- rspec-expectations (~> 3.10.0)
32
- rspec-mocks (~> 3.10.0)
33
- rspec-core (3.10.1)
34
- rspec-support (~> 3.10.0)
35
- rspec-expectations (3.10.1)
31
+ racc (1.6.2)
32
+ rainbow (3.1.1)
33
+ rake (13.0.6)
34
+ redcarpet (3.6.0)
35
+ regexp_parser (2.8.0)
36
+ rexml (3.2.5)
37
+ rouge (4.1.2)
38
+ rspec (3.12.0)
39
+ rspec-core (~> 3.12.0)
40
+ rspec-expectations (~> 3.12.0)
41
+ rspec-mocks (~> 3.12.0)
42
+ rspec-core (3.12.2)
43
+ rspec-support (~> 3.12.0)
44
+ rspec-documentation (0.0.5)
45
+ htmlbeautifier (~> 1.4)
46
+ kramdown (~> 2.4)
47
+ kramdown-parser-gfm (~> 1.1)
48
+ nokogiri (~> 1.15)
49
+ paintbrush (~> 0.1.3)
50
+ redcarpet (~> 3.6)
51
+ rouge (~> 4.1)
52
+ rspec (~> 3.12)
53
+ rspec-expectations (3.12.3)
36
54
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.10.0)
55
+ rspec-support (~> 3.12.0)
38
56
  rspec-its (1.3.0)
39
57
  rspec-core (>= 3.0.0)
40
58
  rspec-expectations (>= 3.0.0)
41
- rspec-mocks (3.10.2)
59
+ rspec-mocks (3.12.5)
42
60
  diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.10.0)
44
- rspec-support (3.10.2)
45
- rubocop (1.10.0)
61
+ rspec-support (~> 3.12.0)
62
+ rspec-support (3.12.0)
63
+ rubocop (1.52.0)
64
+ json (~> 2.3)
46
65
  parallel (~> 1.10)
47
- parser (>= 3.0.0.0)
66
+ parser (>= 3.2.0.0)
48
67
  rainbow (>= 2.2.2, < 4.0)
49
68
  regexp_parser (>= 1.8, < 3.0)
50
- rexml
51
- rubocop-ast (>= 1.2.0, < 2.0)
69
+ rexml (>= 3.2.5, < 4.0)
70
+ rubocop-ast (>= 1.28.0, < 2.0)
52
71
  ruby-progressbar (~> 1.7)
53
- unicode-display_width (>= 1.4.0, < 3.0)
54
- rubocop-ast (1.4.1)
55
- parser (>= 2.7.1.5)
56
- rubocop-rake (0.5.1)
57
- rubocop
58
- rubocop-rspec (2.2.0)
72
+ unicode-display_width (>= 2.4.0, < 3.0)
73
+ rubocop-ast (1.29.0)
74
+ parser (>= 3.2.1.0)
75
+ rubocop-capybara (2.18.0)
76
+ rubocop (~> 1.41)
77
+ rubocop-factory_bot (2.23.1)
78
+ rubocop (~> 1.33)
79
+ rubocop-rake (0.6.0)
59
80
  rubocop (~> 1.0)
60
- rubocop-ast (>= 1.1.0)
61
- ruby-progressbar (1.11.0)
81
+ rubocop-rspec (2.22.0)
82
+ rubocop (~> 1.33)
83
+ rubocop-capybara (~> 2.17)
84
+ rubocop-factory_bot (~> 2.22)
85
+ ruby-progressbar (1.13.0)
62
86
  strong_versions (0.4.5)
63
87
  i18n (>= 0.5)
64
88
  paint (~> 2.0)
65
- unicode-display_width (2.0.0)
89
+ unicode-display_width (2.4.2)
66
90
 
67
91
  PLATFORMS
68
92
  ruby
69
93
 
70
94
  DEPENDENCIES
71
- devpack (~> 0.4.0)
72
- nokogiri (~> 1.11)
73
- rake (~> 12.0)
74
- rspec (~> 3.0)
95
+ devpack (~> 0.4.1)
96
+ nokogiri (~> 1.15)
97
+ rake (~> 13.0)
98
+ rspec (~> 3.12)
99
+ rspec-documentation (~> 0.0.5)
75
100
  rspec-file_fixtures!
76
101
  rspec-its (~> 1.3)
77
- rubocop (~> 1.10)
78
- rubocop-rake (~> 0.5.1)
79
- rubocop-rspec (~> 2.1)
102
+ rubocop (~> 1.52)
103
+ rubocop-rake (~> 0.6.0)
104
+ rubocop-rspec (~> 2.22)
80
105
  strong_versions (~> 0.4.5)
81
106
 
82
107
  BUNDLED WITH
83
- 2.2.33
108
+ 2.4.13
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Bob Farrell
3
+ Copyright (c) 2023 Robert Farrell
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/Makefile CHANGED
@@ -1,3 +1,5 @@
1
+ project=rspec-file_fixtures
2
+
1
3
  .PHONY: all
2
4
  all: test
3
5
 
@@ -6,3 +8,10 @@ test:
6
8
  bundle exec rspec
7
9
  bundle exec rubocop
8
10
  bundle exec strong_versions
11
+ bundle exec rspec-documentation
12
+
13
+ .PHONY: publish
14
+ publish:
15
+ @RSPEC_DOCUMENTATION_URL_ROOT='/$(project)' bundle exec rspec-documentation
16
+ @rsync --delete -r rspec-documentation/bundle/ docs01.bob.frl:/mnt/docs/$(project)/
17
+ @echo 'Published.'
data/README.md CHANGED
@@ -2,73 +2,13 @@
2
2
 
3
3
  A simple and convenient file fixture loader for [_RSpec_](https://rspec.info/).
4
4
 
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'rspec-file_fixtures', '~> 0.1.6'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle install
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install rspec-file_fixtures
20
-
21
- ## Usage
22
-
23
- Load the gem in your test environment (e.g. in `spec/spec_helper.rb`):
24
-
25
- ```ruby
26
- require 'rspec/file_fixtures'
27
- ```
28
-
29
- Use the `fixture` helper method to load a fixture from `spec/fixtures`:
30
-
31
- ```ruby
32
- let(:my_fixture) { fixture('fixture.json') }
33
- ```
34
-
35
- Use the returned `Fixture` object's various methods in your tests:
36
-
37
- ```ruby
38
- it 'parses JSON data' do
39
- expect(subject.load(my_fixture.read)).to eql my_fixture.from_json
40
- end
41
- ```
42
-
43
5
  ```ruby
44
- it 'contains same filenames as fixture directory' do
45
- # `#dirname` delegated to underlying `Pathname` object, returning a new `Pathname` instance:
46
- expect(subject.created_files).to eql my_fixture.dirname.entries
47
- end
6
+ let(:my_fixture) { fixture('my_fixture.json').read }
48
7
  ```
49
8
 
50
- The following methods are provided on the `Fixture` object:
51
-
52
- |Method|Definition|
53
- |-|-|
54
- |`#read`|Read the contents of the fixture file as a string|
55
- |`#path`|The absolute path to the fixture file|
56
- |`#from_json`|The parsed _JSON_ content from the file|
57
- |`#from_yaml`|The parsed _YAML_ content from the file (aliased as `#from_yml`)|
58
- |`#from_xml`|The parsed _XML_ content from the file (requires the [_Nokogiri_](https://nokogiri.org/) gem and returns a `Nokogiri::XML::Document`)|
59
-
60
- Methods not specifically defined above are delegated to the underlying `Pathname` object (`#join`, `#dirname`, `#mkpath`, etc.). See the [Pathname documentation](https://ruby-doc.org/stdlib-2.7.5/libdoc/pathname/rdoc/Pathname.html) for more details.
61
-
62
- ### Symbolize Names
9
+ ## Documentation
63
10
 
64
- By default `Fixture#from_yaml` and `Fixture#from_json` symbolize all keys in their output. To disable this behaviour, pass `symbolize_names: false` to either method. A shorthand version of this is available by simply passing `false` as the only parameter:
65
-
66
- ```ruby
67
- expect(subject.load(my_fixture.from_yaml(symbolize_names: false))).to eql({ 'foo' => 'bar' })
68
- expect(subject.load(my_fixture.from_json(symbolize_names: false))).to eql({ 'foo' => 'bar' })
69
- expect(subject.load(my_fixture.from_yaml(false))).to eql({ 'foo' => 'bar' })
70
- expect(subject.load(my_fixture.from_json(false))).to eql({ 'foo' => 'bar' })
71
- ```
11
+ Visit the [Documentation](https://docs.bob.frl/rspec-file_fixtures) for full setup and usage instructions.
72
12
 
73
13
  ## License
74
14
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RSpecFileFixtures
4
- VERSION = '0.1.6'
4
+ VERSION = '0.1.7'
5
5
  end
@@ -0,0 +1,33 @@
1
+ # Introduction
2
+
3
+ _RSpec::FileFixtures_ provides convenient and consistent access to fixture data in _RSpec_.
4
+
5
+ ## Installation
6
+
7
+ Add the following to your `Gemfile` in your `:test` group:
8
+
9
+ ```ruby
10
+ gem 'rspec-file_fixtures', '~> 0.1.6'
11
+ ```
12
+
13
+ ## Setup
14
+
15
+ Enable the _RSpec_ extension is your spec helper:
16
+
17
+ ```ruby
18
+ # spec/spec_helper.rb
19
+
20
+ require 'rspec/file_fixtures'
21
+ ```
22
+
23
+ ## Usage
24
+
25
+ Use the provided `fixture` helper anywhere in your tests to load content from `spec/fixtures/`:
26
+
27
+ ```rspec:json
28
+ subject { fixture('example.json').read }
29
+
30
+ it { is_expected.to include '{"key":"value"}' }
31
+ ```
32
+
33
+ See the [Usage](usage.html) section for available extensions.
@@ -0,0 +1,21 @@
1
+ # JSON
2
+
3
+ _JSON_ fixtures can be parsed into a _Ruby_ object using the `#from_json` method.
4
+
5
+ This is equivalent to `JSON.parse(..., symbolize_names: true)`.
6
+
7
+ ```rspec
8
+ subject { fixture('example.json').from_json }
9
+
10
+ it { is_expected.to eql({ key: 'value' }) }
11
+ ```
12
+
13
+ ## Symbolized Names
14
+
15
+ Keys are symbolized by default. If you prefer to work with strings, pass `symbolize_names: false`:
16
+
17
+ ```rspec
18
+ subject { fixture('example.json').from_json(symbolize_names: false) }
19
+
20
+ it { is_expected.to eql({ 'key' => 'value' }) }
21
+ ```
@@ -0,0 +1,21 @@
1
+ # YAML
2
+
3
+ _YAML_ fixtures can be parsed into a _Ruby_ object using the `#from_yaml` method.
4
+
5
+ This is equivalent to `YAML.safe_load(..., symbolize_names: true)`.
6
+
7
+ ```rspec
8
+ subject { fixture('example.yaml').from_yaml }
9
+
10
+ it { is_expected.to eql({ key: 'value' }) }
11
+ ```
12
+
13
+ ## Symbolized Names
14
+
15
+ Keys are symbolized by default. If you prefer to work with strings, pass `symbolize_names: false`:
16
+
17
+ ```rspec
18
+ subject { fixture('example.yaml').from_yaml(symbolize_names: false) }
19
+
20
+ it { is_expected.to eql({ 'key' => 'value' }) }
21
+ ```
@@ -0,0 +1,11 @@
1
+ # XML
2
+
3
+ _XML_ fixtures can be parsed into a _Ruby_ [Nokogiri::XML::Document](https://nokogiri.org/rdoc/Nokogiri/XML/Document) object using the `#from_yaml` method.
4
+
5
+ _Nokogiri_ is not a hard dependency of _Rspec::FileFixtures_ so you must install and require _Nokogiri_ yourself to use this feature.
6
+
7
+ ```rspec
8
+ subject { fixture('example.xml').from_xml }
9
+
10
+ it { is_expected.to be_a Nokogiri::XML::Document }
11
+ ```
@@ -0,0 +1,21 @@
1
+ # Pathname
2
+
3
+ The object returned from each call to `fixture` delegates to its underlying [`Pathname`](https://docs.ruby-lang.org/en/3.2/Pathname.html) object, so you can call `#path`, `#read`, `#dirname` etc. just like a regular _Ruby_ `Pathname` object.
4
+
5
+ ```rspec:xml
6
+ subject { fixture('example.xml').read }
7
+
8
+ it { is_expected.to include '<a type="integer">1</a>' }
9
+ ```
10
+
11
+ ```rspec
12
+ subject { fixture('example.json').dirname.to_s }
13
+
14
+ it { is_expected.to eql 'spec/fixtures' }
15
+ ```
16
+
17
+ ```rspec
18
+ subject { fixture('example.json').relative? }
19
+
20
+ it { is_expected.to be true }
21
+ ```
@@ -0,0 +1,21 @@
1
+ # Usage
2
+
3
+ _RSpec::FileFixtures_ provides a helper named `fixture` available in all specs. This method receives a filename as a string and the provided file is loaded from `spec/fixtures/`.
4
+
5
+ Fetch the fixture's path:
6
+
7
+ ```rspec
8
+ subject { fixture('example.yaml').path }
9
+
10
+ it { is_expected.to end_with '/spec/fixtures/example.yaml' }
11
+ ```
12
+
13
+ Read the fixture's content:
14
+
15
+ ```rspec:yaml
16
+ subject { fixture('example.yaml').read }
17
+
18
+ it { is_expected.to include 'key: value' }
19
+ ```
20
+
21
+ A number of extensions are provided to assist dealing with common data types. See each item in the Usage section for details.
@@ -0,0 +1,25 @@
1
+ # License
2
+
3
+ ## MIT
4
+
5
+ The MIT License (MIT)
6
+
7
+ Copyright (c) 2023 Robert Farrell
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in
17
+ all copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25
+ THE SOFTWARE.
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'rspec/file_fixtures'
@@ -7,15 +7,17 @@ Gem::Specification.new do |spec|
7
7
  spec.version = RSpecFileFixtures::VERSION
8
8
  spec.authors = ['Bob Farrell']
9
9
  spec.email = ['git@bob.frl']
10
+ spec.licenses = ['MIT']
10
11
 
11
12
  spec.summary = 'Simple file fixture loader for RSpec'
12
13
  spec.description = 'Load files from test fixtures directory quickly and conveniently'
13
14
  spec.homepage = 'https://github.com/bobf/rspec-file_fixtures'
14
15
  spec.license = 'MIT'
15
- spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
16
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
16
17
 
17
18
  spec.metadata['homepage_uri'] = spec.homepage
18
19
  spec.metadata['source_code_uri'] = spec.homepage
20
+ spec.metadata['rubygems_mfa_required'] = 'true'
19
21
 
20
22
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
21
23
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -23,5 +25,5 @@ Gem::Specification.new do |spec|
23
25
  spec.bindir = 'bin'
24
26
  spec.executables = []
25
27
  spec.require_paths = ['lib']
26
- spec.add_dependency 'rspec', '~> 3.0'
28
+ spec.add_runtime_dependency 'rspec', '~> 3.12'
27
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-file_fixtures
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-27 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.0'
19
+ version: '3.12'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.0'
26
+ version: '3.12'
27
27
  description: Load files from test fixtures directory quickly and conveniently
28
28
  email:
29
29
  - git@bob.frl
@@ -47,6 +47,14 @@ files:
47
47
  - lib/rspec_file_fixtures.rb
48
48
  - lib/rspec_file_fixtures/fixture.rb
49
49
  - lib/rspec_file_fixtures/version.rb
50
+ - rspec-documentation/pages/000-Introduction.md
51
+ - rspec-documentation/pages/010-Usage.md
52
+ - rspec-documentation/pages/010-Usage/010-JSON.md
53
+ - rspec-documentation/pages/010-Usage/020-YAML.md
54
+ - rspec-documentation/pages/010-Usage/030-XML.md
55
+ - rspec-documentation/pages/010-Usage/040-Pathname.md
56
+ - rspec-documentation/pages/500-License.md
57
+ - rspec-documentation/spec_helper.rb
50
58
  - rspec-file_fixtures.gemspec
51
59
  homepage: https://github.com/bobf/rspec-file_fixtures
52
60
  licenses:
@@ -54,6 +62,7 @@ licenses:
54
62
  metadata:
55
63
  homepage_uri: https://github.com/bobf/rspec-file_fixtures
56
64
  source_code_uri: https://github.com/bobf/rspec-file_fixtures
65
+ rubygems_mfa_required: 'true'
57
66
  post_install_message:
58
67
  rdoc_options: []
59
68
  require_paths:
@@ -62,14 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
71
  requirements:
63
72
  - - ">="
64
73
  - !ruby/object:Gem::Version
65
- version: 2.5.0
74
+ version: 2.7.0
66
75
  required_rubygems_version: !ruby/object:Gem::Requirement
67
76
  requirements:
68
77
  - - ">="
69
78
  - !ruby/object:Gem::Version
70
79
  version: '0'
71
80
  requirements: []
72
- rubygems_version: 3.3.9
81
+ rubygems_version: 3.1.6
73
82
  signing_key:
74
83
  specification_version: 4
75
84
  summary: Simple file fixture loader for RSpec