purecss-sass 2.0.5 → 2.0.6

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
  SHA256:
3
- metadata.gz: 5ad8bb3290bbda983b803e25217c7c14d06c051f13e3a238634899f23b129d2d
4
- data.tar.gz: 56c9750dbbd2d48def6942574240261432573e95ac22b7980280c930936c0005
3
+ metadata.gz: 962a106589e0977c9ceb53ce35fc16d88243a13c54e08adae10d05f654eafabb
4
+ data.tar.gz: 625fe203ff80566a3d985280c3d4696643402a99b8cddcb70b0783beff9c1d7d
5
5
  SHA512:
6
- metadata.gz: e2beddc7f76748a8ad91dd1715707d27b265c8a46dbfd36b286a56fedd4f203965302512ae1f5cc33f94ab742e51ed45ab26162a217653f7f932e16b24e53b6a
7
- data.tar.gz: d42bd9ac46ee122f11e505d7d6468ce644c8aa3e385f6e86c34a79be89fba8b3926ab0dc68117e3f695b5f60d35f0b0d51b976d8aca4a20000955fd8cfa5c095
6
+ metadata.gz: 2499395878a5fb2e99f06ee254fa36ab7b10af86daca2b99175b5f2997b8481d052d1b73c7d1b8f9de15524ded89a6505cac1c728126f4d979c4738bbc0ea058
7
+ data.tar.gz: 8bae36ea0bcbc8426d83f65390b1487df96ae4d281bc47c99c2612c63a66c5428b7120e56700da1580dcf09b669a2b844bc823dbb4f6e808b237682bf7a9257a
@@ -6,7 +6,7 @@ jobs:
6
6
  strategy:
7
7
  fail-fast: false
8
8
  matrix:
9
- ruby: ['2.5', '2.6', '2.7']
9
+ ruby: [2.6, 2.7, '3.0']
10
10
  name: Ruby ${{ matrix.ruby }}
11
11
  steps:
12
12
  - name: Checkout
data/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 2.0.6 (2021-06-10)
2
+
3
+ - Update assets to match upstream version
4
+
5
+ Framework version: Pure v2.0.6
6
+
7
+ ## 2.0.5 (2021-01-21)
8
+
9
+ - Update assets to match upstream version
10
+
11
+ Framework version: Pure v2.0.5
12
+
13
+ ## 2.0.4 (2021-01-20)
14
+
15
+ - Update assets to match upstream version
16
+
17
+ Framework version: Pure v2.0.4
18
+
1
19
  ## 2.0.3 (2020-05-12)
2
20
 
3
21
  - Update assets to match upstream version
@@ -1,5 +1,5 @@
1
1
  module Purecss
2
2
  module Sass
3
- VERSION = '2.0.5'.freeze
3
+ VERSION = '2.0.6'.freeze
4
4
  end
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecss-sass",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Pure CSS framework, converted to Sass and ready to use in Sass powered applications",
5
5
  "keywords": [
6
6
  "pure",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.5
2
+ Pure v2.0.6
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecss-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-20 00:00:00.000000000 Z
11
+ date: 2021-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
- rubygems_version: 3.1.4
136
+ rubygems_version: 3.2.15
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Pure CSS framework, converted to Sass