percy-capybara 2.3.0.pre.beta → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71c56a6b8fa32cad84b4ae785c5e588fb69a8cc3
4
- data.tar.gz: 180f9ef6e37fff8a5b6651636d0c9da1da09bdd8
3
+ metadata.gz: b4fa53f0081ebabd12000ff5f39c06e28297bfbc
4
+ data.tar.gz: 21b44860cfa4b8889f19a4f58d2584885c25f67b
5
5
  SHA512:
6
- metadata.gz: 46f00c5cbd564c7e70c681a7a3f656e03c0951852e83ac9bea9f4084ef9df6ac85bd6eb2c39dda6b83766d60e3297bb22518cca6ee176e2111a83588389295cd
7
- data.tar.gz: 220bf693af97479584a1baeb7b39d1affddb4b5bbdf7978dc46b112ff28b0ab148a8e80a0e4cdb1edeb78583d04435b2ab306e053b3d8f7fe47011db2468831a
6
+ metadata.gz: fdfa8ff47bc03eb7305d70c67be28340b6de54fa84c60705f67d4f60349c303c0588832f8730b0a8c8c923a0c37abadee5ce6cffa0f8d3e832e4b68fc386c6a7
7
+ data.tar.gz: 72a3006999f0a1af062faf9eba13cabc40ea8d888373cb7bb3b1b9a682173be2f76780598e18e6ded726eebb728e0a984ed491b33c20aca0883e834b00d58844
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- percy-capybara (2.3.0.pre.beta)
4
+ percy-capybara (2.3.0)
5
5
  percy-client (~> 1.4)
6
6
 
7
7
  GEM
@@ -44,7 +44,7 @@ GEM
44
44
  guard-compat (~> 1.1)
45
45
  rspec (>= 2.99.0, < 4.0)
46
46
  hashdiff (0.2.3)
47
- httpclient (2.8.0)
47
+ httpclient (2.8.1)
48
48
  json (1.8.3)
49
49
  listen (3.0.6)
50
50
  rb-fsevent (>= 0.9.3)
@@ -61,7 +61,7 @@ GEM
61
61
  notiffany (0.0.8)
62
62
  nenv (~> 0.1)
63
63
  shellany (~> 0.0)
64
- percy-client (1.4.2)
64
+ percy-client (1.6.0)
65
65
  faraday (>= 0.9)
66
66
  httpclient (>= 2.6)
67
67
  pry (0.10.3)
@@ -127,4 +127,4 @@ DEPENDENCIES
127
127
  webmock (~> 1)
128
128
 
129
129
  BUNDLED WITH
130
- 1.10.6
130
+ 1.12.5
data/README.md CHANGED
@@ -3,4 +3,4 @@
3
3
  [![Build Status](https://travis-ci.org/percy/percy-capybara.svg?branch=master)](https://travis-ci.org/percy/percy-capybara)
4
4
  [![Gem Version](https://badge.fury.io/rb/percy-capybara.svg)](http://badge.fury.io/rb/percy-capybara)
5
5
 
6
- #### Docs here: [https://percy.io/docs/capybara](https://percy.io/docs/capybara)
6
+ #### Docs here: [https://percy.io/docs/clients/ruby/capybara](https://percy.io/docs/clients/ruby/capybara)
@@ -1,5 +1,5 @@
1
1
  module Percy
2
2
  module Capybara
3
- VERSION = '2.3.0-beta'
3
+ VERSION = '2.3.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: percy-capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.pre.beta
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Perceptual Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-05 00:00:00.000000000 Z
11
+ date: 2016-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: percy-client
@@ -241,12 +241,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
241
241
  version: '0'
242
242
  required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  requirements:
244
- - - ">"
244
+ - - ">="
245
245
  - !ruby/object:Gem::Version
246
- version: 1.3.1
246
+ version: '0'
247
247
  requirements: []
248
248
  rubyforge_project:
249
- rubygems_version: 2.2.2
249
+ rubygems_version: 2.4.8
250
250
  signing_key:
251
251
  specification_version: 4
252
252
  summary: Percy::Capybara