snap_diff 0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 64c4653ae6f2d286434c93866431876f9aff43a5601487d2bf2629e2d48ca3a4
4
+ data.tar.gz: d81e5e40d234539e275e5ad2046472b28b38bd0ebc09662f625b9787bdca9c74
5
+ SHA512:
6
+ metadata.gz: 13e91372b013201393f24c96c3e4847162119a05f53c90f17b9d0024d59b844ae82c7512d102b820f61e1b09f6e6533cd1e57605d732ec83ef4e3ae36e398e3b
7
+ data.tar.gz: 3c77b940d2e94d83d5bcd2190ff300ce6d3c46721344431ebc2d334ebf0fae3de84ed038f676217d5bf5ab03a8a8b2f459c83b3a8e3ae12f6247ea1f161c5f03
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # snap_diff
2
+
3
+ Name reservation. SnapDiff currently ships inside [capybara-screenshot-diff](https://rubygems.org/gems/capybara-screenshot-diff), which already provides the `SnapDiff` namespace (`SnapDiff.compare`, `SnapDiff.start`).
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: snap_diff
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Uwe Kubosch
8
+ - Paul Keen
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Name reservation for SnapDiff. Today this library lives in the capybara-screenshot-diff
14
+ gem, which already exposes the SnapDiff namespace. See https://github.com/snap-diff/snap_diff-capybara
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - README.md
20
+ homepage: https://github.com/snap-diff/snap_diff-capybara
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ allowed_push_host: https://rubygems.org
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '3.2'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 4.0.19
40
+ specification_version: 4
41
+ summary: 'Reserved: future home of the SnapDiff visual regression testing library'
42
+ test_files: []