phrasing 4.2.0 → 4.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab59d47095745ddba7fc118b728bcb34389d1498
4
- data.tar.gz: d86e8768222338edeafad50ec7053bea2f78e0f6
3
+ metadata.gz: ac13135c189add2c1c995372d8afaff63863d697
4
+ data.tar.gz: a2a0ac009155ff6a8438e1e086567ef326e08539
5
5
  SHA512:
6
- metadata.gz: fac34ccd99a05698f1089948ef00b58d70599d5c85f2d9e7ee52434ab8e77ad8a9a3e55e1835c5703cad1b019d5eba896e7d8aef7cd50be09537da1711cb3111
7
- data.tar.gz: 7b9ee0131811cd5d65c83832a5cc0476269285db63e48c61b611fdc5802f98e6f655fef4115a9493ffdf9163ce0c7427a6e0ade27d8dbd0cdaf2dfb7a09fcf24
6
+ metadata.gz: 31618d8667c75fad47e5dc4cbe460af00dd8c48916f53831b8c2eea722795616e3dbf8d8c0f62bcf0b5d5a2ed4ee19df7d34f2f6302efedc8c22e78b0553a400
7
+ data.tar.gz: c9f5575d6f24427aed3b837a0881129142eadae7d0a504c5bdc629183843b310c899fcacad487c974909ab308ba76cc4f53996bfff19fc3a70a0f4e75a4b8ca2
@@ -1,5 +1,9 @@
1
1
  # Phrasing Change Log
2
2
 
3
+ ## 4.2.1 (Nov 5th, 2018)
4
+
5
+ Fix linear-gradient syntax to be W3C compliant.
6
+
3
7
  ## 4.2.0 (Sep 7th, 2018)
4
8
 
5
9
  bundler-audit reported that there are DoS and RCE vulnerabilities in nokogiri:
@@ -137,7 +137,7 @@
137
137
  background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
138
138
  background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
139
139
  background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
140
- background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
140
+ background: #eee linear-gradient(to bottom, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
141
141
  border: 1px solid #aaa;
142
142
  border-top: 1px solid #ccc;
143
143
  border-left: 1px solid #ccc;
@@ -168,7 +168,7 @@
168
168
  background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
169
169
  background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
170
170
  background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
171
- background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
171
+ background: #ddd linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
172
172
  border: 1px solid #888;
173
173
  border-top: 1px solid #aaa;
174
174
  border-left: 1px solid #aaa; }
@@ -184,7 +184,7 @@
184
184
  background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
185
185
  background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
186
186
  background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
187
- background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
187
+ background: #ccc linear-gradient(to bottom, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
188
188
 
189
189
  .button.full-width,
190
190
  button.full-width,
@@ -1,3 +1,3 @@
1
1
  module Phrasing
2
- VERSION = '4.2.0'.freeze
2
+ VERSION = '4.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrasing
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Car
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-09-07 00:00:00.000000000 Z
12
+ date: 2018-11-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails