rematch 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rematch.rb +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8000531b99edc355b0d29b844278d0cdd07c4fc4381533bc46da67ffe0cc1d68
4
- data.tar.gz: 217d652a6fd6f2906320c55dfd3c965e46567d96b57fc52072795af76507d876
3
+ metadata.gz: 9f3271af42b8c0ebd9bd6c291e07fe71c1a90da689c211d170169b4ad25f6333
4
+ data.tar.gz: 3a27075b4698939aa160c670e27a937bc7f958d4918257e5264057caf17dbf2e
5
5
  SHA512:
6
- metadata.gz: fc259ae4bdc84553b60cefe0590721c7762595d8890e0dda85884e96393e97f8f85ef89f10046a10b11ea1d62c2303078fe391cc50204fcb5605155c53407afb
7
- data.tar.gz: 60f9c9c325bb6b4937f2513329002891e1f244b475e8d7172c044da64a148e88c90b40e3410b9c288328277d4ac5ced09d25ac37f389b45bc0fcaaa2d9804636
6
+ metadata.gz: 71ce7f05a928e044bca8d416df72a316a9d6f280d8fb05570e5b8f6a380568c378d8aedba8374f5a31e02069c262a1e92cf152f819702d5e8eebdb3f7445067e
7
+ data.tar.gz: b12f5b0f28535c42457d6a4da0266472ef4968691a4d6969c919090849d9d14394f5ef117955b52b684b0292e08263812220b340acb0071781960536da8c7aca
data/lib/rematch.rb CHANGED
@@ -5,9 +5,10 @@ require 'fileutils'
5
5
 
6
6
  # Implement the key/value store
7
7
  class Rematch
8
- VERSION = '1.3.0'
8
+ VERSION = '1.3.1'
9
9
  EXT = '.rematch'
10
10
 
11
+ @rebuild = false
11
12
  @rebuilt = []
12
13
  class << self
13
14
  attr_accessor :rebuild
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rematch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Domizio Demichelis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-23 00:00:00.000000000 Z
11
+ date: 2021-06-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Instead of copying and pasting large outputs or big ruby structures into
14
14
  all the affected test files every time your code change, you can do it the easy