minitest-holdify 1.0.0 → 1.0.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: cd9cfe38c2cb4dc5fb508261f9b89e107dcbcdb01902018ca30cd68f713bec4e
4
- data.tar.gz: 487b7577edbeec62c7e2bd26f6dc7dc0af71fe6eae1915160265057c2efaf32e
3
+ metadata.gz: e52a7f895ae3023c767178f3b678fbb7daa0da3f0253ee83a4428cccfa23cce0
4
+ data.tar.gz: 56f7bf3e4903f8506053b7fecb3be01c3ac642f6b2d9f490cdcdbb0fc303dfa3
5
5
  SHA512:
6
- metadata.gz: b606c8de07fa255ee00025c26697b539092bd5ed44f5d01790ce96a115542186ab6371c3006eed5030f7f01c2f7264d9dcec4389964784daa112ada0ba61dbba
7
- data.tar.gz: 2e448c696404d64f7a1491fb7fe6cdc90c4c4da7dc37df44f8a7e437d195b61d360bdc17b3751c61d4ceefcf3e38698aa64af4012406a8afa1731dec8e47e8dd
6
+ metadata.gz: 26522a5a41ee3ff122d748a0536f830d9d7c7d1b376ae3d3f42fe8df46ad2852f4aad48239df5bd0a70ba29af127a51da5efdf565fbeea5700f65833f455cd88
7
+ data.tar.gz: add1f22c79883b79477340aa077921b981916fbeb36807944b2d6d85d00720baefa76241bdfcd59fa120c0e1b403b0fee381a7db04adf2e09a9a51dca65e764a
data/lib/holdify.rb CHANGED
@@ -5,7 +5,7 @@ require_relative 'holdify/store'
5
5
 
6
6
  # Add description
7
7
  class Holdify
8
- VERSION = '1.0.0'
8
+ VERSION = '1.0.1'
9
9
  CONFIG = { ext: '.yaml' }.freeze
10
10
 
11
11
  class << self
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "holdify"
3
+ require_relative 'holdify'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-holdify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Domizio Demichelis
@@ -23,10 +23,8 @@ dependencies:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
25
  version: 5.0.0
26
- description: Holdify eliminates the burden of maintaining large expected values into
27
- your test files. It behaves as if the expected value were hardcoded inline, but
28
- keeps it stored externally. This ensures your values hold true without polluting
29
- your test files, and allows for effortless updates when your code changes.
26
+ description: Stop maintaining large expected values in your test/fixture files! Hold
27
+ them automatically. Update them effortlessly.
30
28
  email:
31
29
  - dd.nexus@gmail.com
32
30
  executables: []
@@ -62,5 +60,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
60
  requirements: []
63
61
  rubygems_version: 3.6.9
64
62
  specification_version: 4
65
- summary: Hardcoded values suck! Hold them inline!
63
+ summary: Hardcoded values suck! Holdify them.
66
64
  test_files: []