rspec-css 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 8cf46dbecc81991beafee3101cefd50b590c4e7745a2ceca5d739ee4b945d1bb
4
- data.tar.gz: 4739157e3ca66e807251c4c5973160c57a8ef60d4ea75752dda458a1174c2408
3
+ metadata.gz: d2ed4a8a277afb68eaa949a89a84c50dcf7063d5547e10bd3b86cf34f3dfb78e
4
+ data.tar.gz: 06bcf72eff9a55ab8a93c0d4d1b8c1038223d931d90b0441545186cf004661c5
5
5
  SHA512:
6
- metadata.gz: 217d4756cbb34f94dc74eb78832061bb3fa63d41e1cd5572d7a340b37a69a9c81252802e2b016957a9c2d2a418e62368a48242fb327df1890b3ad03633357d92
7
- data.tar.gz: bb68a7350e1f18562c763ad0905c4e2a938eb2a0ec76d4457443ac34ee9951cc0083f48bcc54e1c2a91d3a0854f6e48985286c22e5cb651593446133d6758907
6
+ metadata.gz: dc007489d5ed57f419609ffb48232c3c01462d200b6be9c2d8592b2f3331e4f139e0d15e566c75d0f16c36e83e3bc1349e7958b8227605f09281413237fae664
7
+ data.tar.gz: 0c5ca2ade82b203f57cfa69c3e38bfa3b3b7744d9536cfa2c7a35aa00c152a4981c9d9862346d1eb7ca261c08212ac470676dba48b37cdac8e0cf3de8fd55318
data/.gitignore CHANGED
@@ -14,3 +14,5 @@
14
14
  vendor
15
15
  .rspec_status
16
16
  .rspec
17
+ Gemfile.lock
18
+ .ruby-version
data/CHANGELOG CHANGED
@@ -1,9 +0,0 @@
1
- == 0.10.0
2
-
3
- * RSpec::Matchers::MatcherError used is removed from RSpec
4
- (https://github.com/rspec/rspec-expectations/commit/e031971317884815f2397c70ee9b02e467d0ef3c)
5
- * Support for Rake::MockResponse which does not have method code
6
-
7
- == 0.0.1
8
-
9
- * Matchers for HTTP response codes
data/README.md CHANGED
@@ -63,7 +63,7 @@ Diff:
63
63
 
64
64
  ## Contributing
65
65
 
66
- Bug reports and pull requests are welcome on GitHub at https://bitbucket.org/smapira/rspec-css. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
66
+ Bug reports and pull requests are welcome on Bitbucket at https://bitbucket.org/smapira/rspec-css. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
67
67
 
68
68
  ## License
69
69
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  module CSS
5
- VERSION = '0.0.2'
5
+ VERSION = '0.0.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - smapira
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-17 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -148,11 +148,9 @@ files:
148
148
  - ".circleci/config.yml"
149
149
  - ".gitignore"
150
150
  - ".rubocop.yml"
151
- - ".ruby-version"
152
151
  - CHANGELOG
153
152
  - CODE_OF_CONDUCT.md
154
153
  - Gemfile
155
- - Gemfile.lock
156
154
  - LICENCE
157
155
  - README.md
158
156
  - Rakefile
@@ -1 +0,0 @@
1
- 2.6.2
@@ -1,89 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rspec-css (0.0.2)
5
- capybara
6
- puma
7
- rack
8
- rspec
9
- selenium-webdriver
10
- webdrivers
11
-
12
- GEM
13
- remote: https://rubygems.org/
14
- specs:
15
- addressable (2.7.0)
16
- public_suffix (>= 2.0.2, < 5.0)
17
- ast (2.4.0)
18
- capybara (3.32.2)
19
- addressable
20
- mini_mime (>= 0.1.3)
21
- nokogiri (~> 1.8)
22
- rack (>= 1.6.0)
23
- rack-test (>= 0.6.3)
24
- regexp_parser (~> 1.5)
25
- xpath (~> 3.2)
26
- childprocess (3.0.0)
27
- diff-lcs (1.3)
28
- mini_mime (1.0.2)
29
- mini_portile2 (2.4.0)
30
- nio4r (2.5.2)
31
- nokogiri (1.10.9)
32
- mini_portile2 (~> 2.4.0)
33
- parallel (1.19.1)
34
- parser (2.7.1.2)
35
- ast (~> 2.4.0)
36
- public_suffix (4.0.5)
37
- puma (4.3.3)
38
- nio4r (~> 2.0)
39
- rack (2.2.2)
40
- rack-test (1.1.0)
41
- rack (>= 1.0, < 3)
42
- rainbow (3.0.0)
43
- rake (13.0.1)
44
- regexp_parser (1.7.0)
45
- rexml (3.2.4)
46
- rspec (3.9.0)
47
- rspec-core (~> 3.9.0)
48
- rspec-expectations (~> 3.9.0)
49
- rspec-mocks (~> 3.9.0)
50
- rspec-core (3.9.2)
51
- rspec-support (~> 3.9.3)
52
- rspec-expectations (3.9.2)
53
- diff-lcs (>= 1.2.0, < 2.0)
54
- rspec-support (~> 3.9.0)
55
- rspec-mocks (3.9.1)
56
- diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.9.0)
58
- rspec-support (3.9.3)
59
- rubocop (0.83.0)
60
- parallel (~> 1.10)
61
- parser (>= 2.7.0.1)
62
- rainbow (>= 2.2.2, < 4.0)
63
- rexml
64
- ruby-progressbar (~> 1.7)
65
- unicode-display_width (>= 1.4.0, < 2.0)
66
- ruby-progressbar (1.10.1)
67
- rubyzip (2.3.0)
68
- selenium-webdriver (3.142.7)
69
- childprocess (>= 0.5, < 4.0)
70
- rubyzip (>= 1.2.2)
71
- unicode-display_width (1.7.0)
72
- webdrivers (4.3.0)
73
- nokogiri (~> 1.6)
74
- rubyzip (>= 1.3.0)
75
- selenium-webdriver (>= 3.0, < 4.0)
76
- xpath (3.2.0)
77
- nokogiri (~> 1.8)
78
-
79
- PLATFORMS
80
- ruby
81
-
82
- DEPENDENCIES
83
- bundler
84
- rake
85
- rspec-css!
86
- rubocop
87
-
88
- BUNDLED WITH
89
- 2.1.4