lineup 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +20 -22
  4. data/lib/lineup/version.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a17d8bc5257725309379e7e824bdba5681ab9fe
4
- data.tar.gz: 112518de9bfa4f16a3f29c57e5340b018d60f2b0
3
+ metadata.gz: 5fc79bb94e7d7bcd3a329e448f3cf6dcb888b2ac
4
+ data.tar.gz: 68d31c1893927beba105dddb68f178017575eb1a
5
5
  SHA512:
6
- metadata.gz: bd9bb3965092754d5a7f6dae1df890ff55a56ba5f562b37c67b0d4e8e5534e29af0ee563842c3d04cfdabf70f9edf720680d9051d713767d12d31331d6353a3a
7
- data.tar.gz: cdc9c74279584ddf45d0232108d41b2a6c37bd86ac5fd757c0eb5a72161d44a3a85f54346d216c7ab509496c5ba394d2a692ee81bd85f92a6918fc49cb29f91a
6
+ metadata.gz: 7ac29e3631879bc16abf2497ff1031f1d45d3ef2a69c367912076afde463e09c95eee452807fb80250c5e7fcd3878cc6199f25476bec9c901f630107599c7de4
7
+ data.tar.gz: 0d92288942e352957bd1f177ec353e9b323a80d3bc8ef4bdc28e5071d14c3c7873b04e6f4d28c01b74c99041763e9dab31547d819bbf997d3175267485a4d386
data/Gemfile CHANGED
@@ -9,4 +9,4 @@ gem 'watir-webdriver'
9
9
  gem 'watir'
10
10
  gem 'headless'
11
11
  gem 'dimensions'
12
- gem 'oily_png'
12
+ gem 'oily_png', '1.2.0'
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lineup (0.5.1)
5
- chunky_png (~> 1.3)
4
+ lineup (0.7.3)
5
+ chunky_png (<= 1.3.6)
6
6
  dimensions (~> 1.3)
7
7
  headless (~> 0.1)
8
8
  oily_png (~> 1.2)
@@ -17,41 +17,39 @@ GEM
17
17
  specs:
18
18
  childprocess (0.5.9)
19
19
  ffi (~> 1.0, >= 1.0.11)
20
- chunky_png (1.3.5)
20
+ chunky_png (1.3.6)
21
21
  commonwatir (4.0.0)
22
22
  diff-lcs (1.2.5)
23
23
  dimensions (1.3.0)
24
- ffi (1.9.10)
24
+ ffi (1.9.14)
25
25
  headless (0.3.1)
26
- multi_json (1.11.2)
27
26
  oily_png (1.2.0)
28
27
  chunky_png (~> 1.3.1)
29
28
  pxdoppelganger (0.1.1)
30
- rspec (3.4.0)
31
- rspec-core (~> 3.4.0)
32
- rspec-expectations (~> 3.4.0)
33
- rspec-mocks (~> 3.4.0)
34
- rspec-core (3.4.2)
35
- rspec-support (~> 3.4.0)
36
- rspec-expectations (3.4.0)
29
+ rspec (3.5.0)
30
+ rspec-core (~> 3.5.0)
31
+ rspec-expectations (~> 3.5.0)
32
+ rspec-mocks (~> 3.5.0)
33
+ rspec-core (3.5.3)
34
+ rspec-support (~> 3.5.0)
35
+ rspec-expectations (3.5.0)
37
36
  diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.4.0)
39
- rspec-mocks (3.4.1)
37
+ rspec-support (~> 3.5.0)
38
+ rspec-mocks (3.5.0)
40
39
  diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.4.0)
42
- rspec-support (3.4.1)
43
- rubyzip (1.1.7)
44
- selenium-webdriver (2.50.0)
40
+ rspec-support (~> 3.5.0)
41
+ rspec-support (3.5.0)
42
+ rubyzip (1.2.0)
43
+ selenium-webdriver (2.53.4)
45
44
  childprocess (~> 0.5)
46
- multi_json (~> 1.0)
47
45
  rubyzip (~> 1.0)
48
46
  websocket (~> 1.0)
49
47
  watir (5.0.0)
50
48
  commonwatir (~> 4)
51
49
  watir-webdriver
52
- watir-webdriver (0.9.1)
50
+ watir-webdriver (0.9.3)
53
51
  selenium-webdriver (>= 2.46.2)
54
- websocket (1.2.2)
52
+ websocket (1.2.3)
55
53
 
56
54
  PLATFORMS
57
55
  ruby
@@ -60,7 +58,7 @@ DEPENDENCIES
60
58
  dimensions
61
59
  headless
62
60
  lineup!
63
- oily_png
61
+ oily_png (= 1.2.0)
64
62
  pxdoppelganger (= 0.1.1)
65
63
  rspec
66
64
  selenium-webdriver
@@ -2,7 +2,7 @@ module Lineup
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
- PATCH = 2
5
+ PATCH = 3
6
6
 
7
7
  class << self
8
8
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lineup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Finn
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-05 00:00:00.000000000 Z
12
+ date: 2016-09-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  requirements: []
182
182
  rubyforge_project:
183
- rubygems_version: 2.5.1
183
+ rubygems_version: 2.2.2
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: lineup will help you in your automated design regression testing