compass-rails 3.1.0 → 4.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: eea50b65faf9ecd3bf9bcd471f11376149600c62
4
- data.tar.gz: 8ffed3f19d288998804e98dbed2e25c473a06afc
2
+ SHA256:
3
+ metadata.gz: 051e3425d85a8db3f1b3d76430f4523a905b19d51b3d29476188f18441fe315b
4
+ data.tar.gz: 30d80439765d7c6288c1f460ee1ad45d710bb690f3e8fda29bbd7c13039d7199
5
5
  SHA512:
6
- metadata.gz: 671825816ee26661cfaf09da988a0ff3fd9535a63cdef5c8513bd44d1cb27835dad9127eb13382cac3e21181df4038c1587e40c73f2926c6fe2e200e9ef8a1a6
7
- data.tar.gz: f8eb49b0f9369b164c5679a52b0fc10ec2efe8241c5899dfa4738133a403b773bfbc8b9643f76ce9f8ca85558ece494d4eb1854c21bd95029303ebde102daece
6
+ metadata.gz: 4be5c5939deedbe57b6c64e801cb69ef14947722de615a279e51e051f6b8efc063197fe72b26a97eb6036b31012d123762ad20f8409a78e30ebd113f62895ea1
7
+ data.tar.gz: 4b95ded34fbfeae63c2df0645b63e8452040046ec38e11e5601624764a70c9353829a88d210f4569110c04987530237829f6563347b141f5fd21ee116b49f1b9
@@ -1,33 +1,22 @@
1
1
  language: ruby
2
2
  sudo: false
3
3
  rvm:
4
- - 2.2.4
5
- - 2.3.0
6
- - 2.4.0
4
+ - 2.4.9
5
+ - 2.5.7
6
+ - 2.6.5
7
+ - 2.7.0
7
8
  - ruby-head
8
9
  - jruby-head
9
10
  gemfile:
10
- - gemfiles/rails31.gemfile
11
- - gemfiles/rails32.gemfile
12
- - gemfiles/rails40.gemfile
13
- - gemfiles/rails42.gemfile
14
- - gemfiles/rails50.gemfile
15
- - gemfiles/rails51.gemfile
11
+ - gemfiles/rails52.gemfile
12
+ - gemfiles/rails60.gemfile
16
13
  - gemfiles/rails_edge.gemfile
17
14
  matrix:
18
15
  exclude:
19
- - rvm: 2.4.0
20
- gemfile: gemfiles/rails31.gemfile
21
- - rvm: 2.4.0
22
- gemfile: gemfiles/rails32.gemfile
23
- - rvm: 2.4.0
24
- gemfile: gemfiles/rails40.gemfile
25
- - rvm: ruby-head
26
- gemfile: gemfiles/rails31.gemfile
27
- - rvm: ruby-head
28
- gemfile: gemfiles/rails32.gemfile
29
- - rvm: ruby-head
30
- gemfile: gemfiles/rails40.gemfile
16
+ - rvm: 2.4.9
17
+ gemfile: gemfiles/rails60.gemfile
18
+ - rvm: 2.4.9
19
+ gemfile: gemfiles/rails_edge.gemfile
31
20
  fast_finish: true
32
21
  allow_failures:
33
22
  - rvm: ruby-head
data/Appraisals CHANGED
@@ -1,44 +1,23 @@
1
- appraise "rails31" do
2
- gem "rails", "3.1.3"
3
- gem "sprockets", "< 2.13"
4
- gem "sass-rails"
5
- end
6
-
7
- appraise "rails32" do
8
- gem "rails", "~> 3.2"
9
- gem "sprockets", "< 2.13"
10
- gem "sass-rails"
11
- end
12
-
13
- appraise "rails40" do
14
- gem "rails", "~> 4.0.0"
15
- gem "sprockets", "< 2.13"
16
- gem "sass-rails"
17
- end
18
-
19
- appraise "rails42" do
20
- gem "rails", "~> 4.2.0"
21
- gem "sprockets", "< 4.0"
22
- gem "sass-rails", "~> 5.0"
23
- end
24
-
25
- appraise "rails50" do
26
- gem "rails", "~> 5.0.0"
1
+ appraise "rails52" do
2
+ gem "rails", "~> 5.2.0"
27
3
  gem "sprockets", "< 4.0"
28
4
  gem "sass-rails", "~> 5.0"
5
+ gem "bootsnap", require: false
29
6
  end
30
7
 
31
- appraise "rails51" do
32
- gem "rails", "~> 5.1.0"
8
+ appraise "rails60" do
9
+ gem "rails", "~> 6.0.0"
33
10
  gem "sprockets", "< 4.0"
34
11
  gem "sass-rails", "~> 5.0"
12
+ gem "webpacker", "~> 4.0"
13
+ gem "bootsnap", ">= 1.4.2", require: false
35
14
  end
