minitest-snapshots 0.1.0 → 0.2.0

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: e17fe15d82b6f7622d31e0fb69cb56508001994fac052a3ad82a5ee2c41adc92
4
- data.tar.gz: 8ee736f647f6efa7b7239bed17a2c8ff4cbb8e28a5da7d776f1a26b3b7f66670
3
+ metadata.gz: 411f63a5cccd1e1db3268528b288bf135842b81a00545445d56aceb0e8bafe23
4
+ data.tar.gz: 4b12cb599785b458f68f545bd3cc4725f2870d0d35ae4397a921a436a7b16c6f
5
5
  SHA512:
6
- metadata.gz: f5a7aa37d3f7f297aa8705762953f0ddb105870e7869a2fd54ddff01e7cb43309a83788d58db92a6359858ed73d8222977f498751189150af791ddfecd471342
7
- data.tar.gz: aecb23fcbae3e353072bcee5dca5ae4480a57a9757cb88c68544318ba8e3636ab72b0a7220cd5d1ead7b6af0722b123aff7cd5c3f029741720036b5dcd022945
6
+ metadata.gz: 1080bbc13fb55cbe405def0c01f6a8236fef0f4b73dba4d29615df7a7f11a1bdd7eee212a3b05efa9c5a08b8df36e564e8acb48395893d1a7d232724124b3611
7
+ data.tar.gz: 3fff24593022ebe0d75419c4ba03dbb760b4a221852bde666c4d6cb982373bc1e18d48c503766c0b68c8e027cb4a33b7b0342d5306e3e66084771ff555c8a353
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- minitest-snapshots (0.1.0)
4
+ minitest-snapshots (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Snapshots
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
@@ -1,3 +1,5 @@
1
+ require "minitest"
2
+
1
3
  module Minitest::Snapshots
2
4
  class << self
3
5
  attr_accessor :force_updates
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-snapshots
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Brundage