sass-rails 6.0.0.beta2 → 6.0.0.beta3

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sass/rails/version.rb +1 -1
  3. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdb55e4ec7ba4e141764095288c4657b407434770231b200f53ed959fd3b4cc2
4
- data.tar.gz: 37f07940c5723becaea39eeb87a6615cae3505f272c0e91adf21ae4481c9639c
3
+ metadata.gz: 8b5c4c41aa239bf860260fd4e873410094b0387b7fb836c694b6c20d9fea684a
4
+ data.tar.gz: 1b1b5177c00140a176842dadfd5c0e26612fcb07fa051a28ffa03eee4c55e179
5
5
  SHA512:
6
- metadata.gz: e87ba4605c8479ba1be9bb10294a5574829eb477f195fd1984ad14259515b9215a67aa3c35474414b127b24dd741cce47e8e349211598107840a4a429b582cca
7
- data.tar.gz: 5727a314aa6f2668336f89966093e3150809a62be53f1e1250ed83bfc58406ce7b4d22915845a5751fd7db4bf238784cb8fa9cbedeeefe26aa98b4c5e6c2050d
6
+ metadata.gz: 2c8dff8da4419c4a6821fb892bcca7a9a981eaad5b1c3ce56c3fef8cd36dbb705663f1bafe163cb778ad66eb57d92610b9c6bf6fcda81f7c6610790522a9f885
7
+ data.tar.gz: f156d1529c626c1681357ebb155162c012cf3c39590f74a2e5a578d8b43577ab98f78ee236f78b8add7f684a5c59ba956b8bd50634d136c90b756c6ae5b190a4
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Rails
3
- VERSION = "6.0.0.beta2"
3
+ VERSION = "6.0.0.beta3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.beta2
4
+ version: 6.0.0.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - wycats
@@ -9,28 +9,28 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-03-27 00:00:00.000000000 Z
12
+ date: 2019-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sassc-rails
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
19
- - !ruby/object:Gem::Version
20
- version: 2.1.0
21
18
  - - "~>"
22
19
  - !ruby/object:Gem::Version
23
20
  version: '2.1'
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.1.1
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
27
27
  requirements:
28
- - - ">="
29
- - !ruby/object:Gem::Version
30
- version: 2.1.0
31
28
  - - "~>"
32
29
  - !ruby/object:Gem::Version
33
30
  version: '2.1'
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.1.1
34
34
  description: Sass adapter for the Rails asset pipeline.
35
35
  email:
36
36
  - wycats@gmail.com
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: 1.3.1
68
68
  requirements: []
69
- rubygems_version: 3.0.1
69
+ rubygems_version: 3.0.3
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Sass adapter for the Rails asset pipeline.