percy-capybara 5.0.0.pre.1 → 5.0.0.pre.2
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 +4 -4
- data/lib/percy/version.rb +1 -1
- data/percy-capybara.gemspec +2 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c95d01092c2b8baa80ced4adc7c999924218982047730f4c4eb7425871dee6ff
|
|
4
|
+
data.tar.gz: 17a6ced2cf748377531e336dde040f9c644625439f5b1ef2b31824d85b730dc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07e54f416f8aa76ef4efa66c675d3b719b591c3c69fd92f072da0d4722ede8255ee09ab73448e952e8c6b4faa3cf800a61b0b8d0e6fd6748ff4682d4dfe8b78a
|
|
7
|
+
data.tar.gz: 2797605c75111a8b2cb0c195788fde9d029dcac84b653d5dd6ee617c5e5c10aa3015bac8abd2c65827edd7f93bccc88ff0eb2a243935913c43151b73dff24ff8
|
data/lib/percy/version.rb
CHANGED
data/percy-capybara.gemspec
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
-
require 'percy/version'
|
|
1
|
+
require_relative './lib/percy/version'
|
|
5
2
|
|
|
6
3
|
Gem::Specification.new do |spec|
|
|
7
4
|
spec.name = 'percy-capybara'
|
|
8
5
|
spec.version = PercyCapybara::VERSION
|
|
9
6
|
spec.authors = ['Perceptual Inc.']
|
|
10
7
|
spec.email = ['team@percy.io']
|
|
11
|
-
spec.summary = %q{Percy}
|
|
8
|
+
spec.summary = %q{Percy visual testing for Capybara}
|
|
12
9
|
spec.description = %q{}
|
|
13
10
|
spec.homepage = ''
|
|
14
11
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: percy-capybara
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.0.pre.
|
|
4
|
+
version: 5.0.0.pre.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Perceptual Inc.
|
|
@@ -161,7 +161,7 @@ requirements: []
|
|
|
161
161
|
rubygems_version: 3.0.3
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
|
-
summary: Percy
|
|
164
|
+
summary: Percy visual testing for Capybara
|
|
165
165
|
test_files:
|
|
166
166
|
- spec/fixture/index.html
|
|
167
167
|
- spec/lib/percy/percy_capybara_spec.rb
|