purecss-sass 2.0.3 → 2.0.4

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: 909462f532b2c5f3f3653d5b560045f6c38cb4cfcb57b0d2d3690bafd28fbc30
4
- data.tar.gz: e0473810bef653777dd3d069912a42a00cc618dace954dd633a74ff797652db1
3
+ metadata.gz: 373f5237b50d87914d10bcd24a8d7af59612c636a1fe051ae92df3286cabf872
4
+ data.tar.gz: c9dfb109a9cfa6cec609f68006e9bdef3750a88650a73adb8283e9908fa5aa56
5
5
  SHA512:
6
- metadata.gz: 9c2f5e4263e52bedd9d7a00bfcb4b650fce2a22eaf3a1f0c3ff1ad4d1ed167b8ff0d2da297b4463cde472c97479e7ae89455ab5178821e7ad5dd120c827b3dd6
7
- data.tar.gz: 0ec4314a866959f3a7db16ee41d0e361d8ef321bb28ded5ad8bd63485c9297e20f40ce3e5f246e096b9a84bf0fd9dc305bae4e772a3b202e27a207268375093e
6
+ metadata.gz: 92da1a0fe8b2a5384ae441fbcc506f624dc641baa58244c6451f42c78130824652a52227c4f7ece9c3159e5591e351c097b432ccb5aa6b500d678202ef7091c2
7
+ data.tar.gz: 361d309c40a8433d447ec50aaa276b66331f8e097a5ab92e49c7fead990b8b7654362e8ecfc0ee76b0c6a7a4d8a9cd22082ef1884afdf26b709caad38e1a263d
@@ -0,0 +1,20 @@
1
+ name: CI
2
+ on: [push, pull_request]
3
+ jobs:
4
+ tests:
5
+ runs-on: ubuntu-latest
6
+ strategy:
7
+ fail-fast: false
8
+ matrix:
9
+ ruby: ['2.5', '2.6', '2.7']
10
+ name: Ruby ${{ matrix.ruby }}
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v2
14
+ - name: Set up Ruby
15
+ uses: ruby/setup-ruby@v1
16
+ with:
17
+ ruby-version: ${{ matrix.ruby }}
18
+ bundler-cache: true
19
+ - name: Run tests
20
+ run: bundle exec rake
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/purecss-sass.svg)](https://badge.fury.io/rb/purecss-sass)
4
4
  [![npm version](https://badge.fury.io/js/purecss-sass.svg)](https://badge.fury.io/js/purecss-sass)
5
- [![Build Status](https://travis-ci.com/rubysamurai/purecss-sass.svg?branch=master)](https://travis-ci.com/rubysamurai/purecss-sass)
5
+ [![CI](https://github.com/rubysamurai/purecss-sass/workflows/CI/badge.svg)](https://github.com/rubysamurai/purecss-sass/actions?query=workflow%3ACI)
6
6
 
7
7
  `purecss-sass` is a Sass-powered version of [Pure CSS](https://purecss.io/) for your applications, allowing to include all of Pure's components at once or load them individually.
8
8
 
@@ -1,5 +1,5 @@
1
1
  module Purecss
2
2
  module Sass
3
- VERSION = '2.0.3'.freeze
3
+ VERSION = '2.0.4'.freeze
4
4
  end
5
5
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecss-sass",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Pure CSS framework, converted to Sass and ready to use in Sass powered applications",
5
5
  "keywords": [
6
6
  "pure",
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  /*!
8
8
  normalize.css v | MIT License | git.io/normalize
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
 
8
8
  .pure-button {
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  /*csslint box-model:false*/
8
8
  /*
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  /*csslint box-model:false*/
8
8
  /*
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  @media screen and (min-width: 35.5em) {
8
8
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
8
8
 
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  /*csslint adjoining-classes: false, box-model:false*/
8
8
 
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v2.0.3
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
 
8
8
  .pure-table {
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.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-12 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
@@ -87,10 +87,10 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - ".github/workflows/ci.yml"
90
91
  - ".gitignore"
91
92
  - ".rspec"
92
93
  - ".rubocop.yml"
93
- - ".travis.yml"
94
94
  - CHANGELOG.md
95
95
  - Gemfile
96
96
  - LICENSE.txt
@@ -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.0.8
136
+ rubygems_version: 3.1.4
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Pure CSS framework, converted to Sass
@@ -1,6 +0,0 @@
1
- language: ruby
2
- cache: bundler
3
- rvm:
4
- - 2.5.8
5
- - 2.6.6
6
- - 2.7.1