p_css 0.1.9 → 0.3.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -5
  3. data/lib/css/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c7c770667eefbfabcfd7543684970c971588c7d31ef7eaa8dfde8dfc71382ec
4
- data.tar.gz: fe5c819bb338d0417fed4e15fbf85f9c8a158038a0fd9d17e78e308c2e1c949f
3
+ metadata.gz: 56d14cfeff071d56fbc439f7dc2ad0cd9827bcc21ff1ff26b5d459e832855a91
4
+ data.tar.gz: 5c576b9cccd85b7be148ed868a90b90072e164a69e317ce56ecdb921e731d3be
5
5
  SHA512:
6
- metadata.gz: cf33855007bc4c7691d7a9c726eb51f85215492643ec54c2510438a4d10da5afefa176cc062c8eab5774b4a86a23049c5b7b5f64f121682581f34aceb826870d
7
- data.tar.gz: c72b82737b2c24a7585022da646135f743dfc9a59dc918267482f57ae2e68cd79dcfd6da106a14b6962ac2fd325ab09032a40e59148191d4146b08cc057ef37f
6
+ metadata.gz: badef00c5dc20716c989010581b364ede57d843bf4e31d4263d66e001eb7150f1e7f7f8572a4b53ffa6f49d897f93d93f47bc23ee92d7017b3489fa2475de134
7
+ data.tar.gz: 98ac482f74beb6fe2726cd8876083402e3995127d7a2205bc5c94063efe5d63bfc0f799d0dee7c5645ad4039af8f567b064e3d71e522e2e7cdb74d9162d39955
data/README.md CHANGED
@@ -25,11 +25,8 @@ and none of them currently:
25
25
  - resolve the cascade so `display: none` in a `<style>` tag actually
26
26
  influences a visibility judgement.
27
27
 
28
- p CSS fills that gap. The first concrete user is
29
- [capybara-simulated](https://github.com/ursm/capybara-simulated) (a
30
- Nokogiri + QuickJS Capybara driver that needs to know whether an element
31
- is hidden without a real browser), but the gem is intentionally general —
32
- no DOM library is hardwired in.
28
+ p CSS fills that gap. The gem is intentionally general — no DOM library
29
+ is hardwired in.
33
30
 
34
31
  ## What's in the box
35
32
 
data/lib/css/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CSS
2
- VERSION = '0.1.9'
2
+ VERSION = '0.3.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: p_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keita Urashima