36
15
 
37
16
  appraise "rails_edge" do
38
- git 'git://github.com/rails/rails.git' do
39
- gem "rails"
40
- end
17
+ gem "rails", github: "rails/rails"
41
18
 
42
19
  gem "sprockets", "< 4.0"
43
20
  gem "sass-rails", "~> 5.0"
21
+ gem "webpacker", "~> 4.0"
22
+ gem "bootsnap", ">= 1.4.2", require: false
44
23
  end
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
+ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
2
3
 
3
4
  # Specify your gem's dependencies in compass-rails.gemspec
4
5
  gemspec
data/README.md CHANGED
@@ -14,7 +14,7 @@ Framework](http://compass-style.org) for [Ruby on Rails](http://rubyonrails.org/
14
14
 
15
15
  Since Compass v0.12.0, this is the only way to use compass with your rails application.
16
16
 
17
- Supports Rails 3.2, 4.x and 5.x releases.
17
+ Supports Rails 5.2 and 6.x releases.
18
18
 
19
19
  ## Installation
20
20
 
@@ -56,9 +56,9 @@ Use `application.css` to require files that use compass features. Ex:
56
56
 
57
57
  ### Configuration
58
58
 
59
- Compass-rails is configured out of the box to work with Rails.
59
+ Compass-rails is configured out of the box to work with Rails.
60
60
 
61
- Advanced users can choose to add a `config/compass.rb` and take advantage of the [Compass configuration
61
+ Advanced users can choose to add a `config/compass.rb` and take advantage of the [Compass configuration
62
62
  reference](http://compass-style.org/help/documentation/configuration-reference/)
63
63
  as is.
64
64
 
@@ -66,7 +66,7 @@ as is.
66
66
 
67
67
  Step 1: Add it to your Gemfile and run the `bundle` command to install it.
68
68
 
69
- Step 2: Install the extension's assets: `bundle exec compass install
69
+ Step 2: Install the extension's assets: `bundle exec compass install
70
70
  <extension/template>`
71
71
 
72
72
  For example, if you want to use susy.
@@ -6,9 +6,10 @@ gem "rb-fsevent", require: false
6
6
  gem "ruby_gntp", require: false
7
7
  gem "guard"
8
8
  gem "guard-test"
9
- gem "rails", "~> 5.0.0"
9
+ gem "rails", "~> 5.2.0"
10
10
  gem "sprockets", "< 4.0"
11
11
  gem "sass-rails", "~> 5.0"
12
+ gem "bootsnap", require: false
12
13
 
13
14
  group :test do
14
15
  gem "mocha"
@@ -6,9 +6,11 @@ gem "rb-fsevent", require: false
6
6
  gem "ruby_gntp", require: false
7
7
  gem "guard"
8
8
  gem "guard-test"
9
- gem "rails", "~> 5.1.0"
9
+ gem "rails", "~> 6.0.0"
10
10
  gem "sprockets", "< 4.0"
11
11
  gem "sass-rails", "~> 5.0"
12
+ gem "webpacker", "~> 4.0"
13
+ gem "bootsnap", ">= 1.4.2", require: false
12
14
 
13
15
  group :test do
14
16
  gem "mocha"
@@ -2,16 +2,15 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- git "git://github.com/rails/rails.git" do
6
- gem "rails"
7
- end
8
-
9
5
  gem "rb-fsevent", require: false
10
6
  gem "ruby_gntp", require: false
11
7
  gem "guard"
12
8
  gem "guard-test"
9
+ gem "rails", git: "https://github.com/rails/rails.git"
13
10
  gem "sprockets", "< 4.0"
14
11
  gem "sass-rails", "~> 5.0"
12
+ gem "webpacker", "~> 4.0"
13
+ gem "bootsnap", ">= 1.4.2", require: false
15
14
 
16
15
  group :test do
17
16
  gem "mocha"
@@ -1,3 +1,3 @@
1
1
  module CompassRails
2
- VERSION = '3.1.0' unless defined?(::CompassRails::VERSION)
2
+ VERSION = '4.0.0' unless defined?(::CompassRails::VERSION)
3
3
  end
@@ -4,34 +4,22 @@ module CompassRails
4
4
  include FileHelper
5
5
  include DebugHelper
6
6
  include CommandHelper
7
+ RAILS_6_1 = "6.1"
8
+ RAILS_6_0 = "6.0"
7
9
  RAILS_5_2 = "5.2"
8
- RAILS_5_1 = "5.1"
9
- RAILS_5_0 = "5.0"
10
- RAILS_4_2 = "4.2"
11
- RAILS_4_0 = "4.0"
12
- RAILS_3_2 = "3.2"
13
- RAILS_3_1 = "3.1"
14
10
 
15
11
  WORKING_DIR = File.join(ROOT_PATH, 'rails-temp')
16
12
 
17
13
  VERSION_LOOKUP = {
14
+ RAILS_6_1 => %r{^6\.1\.},
15
+ RAILS_6_0 => %r{^6\.0\.},
18
16
  RAILS_5_2 => %r{^5\.2\.},
19
- RAILS_5_1 => %r{^5\.1\.},
20
- RAILS_5_0 => %r{^5\.0\.},
21
- RAILS_4_2 => %r{^4\.2\.},
22
- RAILS_4_0 => %r{^4\.0\.},
23
- RAILS_3_2 => %r{^3\.2\.},
24
- RAILS_3_1 => %r{^3\.1\.},
25
17
  }
26
18
 
27
19
  GEMFILES = {
28
- RAILS_5_2 => GEMFILES_DIR.join("rails_edge.gemfile").to_s,
29
- RAILS_5_1 => GEMFILES_DIR.join("rails51.gemfile").to_s,
30
- RAILS_5_0 => GEMFILES_DIR.join("rails50.gemfile").to_s,
31
- RAILS_4_2 => GEMFILES_DIR.join("rails42.gemfile").to_s,
32
- RAILS_4_0 => GEMFILES_DIR.join("rails40.gemfile").to_s,
33
- RAILS_3_2 => GEMFILES_DIR.join("rails32.gemfile").to_s,
34
- RAILS_3_1 => GEMFILES_DIR.join("rails31.gemfile").to_s
20
+ RAILS_6_1 => GEMFILES_DIR.join("rails_edge.gemfile").to_s,
21
+ RAILS_6_0 => GEMFILES_DIR.join("rails60.gemfile").to_s,
22
+ RAILS_5_2 => GEMFILES_DIR.join("rails52.gemfile").to_s,
35
23
  }
36
24
 
37
25
  GENERATOR_OPTIONS = ['-q', '-G', '-O', '--skip-bundle']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Davis
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-04-27 00:00:00.000000000 Z
13
+ date: 2020-02-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: compass
@@ -73,12 +73,8 @@ files:
73
73
  - README.md
74
74
  - Rakefile
75
75
  - compass-rails.gemspec
76
- - gemfiles/rails31.gemfile
77
- - gemfiles/rails32.gemfile
78
- - gemfiles/rails40.gemfile
79
- - gemfiles/rails42.gemfile
80
- - gemfiles/rails50.gemfile
81
- - gemfiles/rails51.gemfile
76
+ - gemfiles/rails52.gemfile
77
+ - gemfiles/rails60.gemfile
82
78
  - gemfiles/rails_edge.gemfile
83
79
  - lib/compass-rails.rb
84
80
  - lib/compass-rails/configuration.rb
@@ -129,8 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
125
  - !ruby/object:Gem::Version
130
126
  version: '0'
131
127
  requirements: []
132
- rubyforge_project:
133
- rubygems_version: 2.2.2
128
+ rubygems_version: 3.0.3
134
129
  signing_key:
135
130
  specification_version: 4
136
131
  summary: Integrate Compass into Rails 3.0 and up.
@@ -1,19 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rb-fsevent", require: false
6
- gem "ruby_gntp", require: false
7
- gem "guard"
8
- gem "guard-test"
9
- gem "rails", "3.1.3"
10
- gem "sprockets", "< 2.13"
11
- gem "sass-rails"
12
-
13
- group :test do
14
- gem "mocha"
15
- gem "appraisal"
16
- gem "minitest"
17
- end
18
-
19
- gemspec path: "../"
@@ -1,19 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rb-fsevent", require: false
6
- gem "ruby_gntp", require: false
7
- gem "guard"
8
- gem "guard-test"
9
- gem "rails", "~> 3.2"
10
- gem "sprockets", "< 2.13"
11
- gem "sass-rails"
12
-
13
- group :test do
14
- gem "mocha"
15
- gem "appraisal"
16
- gem "minitest"
17
- end
18
-
19
- gemspec path: "../"
@@ -1,19 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rb-fsevent", require: false
6
- gem "ruby_gntp", require: false
7
- gem "guard"
8
- gem "guard-test"
9
- gem "rails", "~> 4.0.0"
10
- gem "sprockets", "< 2.13"
11
- gem "sass-rails"
12
-
13
- group :test do
14
- gem "mocha"
15
- gem "appraisal"
16
- gem "minitest"
17
- end
18
-
19
- gemspec path: "../"
@@ -1,19 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rb-fsevent", require: false
6
- gem "ruby_gntp", require: false
7
- gem "guard"
8
- gem "guard-test"
9
- gem "rails", "~> 4.2.0"
10
- gem "sprockets", "< 4.0"
11
- gem "sass-rails", "~> 5.0"
12
-
13
- group :test do
14
- gem "mocha"
15
- gem "appraisal"
16
- gem "minitest"
17
- end
18
-
19
- gemspec path: "../"