rspec-file_fixtures 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 219117ea610a1ea78ae84b2abff8a60b65581695a7de1a1806632f40870b4098
4
- data.tar.gz: 92e40f4b983e72e158c77f621cd59c9c857bf3c3c4cdf7df16139b38e1247f3d
3
+ metadata.gz: 1de1d59a65c84fb41468c17c06c6e488035cc6f3c9d1b4fb43917593a362f29a
4
+ data.tar.gz: 6e2de881a420e0a4a5a233a4194173061c48784711da9bd5b2814151fa478ced
5
5
  SHA512:
6
- metadata.gz: b1401aff9349871ee322c5c98df5549b96e8782db2eff6458af6974012adfa009bbcc6a60c5997e4ec3d9f497bd63c16626f79d8d9199842cb30b3efe54d72ec
7
- data.tar.gz: fdebe93e851e33f810c31489fdb9feb337eabe35c26c2733aaf3d4d5102a2712b3abcf2a654bcebbcb41b1a1360ea7c7210ee9c67582b1c6df89ad814324fdad
6
+ metadata.gz: 0bbf1756eb5f5533a2863708b41af1e2fc3a0f2cbdb24eedbaae6c376f04f5fb9f1ef7d658c10696374bdbf1c3fe5dc15589ac53f5250a265d996f24ed38af41
7
+ data.tar.gz: b8e61994c2597fd925024955abd2a72a4ab93857f998e0a31be8b812fc454630503135d9395aba56979ebdda1242aa229be42c50eba6a1dc074593770382f184
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ *.gem
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ PATH
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- rspec-file_fixtures (0.1.0)
11
+ rspec-file_fixtures (0.1.1)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # RSpec::FileFixtures
2
2
 
3
+ A simple and convenient file fixture loader for [_RSpec_](https://rspec.info/).
4
+
3
5
  ## Installation
4
6
 
5
7
  Add this line to your application's Gemfile:
6
8
 
7
9
  ```ruby
8
- gem 'rspec-file_fixtures'
10
+ gem 'rspec-file_fixtures', '~> 0.1.1'
9
11
  ```
10
12
 
11
13
  And then execute:
@@ -4,8 +4,6 @@ require 'yaml'
4
4
  require 'json'
5
5
  require 'pathname'
6
6
 
7
- require 'rspec'
8
-
9
7
  require 'rspec/file_fixtures/version'
10
8
  require 'rspec/file_fixtures/fixture'
11
9
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  module FileFixtures
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-21 00:00:00.000000000 Z
11
+ date: 2021-02-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Load files from test fixtures directory quickly and conveniently
14
14
  email: