sass-rails 4.0.3 → 5.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -16
- data/lib/rails/generators/sass/assets/assets_generator.rb +1 -1
- data/lib/rails/generators/sass/assets/templates/{stylesheet.css.sass → stylesheet.sass} +0 -0
- data/lib/rails/generators/sass_scaffold.rb +1 -2
- data/lib/rails/generators/scss/assets/assets_generator.rb +1 -1
- data/lib/rails/generators/scss/assets/templates/{stylesheet.css.scss → stylesheet.scss} +0 -0
- data/lib/sass/rails/cache_store.rb +31 -0
- data/lib/sass/rails/helpers.rb +4 -21
- data/lib/sass/rails/importer.rb +124 -81
- data/lib/sass/rails/logger.rb +1 -0
- data/lib/sass/rails/railtie.rb +34 -11
- data/lib/sass/rails/template.rb +67 -23
- data/lib/sass/rails/version.rb +1 -1
- metadata +69 -473
- data/.gitignore +0 -6
- data/.travis.yml +0 -22
- data/CHANGELOG.md +0 -48
- data/Gemfile +0 -8
- data/Rakefile +0 -29
- data/sass-rails.gemspec +0 -27
- data/sass-rails.gemspec.erb +0 -27
- data/test/fixtures/alternate_config_project/.gitignore +0 -5
- data/test/fixtures/alternate_config_project/Gemfile +0 -7
- data/test/fixtures/alternate_config_project/README +0 -261
- data/test/fixtures/alternate_config_project/Rakefile +0 -7
- data/test/fixtures/alternate_config_project/app/assets/images/1x1.png +0 -0
- data/test/fixtures/alternate_config_project/app/assets/images/rails.png +0 -0
- data/test/fixtures/alternate_config_project/app/assets/javascripts/application.js +0 -9
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss +0 -32
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css +0 -7
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass +0 -5
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss +0 -9
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass +0 -2
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css +0 -3
- data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss +0 -1
- data/test/fixtures/alternate_config_project/app/controllers/application_controller.rb +0 -3
- data/test/fixtures/alternate_config_project/app/helpers/application_helper.rb +0 -2
- data/test/fixtures/alternate_config_project/app/mailers/.gitkeep +0 -0
- data/test/fixtures/alternate_config_project/app/models/.gitkeep +0 -0
- data/test/fixtures/alternate_config_project/app/views/layouts/application.html.erb +0 -14
- data/test/fixtures/alternate_config_project/config.ru +0 -4
- data/test/fixtures/alternate_config_project/config/application.rb +0 -49
- data/test/fixtures/alternate_config_project/config/boot.rb +0 -6
- data/test/fixtures/alternate_config_project/config/database.yml +0 -25
- data/test/fixtures/alternate_config_project/config/environment.rb +0 -5
- data/test/fixtures/alternate_config_project/config/environments/development.rb +0 -27
- data/test/fixtures/alternate_config_project/config/environments/production.rb +0 -56
- data/test/fixtures/alternate_config_project/config/environments/test.rb +0 -38
- data/test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb +0 -7
- data/test/fixtures/alternate_config_project/config/initializers/inflections.rb +0 -10
- data/test/fixtures/alternate_config_project/config/initializers/mime_types.rb +0 -5
- data/test/fixtures/alternate_config_project/config/initializers/secret_token.rb +0 -7
- data/test/fixtures/alternate_config_project/config/initializers/session_store.rb +0 -8
- data/test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb +0 -12
- data/test/fixtures/alternate_config_project/config/locales/en.yml +0 -5
- data/test/fixtures/alternate_config_project/config/routes.rb +0 -58
- data/test/fixtures/alternate_config_project/db/seeds.rb +0 -7
- data/test/fixtures/alternate_config_project/doc/README_FOR_APP +0 -2
- data/test/fixtures/alternate_config_project/lib/tasks/.gitkeep +0 -0
- data/test/fixtures/alternate_config_project/log/.gitkeep +0 -0
- data/test/fixtures/alternate_config_project/public/404.html +0 -26
- data/test/fixtures/alternate_config_project/public/422.html +0 -26
- data/test/fixtures/alternate_config_project/public/500.html +0 -26
- data/test/fixtures/alternate_config_project/public/favicon.ico +0 -0
- data/test/fixtures/alternate_config_project/public/index.html +0 -241
- data/test/fixtures/alternate_config_project/public/robots.txt +0 -5
- data/test/fixtures/alternate_config_project/script/rails +0 -6
- data/test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep +0 -0
- data/test/fixtures/alternate_config_project/vendor/plugins/.gitkeep +0 -0
- data/test/fixtures/engine_project/.gitignore +0 -8
- data/test/fixtures/engine_project/Gemfile +0 -14
- data/test/fixtures/engine_project/MIT-LICENSE +0 -20
- data/test/fixtures/engine_project/README.rdoc +0 -3
- data/test/fixtures/engine_project/Rakefile +0 -34
- data/test/fixtures/engine_project/app/assets/images/engine_project/.keep +0 -0
- data/test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js +0 -16
- data/test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css +0 -13
- data/test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb +0 -4
- data/test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb +0 -4
- data/test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb +0 -14
- data/test/fixtures/engine_project/config/routes.rb +0 -2
- data/test/fixtures/engine_project/engine_project.gemspec +0 -23
- data/test/fixtures/engine_project/lib/engine_project.rb +0 -4
- data/test/fixtures/engine_project/lib/engine_project/engine.rb +0 -5
- data/test/fixtures/engine_project/lib/engine_project/version.rb +0 -3
- data/test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake +0 -4
- data/test/fixtures/engine_project/script/rails +0 -8
- data/test/fixtures/engine_project/test/dummy/README.rdoc +0 -28
- data/test/fixtures/engine_project/test/dummy/Rakefile +0 -6
- data/test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js +0 -16
- data/test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css +0 -13
- data/test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb +0 -5
- data/test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep +0 -0
- data/test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb +0 -2
- data/test/fixtures/engine_project/test/dummy/app/mailers/.keep +0 -0
- data/test/fixtures/engine_project/test/dummy/app/models/.keep +0 -0
- data/test/fixtures/engine_project/test/dummy/app/models/concerns/.keep +0 -0
- data/test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb +0 -14
- data/test/fixtures/engine_project/test/dummy/bin/bundle +0 -3
- data/test/fixtures/engine_project/test/dummy/bin/rails +0 -4
- data/test/fixtures/engine_project/test/dummy/bin/rake +0 -4
- data/test/fixtures/engine_project/test/dummy/config.ru +0 -4
- data/test/fixtures/engine_project/test/dummy/config/application.rb +0 -23
- data/test/fixtures/engine_project/test/dummy/config/boot.rb +0 -9
- data/test/fixtures/engine_project/test/dummy/config/database.yml +0 -25
- data/test/fixtures/engine_project/test/dummy/config/environment.rb +0 -5
- data/test/fixtures/engine_project/test/dummy/config/environments/development.rb +0 -27
- data/test/fixtures/engine_project/test/dummy/config/environments/production.rb +0 -80
- data/test/fixtures/engine_project/test/dummy/config/environments/test.rb +0 -36
- data/test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
- data/test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb +0 -16
- data/test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb +0 -5
- data/test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb +0 -12
- data/test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb +0 -3
- data/test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/test/fixtures/engine_project/test/dummy/config/locales/en.yml +0 -23
- data/test/fixtures/engine_project/test/dummy/config/routes.rb +0 -4
- data/test/fixtures/engine_project/test/dummy/lib/assets/.keep +0 -0
- data/test/fixtures/engine_project/test/dummy/log/.keep +0 -0
- data/test/fixtures/engine_project/test/dummy/public/404.html +0 -27
- data/test/fixtures/engine_project/test/dummy/public/422.html +0 -26
- data/test/fixtures/engine_project/test/dummy/public/500.html +0 -26
- data/test/fixtures/engine_project/test/dummy/public/favicon.ico +0 -0
- data/test/fixtures/sass_project/.gitignore +0 -5
- data/test/fixtures/sass_project/Gemfile +0 -7
- data/test/fixtures/sass_project/README +0 -261
- data/test/fixtures/sass_project/Rakefile +0 -7
- data/test/fixtures/sass_project/app/assets/images/rails.png +0 -0
- data/test/fixtures/sass_project/app/assets/javascripts/application.js +0 -9
- data/test/fixtures/sass_project/app/assets/stylesheets/application.css +0 -7
- data/test/fixtures/sass_project/app/controllers/application_controller.rb +0 -3
- data/test/fixtures/sass_project/app/helpers/application_helper.rb +0 -2
- data/test/fixtures/sass_project/app/mailers/.gitkeep +0 -0
- data/test/fixtures/sass_project/app/models/.gitkeep +0 -0
- data/test/fixtures/sass_project/app/views/layouts/application.html.erb +0 -14
- data/test/fixtures/sass_project/config.ru +0 -4
- data/test/fixtures/sass_project/config/application.rb +0 -52
- data/test/fixtures/sass_project/config/boot.rb +0 -6
- data/test/fixtures/sass_project/config/database.yml +0 -25
- data/test/fixtures/sass_project/config/environment.rb +0 -5
- data/test/fixtures/sass_project/config/environments/development.rb +0 -21
- data/test/fixtures/sass_project/config/environments/production.rb +0 -51
- data/test/fixtures/sass_project/config/environments/test.rb +0 -36
- data/test/fixtures/sass_project/config/initializers/backtrace_silencers.rb +0 -7
- data/test/fixtures/sass_project/config/initializers/inflections.rb +0 -10
- data/test/fixtures/sass_project/config/initializers/mime_types.rb +0 -5
- data/test/fixtures/sass_project/config/initializers/secret_token.rb +0 -7
- data/test/fixtures/sass_project/config/initializers/session_store.rb +0 -8
- data/test/fixtures/sass_project/config/initializers/wrap_parameters.rb +0 -12
- data/test/fixtures/sass_project/config/locales/en.yml +0 -5
- data/test/fixtures/sass_project/config/routes.rb +0 -58
- data/test/fixtures/sass_project/db/seeds.rb +0 -7
- data/test/fixtures/sass_project/doc/README_FOR_APP +0 -2
- data/test/fixtures/sass_project/lib/tasks/.gitkeep +0 -0
- data/test/fixtures/sass_project/log/.gitkeep +0 -0
- data/test/fixtures/sass_project/public/404.html +0 -26
- data/test/fixtures/sass_project/public/422.html +0 -26
- data/test/fixtures/sass_project/public/500.html +0 -26
- data/test/fixtures/sass_project/public/favicon.ico +0 -0
- data/test/fixtures/sass_project/public/index.html +0 -241
- data/test/fixtures/sass_project/public/robots.txt +0 -5
- data/test/fixtures/sass_project/script/rails +0 -6
- data/test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep +0 -0
- data/test/fixtures/sass_project/vendor/plugins/.gitkeep +0 -0
- data/test/fixtures/scss_project/.gitignore +0 -5
- data/test/fixtures/scss_project/Gemfile +0 -7
- data/test/fixtures/scss_project/README +0 -261
- data/test/fixtures/scss_project/Rakefile +0 -7
- data/test/fixtures/scss_project/app/assets/images/1x1.png +0 -0
- data/test/fixtures/scss_project/app/assets/images/rails.png +0 -0
- data/test/fixtures/scss_project/app/assets/javascripts/application.js +0 -9
- data/test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/application.css.scss +0 -37
- data/test/fixtures/scss_project/app/assets/stylesheets/css_application.css +0 -7
- data/test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb +0 -2
- data/test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass +0 -5
- data/test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss +0 -9
- data/test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass +0 -2
- data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb +0 -2
- data/test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css +0 -3
- data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss +0 -2
- data/test/fixtures/scss_project/app/controllers/application_controller.rb +0 -3
- data/test/fixtures/scss_project/app/helpers/application_helper.rb +0 -2
- data/test/fixtures/scss_project/app/mailers/.gitkeep +0 -0
- data/test/fixtures/scss_project/app/models/.gitkeep +0 -0
- data/test/fixtures/scss_project/app/views/layouts/application.html.erb +0 -14
- data/test/fixtures/scss_project/config.ru +0 -4
- data/test/fixtures/scss_project/config/application.rb +0 -49
- data/test/fixtures/scss_project/config/boot.rb +0 -6
- data/test/fixtures/scss_project/config/database.yml +0 -25
- data/test/fixtures/scss_project/config/environment.rb +0 -5
- data/test/fixtures/scss_project/config/environments/development.rb +0 -23
- data/test/fixtures/scss_project/config/environments/production.rb +0 -53
- data/test/fixtures/scss_project/config/environments/test.rb +0 -38
- data/test/fixtures/scss_project/config/initializers/backtrace_silencers.rb +0 -7
- data/test/fixtures/scss_project/config/initializers/inflections.rb +0 -10
- data/test/fixtures/scss_project/config/initializers/mime_types.rb +0 -5
- data/test/fixtures/scss_project/config/initializers/postprocessor.rb +0 -3
- data/test/fixtures/scss_project/config/initializers/secret_token.rb +0 -7
- data/test/fixtures/scss_project/config/initializers/session_store.rb +0 -8
- data/test/fixtures/scss_project/config/initializers/wrap_parameters.rb +0 -12
- data/test/fixtures/scss_project/config/locales/en.yml +0 -5
- data/test/fixtures/scss_project/config/routes.rb +0 -58
- data/test/fixtures/scss_project/db/seeds.rb +0 -7
- data/test/fixtures/scss_project/doc/README_FOR_APP +0 -2
- data/test/fixtures/scss_project/lib/tasks/.gitkeep +0 -0
- data/test/fixtures/scss_project/log/.gitkeep +0 -0
- data/test/fixtures/scss_project/public/404.html +0 -26
- data/test/fixtures/scss_project/public/422.html +0 -26
- data/test/fixtures/scss_project/public/500.html +0 -26
- data/test/fixtures/scss_project/public/favicon.ico +0 -0
- data/test/fixtures/scss_project/public/index.html +0 -241
- data/test/fixtures/scss_project/public/robots.txt +0 -5
- data/test/fixtures/scss_project/script/rails +0 -6
- data/test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep +0 -0
- data/test/fixtures/scss_project/vendor/plugins/.gitkeep +0 -0
- data/test/gemfiles/Gemfile-master +0 -8
- data/test/sass_rails_generators_test.rb +0 -62
- data/test/sass_rails_logger_test.rb +0 -24
- data/test/sass_rails_test.rb +0 -133
- data/test/support/sass_rails_test_case.rb +0 -166
- data/test/test_helper.rb +0 -25
data/lib/sass/rails/template.rb
CHANGED
@@ -1,28 +1,72 @@
|
|
1
|
-
require
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
1
|
+
require 'sass'
|
2
|
+
require 'sass/rails/cache_store'
|
3
|
+
require 'sass/rails/helpers'
|
4
|
+
require 'sprockets/sass_functions'
|
5
|
+
require 'tilt'
|
6
|
+
|
7
|
+
module Sass
|
8
|
+
module Rails
|
9
|
+
class SassTemplate < Tilt::Template
|
10
|
+
def self.default_mime_type
|
11
|
+
'text/css'
|
12
|
+
end
|
13
|
+
|
14
|
+
def self.engine_initialized?
|
15
|
+
true
|
16
|
+
end
|
17
|
+
|
18
|
+
def initialize_engine
|
19
|
+
end
|
20
|
+
|
21
|
+
def prepare
|
22
|
+
end
|
23
|
+
|
24
|
+
def syntax
|
25
|
+
:sass
|
26
|
+
end
|
27
|
+
|
28
|
+
def evaluate(context, locals, &block)
|
29
|
+
cache_store = CacheStore.new(context.environment)
|
30
|
+
|
31
|
+
options = {
|
32
|
+
:filename => eval_file,
|
33
|
+
:line => line,
|
34
|
+
:syntax => syntax,
|
35
|
+
:cache_store => cache_store,
|
36
|
+
:importer => importer_class.new(context.pathname.to_s),
|
37
|
+
:load_paths => context.environment.paths.map { |path| importer_class.new(path.to_s) },
|
38
|
+
:sprockets => {
|
39
|
+
:context => context,
|
40
|
+
:environment => context.environment
|
41
|
+
}
|
18
42
|
}
|
19
|
-
}
|
20
43
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
44
|
+
sass_config = context.sass_config.merge(options)
|
45
|
+
|
46
|
+
engine = ::Sass::Engine.new(data, sass_config)
|
47
|
+
css = engine.render
|
48
|
+
|
49
|
+
engine.dependencies.map do |dependency|
|
50
|
+
context.depend_on(dependency.options[:filename])
|
51
|
+
end
|
52
|
+
|
53
|
+
css
|
54
|
+
rescue ::Sass::SyntaxError => e
|
55
|
+
context.__LINE__ = e.sass_backtrace.first[:line]
|
56
|
+
raise e
|
57
|
+
end
|
58
|
+
|
59
|
+
private
|
60
|
+
|
61
|
+
def importer_class
|
62
|
+
SassImporter
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
66
|
+
class ScssTemplate < SassTemplate
|
67
|
+
def syntax
|
68
|
+
:scss
|
69
|
+
end
|
26
70
|
end
|
27
71
|
end
|
28
72
|
end
|
data/lib/sass/rails/version.rb
CHANGED
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:
|
4
|
+
version: 5.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wycats
|
@@ -9,76 +9,116 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-11-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: railties
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ">="
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 4.0.0
|
21
|
+
- - "<"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: '6'
|
24
|
+
type: :runtime
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: !ruby/object:Gem::Requirement
|
27
|
+
requirements:
|
28
|
+
- - ">="
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: 4.0.0
|
31
|
+
- - "<"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '6'
|
14
34
|
- !ruby/object:Gem::Dependency
|
15
35
|
name: sass
|
16
36
|
requirement: !ruby/object:Gem::Requirement
|
17
37
|
requirements:
|
18
38
|
- - "~>"
|
19
39
|
- !ruby/object:Gem::Version
|
20
|
-
version: 3.
|
40
|
+
version: '3.1'
|
21
41
|
type: :runtime
|
22
42
|
prerelease: false
|
23
43
|
version_requirements: !ruby/object:Gem::Requirement
|
24
44
|
requirements:
|
25
45
|
- - "~>"
|
26
46
|
- !ruby/object:Gem::Version
|
27
|
-
version: 3.
|
47
|
+
version: '3.1'
|
28
48
|
- !ruby/object:Gem::Dependency
|
29
|
-
name:
|
49
|
+
name: sprockets-rails
|
30
50
|
requirement: !ruby/object:Gem::Requirement
|
31
51
|
requirements:
|
32
52
|
- - ">="
|
33
53
|
- !ruby/object:Gem::Version
|
34
|
-
version:
|
54
|
+
version: '2.0'
|
35
55
|
- - "<"
|
36
56
|
- !ruby/object:Gem::Version
|
37
|
-
version: '
|
57
|
+
version: '4.0'
|
38
58
|
type: :runtime
|
39
59
|
prerelease: false
|
40
60
|
version_requirements: !ruby/object:Gem::Requirement
|
41
61
|
requirements:
|
42
62
|
- - ">="
|
43
63
|
- !ruby/object:Gem::Version
|
44
|
-
version:
|
64
|
+
version: '2.0'
|
45
65
|
- - "<"
|
46
66
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
67
|
+
version: '4.0'
|
48
68
|
- !ruby/object:Gem::Dependency
|
49
|
-
name: sprockets
|
69
|
+
name: sprockets
|
50
70
|
requirement: !ruby/object:Gem::Requirement
|
51
71
|
requirements:
|
52
|
-
- - "
|
72
|
+
- - ">="
|
53
73
|
- !ruby/object:Gem::Version
|
54
|
-
version: '2.
|
74
|
+
version: '2.8'
|
75
|
+
- - "<"
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '4.0'
|
55
78
|
type: :runtime
|
56
79
|
prerelease: false
|
57
80
|
version_requirements: !ruby/object:Gem::Requirement
|
58
81
|
requirements:
|
59
|
-
- - "
|
82
|
+
- - ">="
|
60
83
|
- !ruby/object:Gem::Version
|
61
|
-
version: '2.
|
84
|
+
version: '2.8'
|
85
|
+
- - "<"
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '4.0'
|
62
88
|
- !ruby/object:Gem::Dependency
|
63
|
-
name:
|
89
|
+
name: tilt
|
64
90
|
requirement: !ruby/object:Gem::Requirement
|
65
91
|
requirements:
|
66
|
-
- - "
|
92
|
+
- - ">="
|
67
93
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
69
|
-
- - "
|
94
|
+
version: '1.1'
|
95
|
+
- - "<"
|
70
96
|
- !ruby/object:Gem::Version
|
71
|
-
version:
|
97
|
+
version: '3'
|
72
98
|
type: :runtime
|
73
99
|
prerelease: false
|
74
100
|
version_requirements: !ruby/object:Gem::Requirement
|
75
101
|
requirements:
|
76
|
-
- - "
|
102
|
+
- - ">="
|
77
103
|
- !ruby/object:Gem::Version
|
78
|
-
version: '
|
79
|
-
- - "
|
104
|
+
version: '1.1'
|
105
|
+
- - "<"
|
106
|
+
- !ruby/object:Gem::Version
|
107
|
+
version: '3'
|
108
|
+
- !ruby/object:Gem::Dependency
|
109
|
+
name: sqlite3
|
110
|
+
requirement: !ruby/object:Gem::Requirement
|
111
|
+
requirements:
|
112
|
+
- - ">="
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '0'
|
115
|
+
type: :development
|
116
|
+
prerelease: false
|
117
|
+
version_requirements: !ruby/object:Gem::Requirement
|
118
|
+
requirements:
|
119
|
+
- - ">="
|
80
120
|
- !ruby/object:Gem::Version
|
81
|
-
version:
|
121
|
+
version: '0'
|
82
122
|
description: Sass adapter for the Rails asset pipeline.
|
83
123
|
email:
|
84
124
|
- wycats@gmail.com
|
@@ -87,249 +127,24 @@ executables: []
|
|
87
127
|
extensions: []
|
88
128
|
extra_rdoc_files: []
|
89
129
|
files:
|
90
|
-
- ".gitignore"
|
91
|
-
- ".travis.yml"
|
92
|
-
- CHANGELOG.md
|
93
|
-
- Gemfile
|
94
130
|
- MIT-LICENSE
|
95
131
|
- README.md
|
96
|
-
- Rakefile
|
97
132
|
- lib/rails/generators/sass/assets/assets_generator.rb
|
98
|
-
- lib/rails/generators/sass/assets/templates/stylesheet.
|
133
|
+
- lib/rails/generators/sass/assets/templates/stylesheet.sass
|
99
134
|
- lib/rails/generators/sass/scaffold/scaffold_generator.rb
|
100
135
|
- lib/rails/generators/sass_scaffold.rb
|
101
136
|
- lib/rails/generators/scss/assets/assets_generator.rb
|
102
|
-
- lib/rails/generators/scss/assets/templates/stylesheet.
|
137
|
+
- lib/rails/generators/scss/assets/templates/stylesheet.scss
|
103
138
|
- lib/rails/generators/scss/scaffold/scaffold_generator.rb
|
104
139
|
- lib/sass-rails.rb
|
105
140
|
- lib/sass/rails.rb
|
141
|
+
- lib/sass/rails/cache_store.rb
|
106
142
|
- lib/sass/rails/helpers.rb
|
107
143
|
- lib/sass/rails/importer.rb
|
108
144
|
- lib/sass/rails/logger.rb
|
109
145
|
- lib/sass/rails/railtie.rb
|
110
146
|
- lib/sass/rails/template.rb
|
111
147
|
- lib/sass/rails/version.rb
|
112
|
-
- sass-rails.gemspec
|
113
|
-
- sass-rails.gemspec.erb
|
114
|
-
- test/fixtures/alternate_config_project/.gitignore
|
115
|
-
- test/fixtures/alternate_config_project/Gemfile
|
116
|
-
- test/fixtures/alternate_config_project/README
|
117
|
-
- test/fixtures/alternate_config_project/Rakefile
|
118
|
-
- test/fixtures/alternate_config_project/app/assets/images/1x1.png
|
119
|
-
- test/fixtures/alternate_config_project/app/assets/images/rails.png
|
120
|
-
- test/fixtures/alternate_config_project/app/assets/javascripts/application.js
|
121
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss
|
122
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss
|
123
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css
|
124
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss
|
125
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss
|
126
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass
|
127
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss
|
128
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss
|
129
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass
|
130
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss
|
131
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss
|
132
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css
|
133
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css
|
134
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss
|
135
|
-
- test/fixtures/alternate_config_project/app/controllers/application_controller.rb
|
136
|
-
- test/fixtures/alternate_config_project/app/helpers/application_helper.rb
|
137
|
-
- test/fixtures/alternate_config_project/app/mailers/.gitkeep
|
138
|
-
- test/fixtures/alternate_config_project/app/models/.gitkeep
|
139
|
-
- test/fixtures/alternate_config_project/app/views/layouts/application.html.erb
|
140
|
-
- test/fixtures/alternate_config_project/config.ru
|
141
|
-
- test/fixtures/alternate_config_project/config/application.rb
|
142
|
-
- test/fixtures/alternate_config_project/config/boot.rb
|
143
|
-
- test/fixtures/alternate_config_project/config/database.yml
|
144
|
-
- test/fixtures/alternate_config_project/config/environment.rb
|
145
|
-
- test/fixtures/alternate_config_project/config/environments/development.rb
|
146
|
-
- test/fixtures/alternate_config_project/config/environments/production.rb
|
147
|
-
- test/fixtures/alternate_config_project/config/environments/test.rb
|
148
|
-
- test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb
|
149
|
-
- test/fixtures/alternate_config_project/config/initializers/inflections.rb
|
150
|
-
- test/fixtures/alternate_config_project/config/initializers/mime_types.rb
|
151
|
-
- test/fixtures/alternate_config_project/config/initializers/secret_token.rb
|
152
|
-
- test/fixtures/alternate_config_project/config/initializers/session_store.rb
|
153
|
-
- test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb
|
154
|
-
- test/fixtures/alternate_config_project/config/locales/en.yml
|
155
|
-
- test/fixtures/alternate_config_project/config/routes.rb
|
156
|
-
- test/fixtures/alternate_config_project/db/seeds.rb
|
157
|
-
- test/fixtures/alternate_config_project/doc/README_FOR_APP
|
158
|
-
- test/fixtures/alternate_config_project/lib/tasks/.gitkeep
|
159
|
-
- test/fixtures/alternate_config_project/log/.gitkeep
|
160
|
-
- test/fixtures/alternate_config_project/public/404.html
|
161
|
-
- test/fixtures/alternate_config_project/public/422.html
|
162
|
-
- test/fixtures/alternate_config_project/public/500.html
|
163
|
-
- test/fixtures/alternate_config_project/public/favicon.ico
|
164
|
-
- test/fixtures/alternate_config_project/public/index.html
|
165
|
-
- test/fixtures/alternate_config_project/public/robots.txt
|
166
|
-
- test/fixtures/alternate_config_project/script/rails
|
167
|
-
- test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep
|
168
|
-
- test/fixtures/alternate_config_project/vendor/plugins/.gitkeep
|
169
|
-
- test/fixtures/engine_project/.gitignore
|
170
|
-
- test/fixtures/engine_project/Gemfile
|
171
|
-
- test/fixtures/engine_project/MIT-LICENSE
|
172
|
-
- test/fixtures/engine_project/README.rdoc
|
173
|
-
- test/fixtures/engine_project/Rakefile
|
174
|
-
- test/fixtures/engine_project/app/assets/images/engine_project/.keep
|
175
|
-
- test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js
|
176
|
-
- test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css
|
177
|
-
- test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb
|
178
|
-
- test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb
|
179
|
-
- test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb
|
180
|
-
- test/fixtures/engine_project/config/routes.rb
|
181
|
-
- test/fixtures/engine_project/engine_project.gemspec
|
182
|
-
- test/fixtures/engine_project/lib/engine_project.rb
|
183
|
-
- test/fixtures/engine_project/lib/engine_project/engine.rb
|
184
|
-
- test/fixtures/engine_project/lib/engine_project/version.rb
|
185
|
-
- test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake
|
186
|
-
- test/fixtures/engine_project/script/rails
|
187
|
-
- test/fixtures/engine_project/test/dummy/README.rdoc
|
188
|
-
- test/fixtures/engine_project/test/dummy/Rakefile
|
189
|
-
- test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js
|
190
|
-
- test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css
|
191
|
-
- test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb
|
192
|
-
- test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep
|
193
|
-
- test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb
|
194
|
-
- test/fixtures/engine_project/test/dummy/app/mailers/.keep
|
195
|
-
- test/fixtures/engine_project/test/dummy/app/models/.keep
|
196
|
-
- test/fixtures/engine_project/test/dummy/app/models/concerns/.keep
|
197
|
-
- test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb
|
198
|
-
- test/fixtures/engine_project/test/dummy/bin/bundle
|
199
|
-
- test/fixtures/engine_project/test/dummy/bin/rails
|
200
|
-
- test/fixtures/engine_project/test/dummy/bin/rake
|
201
|
-
- test/fixtures/engine_project/test/dummy/config.ru
|
202
|
-
- test/fixtures/engine_project/test/dummy/config/application.rb
|
203
|
-
- test/fixtures/engine_project/test/dummy/config/boot.rb
|
204
|
-
- test/fixtures/engine_project/test/dummy/config/database.yml
|
205
|
-
- test/fixtures/engine_project/test/dummy/config/environment.rb
|
206
|
-
- test/fixtures/engine_project/test/dummy/config/environments/development.rb
|
207
|
-
- test/fixtures/engine_project/test/dummy/config/environments/production.rb
|
208
|
-
- test/fixtures/engine_project/test/dummy/config/environments/test.rb
|
209
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb
|
210
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb
|
211
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb
|
212
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb
|
213
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb
|
214
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb
|
215
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb
|
216
|
-
- test/fixtures/engine_project/test/dummy/config/locales/en.yml
|
217
|
-
- test/fixtures/engine_project/test/dummy/config/routes.rb
|
218
|
-
- test/fixtures/engine_project/test/dummy/lib/assets/.keep
|
219
|
-
- test/fixtures/engine_project/test/dummy/log/.keep
|
220
|
-
- test/fixtures/engine_project/test/dummy/public/404.html
|
221
|
-
- test/fixtures/engine_project/test/dummy/public/422.html
|
222
|
-
- test/fixtures/engine_project/test/dummy/public/500.html
|
223
|
-
- test/fixtures/engine_project/test/dummy/public/favicon.ico
|
224
|
-
- test/fixtures/sass_project/.gitignore
|
225
|
-
- test/fixtures/sass_project/Gemfile
|
226
|
-
- test/fixtures/sass_project/README
|
227
|
-
- test/fixtures/sass_project/Rakefile
|
228
|
-
- test/fixtures/sass_project/app/assets/images/rails.png
|
229
|
-
- test/fixtures/sass_project/app/assets/javascripts/application.js
|
230
|
-
- test/fixtures/sass_project/app/assets/stylesheets/application.css
|
231
|
-
- test/fixtures/sass_project/app/controllers/application_controller.rb
|
232
|
-
- test/fixtures/sass_project/app/helpers/application_helper.rb
|
233
|
-
- test/fixtures/sass_project/app/mailers/.gitkeep
|
234
|
-
- test/fixtures/sass_project/app/models/.gitkeep
|
235
|
-
- test/fixtures/sass_project/app/views/layouts/application.html.erb
|
236
|
-
- test/fixtures/sass_project/config.ru
|
237
|
-
- test/fixtures/sass_project/config/application.rb
|
238
|
-
- test/fixtures/sass_project/config/boot.rb
|
239
|
-
- test/fixtures/sass_project/config/database.yml
|
240
|
-
- test/fixtures/sass_project/config/environment.rb
|
241
|
-
- test/fixtures/sass_project/config/environments/development.rb
|
242
|
-
- test/fixtures/sass_project/config/environments/production.rb
|
243
|
-
- test/fixtures/sass_project/config/environments/test.rb
|
244
|
-
- test/fixtures/sass_project/config/initializers/backtrace_silencers.rb
|
245
|
-
- test/fixtures/sass_project/config/initializers/inflections.rb
|
246
|
-
- test/fixtures/sass_project/config/initializers/mime_types.rb
|
247
|
-
- test/fixtures/sass_project/config/initializers/secret_token.rb
|
248
|
-
- test/fixtures/sass_project/config/initializers/session_store.rb
|
249
|
-
- test/fixtures/sass_project/config/initializers/wrap_parameters.rb
|
250
|
-
- test/fixtures/sass_project/config/locales/en.yml
|
251
|
-
- test/fixtures/sass_project/config/routes.rb
|
252
|
-
- test/fixtures/sass_project/db/seeds.rb
|
253
|
-
- test/fixtures/sass_project/doc/README_FOR_APP
|
254
|
-
- test/fixtures/sass_project/lib/tasks/.gitkeep
|
255
|
-
- test/fixtures/sass_project/log/.gitkeep
|
256
|
-
- test/fixtures/sass_project/public/404.html
|
257
|
-
- test/fixtures/sass_project/public/422.html
|
258
|
-
- test/fixtures/sass_project/public/500.html
|
259
|
-
- test/fixtures/sass_project/public/favicon.ico
|
260
|
-
- test/fixtures/sass_project/public/index.html
|
261
|
-
- test/fixtures/sass_project/public/robots.txt
|
262
|
-
- test/fixtures/sass_project/script/rails
|
263
|
-
- test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep
|
264
|
-
- test/fixtures/sass_project/vendor/plugins/.gitkeep
|
265
|
-
- test/fixtures/scss_project/.gitignore
|
266
|
-
- test/fixtures/scss_project/Gemfile
|
267
|
-
- test/fixtures/scss_project/README
|
268
|
-
- test/fixtures/scss_project/Rakefile
|
269
|
-
- test/fixtures/scss_project/app/assets/images/1x1.png
|
270
|
-
- test/fixtures/scss_project/app/assets/images/rails.png
|
271
|
-
- test/fixtures/scss_project/app/assets/javascripts/application.js
|
272
|
-
- test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss
|
273
|
-
- test/fixtures/scss_project/app/assets/stylesheets/application.css.scss
|
274
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_application.css
|
275
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb
|
276
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb
|
277
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb
|
278
|
-
- test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss
|
279
|
-
- test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss
|
280
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass
|
281
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss
|
282
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss
|
283
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass
|
284
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss
|
285
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss
|
286
|
-
- test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb
|
287
|
-
- test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb
|
288
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss
|
289
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css
|
290
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css
|
291
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss
|
292
|
-
- test/fixtures/scss_project/app/controllers/application_controller.rb
|
293
|
-
- test/fixtures/scss_project/app/helpers/application_helper.rb
|
294
|
-
- test/fixtures/scss_project/app/mailers/.gitkeep
|
295
|
-
- test/fixtures/scss_project/app/models/.gitkeep
|
296
|
-
- test/fixtures/scss_project/app/views/layouts/application.html.erb
|
297
|
-
- test/fixtures/scss_project/config.ru
|
298
|
-
- test/fixtures/scss_project/config/application.rb
|
299
|
-
- test/fixtures/scss_project/config/boot.rb
|
300
|
-
- test/fixtures/scss_project/config/database.yml
|
301
|
-
- test/fixtures/scss_project/config/environment.rb
|
302
|
-
- test/fixtures/scss_project/config/environments/development.rb
|
303
|
-
- test/fixtures/scss_project/config/environments/production.rb
|
304
|
-
- test/fixtures/scss_project/config/environments/test.rb
|
305
|
-
- test/fixtures/scss_project/config/initializers/backtrace_silencers.rb
|
306
|
-
- test/fixtures/scss_project/config/initializers/inflections.rb
|
307
|
-
- test/fixtures/scss_project/config/initializers/mime_types.rb
|
308
|
-
- test/fixtures/scss_project/config/initializers/postprocessor.rb
|
309
|
-
- test/fixtures/scss_project/config/initializers/secret_token.rb
|
310
|
-
- test/fixtures/scss_project/config/initializers/session_store.rb
|
311
|
-
- test/fixtures/scss_project/config/initializers/wrap_parameters.rb
|
312
|
-
- test/fixtures/scss_project/config/locales/en.yml
|
313
|
-
- test/fixtures/scss_project/config/routes.rb
|
314
|
-
- test/fixtures/scss_project/db/seeds.rb
|
315
|
-
- test/fixtures/scss_project/doc/README_FOR_APP
|
316
|
-
- test/fixtures/scss_project/lib/tasks/.gitkeep
|
317
|
-
- test/fixtures/scss_project/log/.gitkeep
|
318
|
-
- test/fixtures/scss_project/public/404.html
|
319
|
-
- test/fixtures/scss_project/public/422.html
|
320
|
-
- test/fixtures/scss_project/public/500.html
|
321
|
-
- test/fixtures/scss_project/public/favicon.ico
|
322
|
-
- test/fixtures/scss_project/public/index.html
|
323
|
-
- test/fixtures/scss_project/public/robots.txt
|
324
|
-
- test/fixtures/scss_project/script/rails
|
325
|
-
- test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep
|
326
|
-
- test/fixtures/scss_project/vendor/plugins/.gitkeep
|
327
|
-
- test/gemfiles/Gemfile-master
|
328
|
-
- test/sass_rails_generators_test.rb
|
329
|
-
- test/sass_rails_logger_test.rb
|
330
|
-
- test/sass_rails_test.rb
|
331
|
-
- test/support/sass_rails_test_case.rb
|
332
|
-
- test/test_helper.rb
|
333
148
|
homepage: https://github.com/rails/sass-rails
|
334
149
|
licenses:
|
335
150
|
- MIT
|
@@ -349,228 +164,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
349
164
|
- !ruby/object:Gem::Version
|
350
165
|
version: '0'
|
351
166
|
requirements: []
|
352
|
-
rubyforge_project:
|
353
|
-
rubygems_version: 2.
|
167
|
+
rubyforge_project:
|
168
|
+
rubygems_version: 2.6.12
|
354
169
|
signing_key:
|
355
170
|
specification_version: 4
|
356
171
|
summary: Sass adapter for the Rails asset pipeline.
|
357
|
-
test_files:
|
358
|
-
- test/fixtures/alternate_config_project/.gitignore
|
359
|
-
- test/fixtures/alternate_config_project/Gemfile
|
360
|
-
- test/fixtures/alternate_config_project/README
|
361
|
-
- test/fixtures/alternate_config_project/Rakefile
|
362
|
-
- test/fixtures/alternate_config_project/app/assets/images/1x1.png
|
363
|
-
- test/fixtures/alternate_config_project/app/assets/images/rails.png
|
364
|
-
- test/fixtures/alternate_config_project/app/assets/javascripts/application.js
|
365
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss
|
366
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss
|
367
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css
|
368
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss
|
369
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss
|
370
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass
|
371
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss
|
372
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss
|
373
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass
|
374
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss
|
375
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss
|
376
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css
|
377
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css
|
378
|
-
- test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss
|
379
|
-
- test/fixtures/alternate_config_project/app/controllers/application_controller.rb
|
380
|
-
- test/fixtures/alternate_config_project/app/helpers/application_helper.rb
|
381
|
-
- test/fixtures/alternate_config_project/app/mailers/.gitkeep
|
382
|
-
- test/fixtures/alternate_config_project/app/models/.gitkeep
|
383
|
-
- test/fixtures/alternate_config_project/app/views/layouts/application.html.erb
|
384
|
-
- test/fixtures/alternate_config_project/config.ru
|
385
|
-
- test/fixtures/alternate_config_project/config/application.rb
|
386
|
-
- test/fixtures/alternate_config_project/config/boot.rb
|
387
|
-
- test/fixtures/alternate_config_project/config/database.yml
|
388
|
-
- test/fixtures/alternate_config_project/config/environment.rb
|
389
|
-
- test/fixtures/alternate_config_project/config/environments/development.rb
|
390
|
-
- test/fixtures/alternate_config_project/config/environments/production.rb
|
391
|
-
- test/fixtures/alternate_config_project/config/environments/test.rb
|
392
|
-
- test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb
|
393
|
-
- test/fixtures/alternate_config_project/config/initializers/inflections.rb
|
394
|
-
- test/fixtures/alternate_config_project/config/initializers/mime_types.rb
|
395
|
-
- test/fixtures/alternate_config_project/config/initializers/secret_token.rb
|
396
|
-
- test/fixtures/alternate_config_project/config/initializers/session_store.rb
|
397
|
-
- test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb
|
398
|
-
- test/fixtures/alternate_config_project/config/locales/en.yml
|
399
|
-
- test/fixtures/alternate_config_project/config/routes.rb
|
400
|
-
- test/fixtures/alternate_config_project/db/seeds.rb
|
401
|
-
- test/fixtures/alternate_config_project/doc/README_FOR_APP
|
402
|
-
- test/fixtures/alternate_config_project/lib/tasks/.gitkeep
|
403
|
-
- test/fixtures/alternate_config_project/log/.gitkeep
|
404
|
-
- test/fixtures/alternate_config_project/public/404.html
|
405
|
-
- test/fixtures/alternate_config_project/public/422.html
|
406
|
-
- test/fixtures/alternate_config_project/public/500.html
|
407
|
-
- test/fixtures/alternate_config_project/public/favicon.ico
|
408
|
-
- test/fixtures/alternate_config_project/public/index.html
|
409
|
-
- test/fixtures/alternate_config_project/public/robots.txt
|
410
|
-
- test/fixtures/alternate_config_project/script/rails
|
411
|
-
- test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep
|
412
|
-
- test/fixtures/alternate_config_project/vendor/plugins/.gitkeep
|
413
|
-
- test/fixtures/engine_project/.gitignore
|
414
|
-
- test/fixtures/engine_project/Gemfile
|
415
|
-
- test/fixtures/engine_project/MIT-LICENSE
|
416
|
-
- test/fixtures/engine_project/README.rdoc
|
417
|
-
- test/fixtures/engine_project/Rakefile
|
418
|
-
- test/fixtures/engine_project/app/assets/images/engine_project/.keep
|
419
|
-
- test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js
|
420
|
-
- test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css
|
421
|
-
- test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb
|
422
|
-
- test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb
|
423
|
-
- test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb
|
424
|
-
- test/fixtures/engine_project/config/routes.rb
|
425
|
-
- test/fixtures/engine_project/engine_project.gemspec
|
426
|
-
- test/fixtures/engine_project/lib/engine_project.rb
|
427
|
-
- test/fixtures/engine_project/lib/engine_project/engine.rb
|
428
|
-
- test/fixtures/engine_project/lib/engine_project/version.rb
|
429
|
-
- test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake
|
430
|
-
- test/fixtures/engine_project/script/rails
|
431
|
-
- test/fixtures/engine_project/test/dummy/README.rdoc
|
432
|
-
- test/fixtures/engine_project/test/dummy/Rakefile
|
433
|
-
- test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js
|
434
|
-
- test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css
|
435
|
-
- test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb
|
436
|
-
- test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep
|
437
|
-
- test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb
|
438
|
-
- test/fixtures/engine_project/test/dummy/app/mailers/.keep
|
439
|
-
- test/fixtures/engine_project/test/dummy/app/models/.keep
|
440
|
-
- test/fixtures/engine_project/test/dummy/app/models/concerns/.keep
|
441
|
-
- test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb
|
442
|
-
- test/fixtures/engine_project/test/dummy/bin/bundle
|
443
|
-
- test/fixtures/engine_project/test/dummy/bin/rails
|
444
|
-
- test/fixtures/engine_project/test/dummy/bin/rake
|
445
|
-
- test/fixtures/engine_project/test/dummy/config.ru
|
446
|
-
- test/fixtures/engine_project/test/dummy/config/application.rb
|
447
|
-
- test/fixtures/engine_project/test/dummy/config/boot.rb
|
448
|
-
- test/fixtures/engine_project/test/dummy/config/database.yml
|
449
|
-
- test/fixtures/engine_project/test/dummy/config/environment.rb
|
450
|
-
- test/fixtures/engine_project/test/dummy/config/environments/development.rb
|
451
|
-
- test/fixtures/engine_project/test/dummy/config/environments/production.rb
|
452
|
-
- test/fixtures/engine_project/test/dummy/config/environments/test.rb
|
453
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb
|
454
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb
|
455
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb
|
456
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb
|
457
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb
|
458
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb
|
459
|
-
- test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb
|
460
|
-
- test/fixtures/engine_project/test/dummy/config/locales/en.yml
|
461
|
-
- test/fixtures/engine_project/test/dummy/config/routes.rb
|
462
|
-
- test/fixtures/engine_project/test/dummy/lib/assets/.keep
|
463
|
-
- test/fixtures/engine_project/test/dummy/log/.keep
|
464
|
-
- test/fixtures/engine_project/test/dummy/public/404.html
|
465
|
-
- test/fixtures/engine_project/test/dummy/public/422.html
|
466
|
-
- test/fixtures/engine_project/test/dummy/public/500.html
|
467
|
-
- test/fixtures/engine_project/test/dummy/public/favicon.ico
|
468
|
-
- test/fixtures/sass_project/.gitignore
|
469
|
-
- test/fixtures/sass_project/Gemfile
|
470
|
-
- test/fixtures/sass_project/README
|
471
|
-
- test/fixtures/sass_project/Rakefile
|
472
|
-
- test/fixtures/sass_project/app/assets/images/rails.png
|
473
|
-
- test/fixtures/sass_project/app/assets/javascripts/application.js
|
474
|
-
- test/fixtures/sass_project/app/assets/stylesheets/application.css
|
475
|
-
- test/fixtures/sass_project/app/controllers/application_controller.rb
|
476
|
-
- test/fixtures/sass_project/app/helpers/application_helper.rb
|
477
|
-
- test/fixtures/sass_project/app/mailers/.gitkeep
|
478
|
-
- test/fixtures/sass_project/app/models/.gitkeep
|
479
|
-
- test/fixtures/sass_project/app/views/layouts/application.html.erb
|
480
|
-
- test/fixtures/sass_project/config.ru
|
481
|
-
- test/fixtures/sass_project/config/application.rb
|
482
|
-
- test/fixtures/sass_project/config/boot.rb
|
483
|
-
- test/fixtures/sass_project/config/database.yml
|
484
|
-
- test/fixtures/sass_project/config/environment.rb
|
485
|
-
- test/fixtures/sass_project/config/environments/development.rb
|
486
|
-
- test/fixtures/sass_project/config/environments/production.rb
|
487
|
-
- test/fixtures/sass_project/config/environments/test.rb
|
488
|
-
- test/fixtures/sass_project/config/initializers/backtrace_silencers.rb
|
489
|
-
- test/fixtures/sass_project/config/initializers/inflections.rb
|
490
|
-
- test/fixtures/sass_project/config/initializers/mime_types.rb
|
491
|
-
- test/fixtures/sass_project/config/initializers/secret_token.rb
|
492
|
-
- test/fixtures/sass_project/config/initializers/session_store.rb
|
493
|
-
- test/fixtures/sass_project/config/initializers/wrap_parameters.rb
|
494
|
-
- test/fixtures/sass_project/config/locales/en.yml
|
495
|
-
- test/fixtures/sass_project/config/routes.rb
|
496
|
-
- test/fixtures/sass_project/db/seeds.rb
|
497
|
-
- test/fixtures/sass_project/doc/README_FOR_APP
|
498
|
-
- test/fixtures/sass_project/lib/tasks/.gitkeep
|
499
|
-
- test/fixtures/sass_project/log/.gitkeep
|
500
|
-
- test/fixtures/sass_project/public/404.html
|
501
|
-
- test/fixtures/sass_project/public/422.html
|
502
|
-
- test/fixtures/sass_project/public/500.html
|
503
|
-
- test/fixtures/sass_project/public/favicon.ico
|
504
|
-
- test/fixtures/sass_project/public/index.html
|
505
|
-
- test/fixtures/sass_project/public/robots.txt
|
506
|
-
- test/fixtures/sass_project/script/rails
|
507
|
-
- test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep
|
508
|
-
- test/fixtures/sass_project/vendor/plugins/.gitkeep
|
509
|
-
- test/fixtures/scss_project/.gitignore
|
510
|
-
- test/fixtures/scss_project/Gemfile
|
511
|
-
- test/fixtures/scss_project/README
|
512
|
-
- test/fixtures/scss_project/Rakefile
|
513
|
-
- test/fixtures/scss_project/app/assets/images/1x1.png
|
514
|
-
- test/fixtures/scss_project/app/assets/images/rails.png
|
515
|
-
- test/fixtures/scss_project/app/assets/javascripts/application.js
|
516
|
-
- test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss
|
517
|
-
- test/fixtures/scss_project/app/assets/stylesheets/application.css.scss
|
518
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_application.css
|
519
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb
|
520
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb
|
521
|
-
- test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb
|
522
|
-
- test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss
|
523
|
-
- test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss
|
524
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass
|
525
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss
|
526
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss
|
527
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass
|
528
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss
|
529
|
-
- test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss
|
530
|
-
- test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb
|
531
|
-
- test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb
|
532
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss
|
533
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css
|
534
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css
|
535
|
-
- test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss
|
536
|
-
- test/fixtures/scss_project/app/controllers/application_controller.rb
|
537
|
-
- test/fixtures/scss_project/app/helpers/application_helper.rb
|
538
|
-
- test/fixtures/scss_project/app/mailers/.gitkeep
|
539
|
-
- test/fixtures/scss_project/app/models/.gitkeep
|
540
|
-
- test/fixtures/scss_project/app/views/layouts/application.html.erb
|
541
|
-
- test/fixtures/scss_project/config.ru
|
542
|
-
- test/fixtures/scss_project/config/application.rb
|
543
|
-
- test/fixtures/scss_project/config/boot.rb
|
544
|
-
- test/fixtures/scss_project/config/database.yml
|
545
|
-
- test/fixtures/scss_project/config/environment.rb
|
546
|
-
- test/fixtures/scss_project/config/environments/development.rb
|
547
|
-
- test/fixtures/scss_project/config/environments/production.rb
|
548
|
-
- test/fixtures/scss_project/config/environments/test.rb
|
549
|
-
- test/fixtures/scss_project/config/initializers/backtrace_silencers.rb
|
550
|
-
- test/fixtures/scss_project/config/initializers/inflections.rb
|
551
|
-
- test/fixtures/scss_project/config/initializers/mime_types.rb
|
552
|
-
- test/fixtures/scss_project/config/initializers/postprocessor.rb
|
553
|
-
- test/fixtures/scss_project/config/initializers/secret_token.rb
|
554
|
-
- test/fixtures/scss_project/config/initializers/session_store.rb
|
555
|
-
- test/fixtures/scss_project/config/initializers/wrap_parameters.rb
|
556
|
-
- test/fixtures/scss_project/config/locales/en.yml
|
557
|
-
- test/fixtures/scss_project/config/routes.rb
|
558
|
-
- test/fixtures/scss_project/db/seeds.rb
|
559
|
-
- test/fixtures/scss_project/doc/README_FOR_APP
|
560
|
-
- test/fixtures/scss_project/lib/tasks/.gitkeep
|
561
|
-
- test/fixtures/scss_project/log/.gitkeep
|
562
|
-
- test/fixtures/scss_project/public/404.html
|
563
|
-
- test/fixtures/scss_project/public/422.html
|
564
|
-
- test/fixtures/scss_project/public/500.html
|
565
|
-
- test/fixtures/scss_project/public/favicon.ico
|
566
|
-
- test/fixtures/scss_project/public/index.html
|
567
|
-
- test/fixtures/scss_project/public/robots.txt
|
568
|
-
- test/fixtures/scss_project/script/rails
|
569
|
-
- test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep
|
570
|
-
- test/fixtures/scss_project/vendor/plugins/.gitkeep
|
571
|
-
- test/gemfiles/Gemfile-master
|
572
|
-
- test/sass_rails_generators_test.rb
|
573
|
-
- test/sass_rails_logger_test.rb
|
574
|
-
- test/sass_rails_test.rb
|
575
|
-
- test/support/sass_rails_test_case.rb
|
576
|
-
- test/test_helper.rb
|
172
|
+
test_files: []
|