sass-rails 4.0.3 → 4.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -1
- data/CHANGELOG.md +5 -0
- data/Rakefile +0 -1
- data/lib/sass/rails/version.rb +1 -1
- data/sass-rails.gemspec +3 -4
- data/sass-rails.gemspec.erb +2 -3
- data/test/gemfiles/Gemfile-4-0-stable +9 -0
- data/test/gemfiles/Gemfile-4-1-stable +9 -0
- metadata +13 -230
- data/test/gemfiles/Gemfile-master +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18a3d859d8c3570c86dc73e1ea887be61d1f86c6
|
4
|
+
data.tar.gz: 09f3d7ff8c6a021b88949441ad95609a652cdc8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b5bb1b6addd9089262741dbbed3f2dcecaed2da64840777ee58fe69670b05bfc23325978cbd9071b9fd5ea4643f7abcb72b505fdf83db77cc86c028b5754d9
|
7
|
+
data.tar.gz: 764b830b093c3c14bb7450aca9dd324a53020e2e85a1cd45cba73021f7f31ab113d7e3ec8094cf74907887931a1c04a36a2709add7bb917d093517c3dad876fe
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
@@ -18,7 +18,6 @@ deps = `git ls-files`.split("\n") - [specname]
|
|
18
18
|
|
19
19
|
file specname => deps do
|
20
20
|
files = `git ls-files`.split("\n")
|
21
|
-
test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
22
21
|
executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
23
22
|
|
24
23
|
require 'erb'
|
data/lib/sass/rails/version.rb
CHANGED
data/sass-rails.gemspec
CHANGED
@@ -15,13 +15,12 @@ Gem::Specification.new do |s|
|
|
15
15
|
|
16
16
|
s.rubyforge_project = "sass-rails"
|
17
17
|
|
18
|
-
s.add_dependency 'sass', '~> 3.2.
|
18
|
+
s.add_dependency 'sass', '~> 3.2.2'
|
19
19
|
s.add_dependency 'railties', '>= 4.0.0', '< 5.0'
|
20
20
|
s.add_dependency 'sprockets-rails', '~> 2.0'
|
21
|
-
s.add_dependency 'sprockets', '~> 2.8', '
|
21
|
+
s.add_dependency 'sprockets', '~> 2.8', '< 2.12'
|
22
22
|
|
23
|
-
s.files = [".gitignore",".travis.yml","CHANGELOG.md","Gemfile","MIT-LICENSE","README.md","Rakefile","lib/rails/generators/sass/assets/assets_generator.rb","lib/rails/generators/sass/assets/templates/stylesheet.css.sass","lib/rails/generators/sass/scaffold/scaffold_generator.rb","lib/rails/generators/sass_scaffold.rb","lib/rails/generators/scss/assets/assets_generator.rb","lib/rails/generators/scss/assets/templates/stylesheet.css.scss","lib/rails/generators/scss/scaffold/scaffold_generator.rb","lib/sass-rails.rb","lib/sass/rails.rb","lib/sass/rails/helpers.rb","lib/sass/rails/importer.rb","lib/sass/rails/logger.rb","lib/sass/rails/railtie.rb","lib/sass/rails/template.rb","lib/sass/rails/version.rb","sass-rails.gemspec","sass-rails.gemspec.erb","test/fixtures/alternate_config_project/.gitignore","test/fixtures/alternate_config_project/Gemfile","test/fixtures/alternate_config_project/README","test/fixtures/alternate_config_project/Rakefile","test/fixtures/alternate_config_project/app/assets/images/1x1.png","test/fixtures/alternate_config_project/app/assets/images/rails.png","test/fixtures/alternate_config_project/app/assets/javascripts/application.js","test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css","test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss","test/fixtures/alternate_config_project/app/controllers/application_controller.rb","test/fixtures/alternate_config_project/app/helpers/application_helper.rb","test/fixtures/alternate_config_project/app/mailers/.gitkeep","test/fixtures/alternate_config_project/app/models/.gitkeep","test/fixtures/alternate_config_project/app/views/layouts/application.html.erb","test/fixtures/alternate_config_project/config.ru","test/fixtures/alternate_config_project/config/application.rb","test/fixtures/alternate_config_project/config/boot.rb","test/fixtures/alternate_config_project/config/database.yml","test/fixtures/alternate_config_project/config/environment.rb","test/fixtures/alternate_config_project/config/environments/development.rb","test/fixtures/alternate_config_project/config/environments/production.rb","test/fixtures/alternate_config_project/config/environments/test.rb","test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb","test/fixtures/alternate_config_project/config/initializers/inflections.rb","test/fixtures/alternate_config_project/config/initializers/mime_types.rb","test/fixtures/alternate_config_project/config/initializers/secret_token.rb","test/fixtures/alternate_config_project/config/initializers/session_store.rb","test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb","test/fixtures/alternate_config_project/config/locales/en.yml","test/fixtures/alternate_config_project/config/routes.rb","test/fixtures/alternate_config_project/db/seeds.rb","test/fixtures/alternate_config_project/doc/README_FOR_APP","test/fixtures/alternate_config_project/lib/tasks/.gitkeep","test/fixtures/alternate_config_project/log/.gitkeep","test/fixtures/alternate_config_project/public/404.html","test/fixtures/alternate_config_project/public/422.html","test/fixtures/alternate_config_project/public/500.html","test/fixtures/alternate_config_project/public/favicon.ico","test/fixtures/alternate_config_project/public/index.html","test/fixtures/alternate_config_project/public/robots.txt","test/fixtures/alternate_config_project/script/rails","test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/alternate_config_project/vendor/plugins/.gitkeep","test/fixtures/engine_project/.gitignore","test/fixtures/engine_project/Gemfile","test/fixtures/engine_project/MIT-LICENSE","test/fixtures/engine_project/README.rdoc","test/fixtures/engine_project/Rakefile","test/fixtures/engine_project/app/assets/images/engine_project/.keep","test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js","test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css","test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb","test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb","test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb","test/fixtures/engine_project/config/routes.rb","test/fixtures/engine_project/engine_project.gemspec","test/fixtures/engine_project/lib/engine_project.rb","test/fixtures/engine_project/lib/engine_project/engine.rb","test/fixtures/engine_project/lib/engine_project/version.rb","test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake","test/fixtures/engine_project/script/rails","test/fixtures/engine_project/test/dummy/README.rdoc","test/fixtures/engine_project/test/dummy/Rakefile","test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js","test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css","test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb","test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep","test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb","test/fixtures/engine_project/test/dummy/app/mailers/.keep","test/fixtures/engine_project/test/dummy/app/models/.keep","test/fixtures/engine_project/test/dummy/app/models/concerns/.keep","test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb","test/fixtures/engine_project/test/dummy/bin/bundle","test/fixtures/engine_project/test/dummy/bin/rails","test/fixtures/engine_project/test/dummy/bin/rake","test/fixtures/engine_project/test/dummy/config.ru","test/fixtures/engine_project/test/dummy/config/application.rb","test/fixtures/engine_project/test/dummy/config/boot.rb","test/fixtures/engine_project/test/dummy/config/database.yml","test/fixtures/engine_project/test/dummy/config/environment.rb","test/fixtures/engine_project/test/dummy/config/environments/development.rb","test/fixtures/engine_project/test/dummy/config/environments/production.rb","test/fixtures/engine_project/test/dummy/config/environments/test.rb","test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb","test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb","test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb","test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb","test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb","test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb","test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb","test/fixtures/engine_project/test/dummy/config/locales/en.yml","test/fixtures/engine_project/test/dummy/config/routes.rb","test/fixtures/engine_project/test/dummy/lib/assets/.keep","test/fixtures/engine_project/test/dummy/log/.keep","test/fixtures/engine_project/test/dummy/public/404.html","test/fixtures/engine_project/test/dummy/public/422.html","test/fixtures/engine_project/test/dummy/public/500.html","test/fixtures/engine_project/test/dummy/public/favicon.ico","test/fixtures/sass_project/.gitignore","test/fixtures/sass_project/Gemfile","test/fixtures/sass_project/README","test/fixtures/sass_project/Rakefile","test/fixtures/sass_project/app/assets/images/rails.png","test/fixtures/sass_project/app/assets/javascripts/application.js","test/fixtures/sass_project/app/assets/stylesheets/application.css","test/fixtures/sass_project/app/controllers/application_controller.rb","test/fixtures/sass_project/app/helpers/application_helper.rb","test/fixtures/sass_project/app/mailers/.gitkeep","test/fixtures/sass_project/app/models/.gitkeep","test/fixtures/sass_project/app/views/layouts/application.html.erb","test/fixtures/sass_project/config.ru","test/fixtures/sass_project/config/application.rb","test/fixtures/sass_project/config/boot.rb","test/fixtures/sass_project/config/database.yml","test/fixtures/sass_project/config/environment.rb","test/fixtures/sass_project/config/environments/development.rb","test/fixtures/sass_project/config/environments/production.rb","test/fixtures/sass_project/config/environments/test.rb","test/fixtures/sass_project/config/initializers/backtrace_silencers.rb","test/fixtures/sass_project/config/initializers/inflections.rb","test/fixtures/sass_project/config/initializers/mime_types.rb","test/fixtures/sass_project/config/initializers/secret_token.rb","test/fixtures/sass_project/config/initializers/session_store.rb","test/fixtures/sass_project/config/initializers/wrap_parameters.rb","test/fixtures/sass_project/config/locales/en.yml","test/fixtures/sass_project/config/routes.rb","test/fixtures/sass_project/db/seeds.rb","test/fixtures/sass_project/doc/README_FOR_APP","test/fixtures/sass_project/lib/tasks/.gitkeep","test/fixtures/sass_project/log/.gitkeep","test/fixtures/sass_project/public/404.html","test/fixtures/sass_project/public/422.html","test/fixtures/sass_project/public/500.html","test/fixtures/sass_project/public/favicon.ico","test/fixtures/sass_project/public/index.html","test/fixtures/sass_project/public/robots.txt","test/fixtures/sass_project/script/rails","test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/sass_project/vendor/plugins/.gitkeep","test/fixtures/scss_project/.gitignore","test/fixtures/scss_project/Gemfile","test/fixtures/scss_project/README","test/fixtures/scss_project/Rakefile","test/fixtures/scss_project/app/assets/images/1x1.png","test/fixtures/scss_project/app/assets/images/rails.png","test/fixtures/scss_project/app/assets/javascripts/application.js","test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss","test/fixtures/scss_project/app/assets/stylesheets/application.css.scss","test/fixtures/scss_project/app/assets/stylesheets/css_application.css","test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb","test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb","test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb","test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss","test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass","test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss","test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb","test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb","test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss","test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css","test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css","test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss","test/fixtures/scss_project/app/controllers/application_controller.rb","test/fixtures/scss_project/app/helpers/application_helper.rb","test/fixtures/scss_project/app/mailers/.gitkeep","test/fixtures/scss_project/app/models/.gitkeep","test/fixtures/scss_project/app/views/layouts/application.html.erb","test/fixtures/scss_project/config.ru","test/fixtures/scss_project/config/application.rb","test/fixtures/scss_project/config/boot.rb","test/fixtures/scss_project/config/database.yml","test/fixtures/scss_project/config/environment.rb","test/fixtures/scss_project/config/environments/development.rb","test/fixtures/scss_project/config/environments/production.rb","test/fixtures/scss_project/config/environments/test.rb","test/fixtures/scss_project/config/initializers/backtrace_silencers.rb","test/fixtures/scss_project/config/initializers/inflections.rb","test/fixtures/scss_project/config/initializers/mime_types.rb","test/fixtures/scss_project/config/initializers/postprocessor.rb","test/fixtures/scss_project/config/initializers/secret_token.rb","test/fixtures/scss_project/config/initializers/session_store.rb","test/fixtures/scss_project/config/initializers/wrap_parameters.rb","test/fixtures/scss_project/config/locales/en.yml","test/fixtures/scss_project/config/routes.rb","test/fixtures/scss_project/db/seeds.rb","test/fixtures/scss_project/doc/README_FOR_APP","test/fixtures/scss_project/lib/tasks/.gitkeep","test/fixtures/scss_project/log/.gitkeep","test/fixtures/scss_project/public/404.html","test/fixtures/scss_project/public/422.html","test/fixtures/scss_project/public/500.html","test/fixtures/scss_project/public/favicon.ico","test/fixtures/scss_project/public/index.html","test/fixtures/scss_project/public/robots.txt","test/fixtures/scss_project/script/rails","test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/scss_project/vendor/plugins/.gitkeep","test/gemfiles/Gemfile-master","test/sass_rails_generators_test.rb","test/sass_rails_logger_test.rb","test/sass_rails_test.rb","test/support/sass_rails_test_case.rb","test/test_helper.rb"]
|
24
|
-
s.test_files = ["test/fixtures/alternate_config_project/.gitignore","test/fixtures/alternate_config_project/Gemfile","test/fixtures/alternate_config_project/README","test/fixtures/alternate_config_project/Rakefile","test/fixtures/alternate_config_project/app/assets/images/1x1.png","test/fixtures/alternate_config_project/app/assets/images/rails.png","test/fixtures/alternate_config_project/app/assets/javascripts/application.js","test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css","test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss","test/fixtures/alternate_config_project/app/controllers/application_controller.rb","test/fixtures/alternate_config_project/app/helpers/application_helper.rb","test/fixtures/alternate_config_project/app/mailers/.gitkeep","test/fixtures/alternate_config_project/app/models/.gitkeep","test/fixtures/alternate_config_project/app/views/layouts/application.html.erb","test/fixtures/alternate_config_project/config.ru","test/fixtures/alternate_config_project/config/application.rb","test/fixtures/alternate_config_project/config/boot.rb","test/fixtures/alternate_config_project/config/database.yml","test/fixtures/alternate_config_project/config/environment.rb","test/fixtures/alternate_config_project/config/environments/development.rb","test/fixtures/alternate_config_project/config/environments/production.rb","test/fixtures/alternate_config_project/config/environments/test.rb","test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb","test/fixtures/alternate_config_project/config/initializers/inflections.rb","test/fixtures/alternate_config_project/config/initializers/mime_types.rb","test/fixtures/alternate_config_project/config/initializers/secret_token.rb","test/fixtures/alternate_config_project/config/initializers/session_store.rb","test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb","test/fixtures/alternate_config_project/config/locales/en.yml","test/fixtures/alternate_config_project/config/routes.rb","test/fixtures/alternate_config_project/db/seeds.rb","test/fixtures/alternate_config_project/doc/README_FOR_APP","test/fixtures/alternate_config_project/lib/tasks/.gitkeep","test/fixtures/alternate_config_project/log/.gitkeep","test/fixtures/alternate_config_project/public/404.html","test/fixtures/alternate_config_project/public/422.html","test/fixtures/alternate_config_project/public/500.html","test/fixtures/alternate_config_project/public/favicon.ico","test/fixtures/alternate_config_project/public/index.html","test/fixtures/alternate_config_project/public/robots.txt","test/fixtures/alternate_config_project/script/rails","test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/alternate_config_project/vendor/plugins/.gitkeep","test/fixtures/engine_project/.gitignore","test/fixtures/engine_project/Gemfile","test/fixtures/engine_project/MIT-LICENSE","test/fixtures/engine_project/README.rdoc","test/fixtures/engine_project/Rakefile","test/fixtures/engine_project/app/assets/images/engine_project/.keep","test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js","test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css","test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb","test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb","test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb","test/fixtures/engine_project/config/routes.rb","test/fixtures/engine_project/engine_project.gemspec","test/fixtures/engine_project/lib/engine_project.rb","test/fixtures/engine_project/lib/engine_project/engine.rb","test/fixtures/engine_project/lib/engine_project/version.rb","test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake","test/fixtures/engine_project/script/rails","test/fixtures/engine_project/test/dummy/README.rdoc","test/fixtures/engine_project/test/dummy/Rakefile","test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js","test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css","test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb","test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep","test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb","test/fixtures/engine_project/test/dummy/app/mailers/.keep","test/fixtures/engine_project/test/dummy/app/models/.keep","test/fixtures/engine_project/test/dummy/app/models/concerns/.keep","test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb","test/fixtures/engine_project/test/dummy/bin/bundle","test/fixtures/engine_project/test/dummy/bin/rails","test/fixtures/engine_project/test/dummy/bin/rake","test/fixtures/engine_project/test/dummy/config.ru","test/fixtures/engine_project/test/dummy/config/application.rb","test/fixtures/engine_project/test/dummy/config/boot.rb","test/fixtures/engine_project/test/dummy/config/database.yml","test/fixtures/engine_project/test/dummy/config/environment.rb","test/fixtures/engine_project/test/dummy/config/environments/development.rb","test/fixtures/engine_project/test/dummy/config/environments/production.rb","test/fixtures/engine_project/test/dummy/config/environments/test.rb","test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb","test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb","test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb","test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb","test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb","test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb","test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb","test/fixtures/engine_project/test/dummy/config/locales/en.yml","test/fixtures/engine_project/test/dummy/config/routes.rb","test/fixtures/engine_project/test/dummy/lib/assets/.keep","test/fixtures/engine_project/test/dummy/log/.keep","test/fixtures/engine_project/test/dummy/public/404.html","test/fixtures/engine_project/test/dummy/public/422.html","test/fixtures/engine_project/test/dummy/public/500.html","test/fixtures/engine_project/test/dummy/public/favicon.ico","test/fixtures/sass_project/.gitignore","test/fixtures/sass_project/Gemfile","test/fixtures/sass_project/README","test/fixtures/sass_project/Rakefile","test/fixtures/sass_project/app/assets/images/rails.png","test/fixtures/sass_project/app/assets/javascripts/application.js","test/fixtures/sass_project/app/assets/stylesheets/application.css","test/fixtures/sass_project/app/controllers/application_controller.rb","test/fixtures/sass_project/app/helpers/application_helper.rb","test/fixtures/sass_project/app/mailers/.gitkeep","test/fixtures/sass_project/app/models/.gitkeep","test/fixtures/sass_project/app/views/layouts/application.html.erb","test/fixtures/sass_project/config.ru","test/fixtures/sass_project/config/application.rb","test/fixtures/sass_project/config/boot.rb","test/fixtures/sass_project/config/database.yml","test/fixtures/sass_project/config/environment.rb","test/fixtures/sass_project/config/environments/development.rb","test/fixtures/sass_project/config/environments/production.rb","test/fixtures/sass_project/config/environments/test.rb","test/fixtures/sass_project/config/initializers/backtrace_silencers.rb","test/fixtures/sass_project/config/initializers/inflections.rb","test/fixtures/sass_project/config/initializers/mime_types.rb","test/fixtures/sass_project/config/initializers/secret_token.rb","test/fixtures/sass_project/config/initializers/session_store.rb","test/fixtures/sass_project/config/initializers/wrap_parameters.rb","test/fixtures/sass_project/config/locales/en.yml","test/fixtures/sass_project/config/routes.rb","test/fixtures/sass_project/db/seeds.rb","test/fixtures/sass_project/doc/README_FOR_APP","test/fixtures/sass_project/lib/tasks/.gitkeep","test/fixtures/sass_project/log/.gitkeep","test/fixtures/sass_project/public/404.html","test/fixtures/sass_project/public/422.html","test/fixtures/sass_project/public/500.html","test/fixtures/sass_project/public/favicon.ico","test/fixtures/sass_project/public/index.html","test/fixtures/sass_project/public/robots.txt","test/fixtures/sass_project/script/rails","test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/sass_project/vendor/plugins/.gitkeep","test/fixtures/scss_project/.gitignore","test/fixtures/scss_project/Gemfile","test/fixtures/scss_project/README","test/fixtures/scss_project/Rakefile","test/fixtures/scss_project/app/assets/images/1x1.png","test/fixtures/scss_project/app/assets/images/rails.png","test/fixtures/scss_project/app/assets/javascripts/application.js","test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss","test/fixtures/scss_project/app/assets/stylesheets/application.css.scss","test/fixtures/scss_project/app/assets/stylesheets/css_application.css","test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb","test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb","test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb","test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss","test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass","test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss","test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb","test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb","test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss","test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css","test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css","test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss","test/fixtures/scss_project/app/controllers/application_controller.rb","test/fixtures/scss_project/app/helpers/application_helper.rb","test/fixtures/scss_project/app/mailers/.gitkeep","test/fixtures/scss_project/app/models/.gitkeep","test/fixtures/scss_project/app/views/layouts/application.html.erb","test/fixtures/scss_project/config.ru","test/fixtures/scss_project/config/application.rb","test/fixtures/scss_project/config/boot.rb","test/fixtures/scss_project/config/database.yml","test/fixtures/scss_project/config/environment.rb","test/fixtures/scss_project/config/environments/development.rb","test/fixtures/scss_project/config/environments/production.rb","test/fixtures/scss_project/config/environments/test.rb","test/fixtures/scss_project/config/initializers/backtrace_silencers.rb","test/fixtures/scss_project/config/initializers/inflections.rb","test/fixtures/scss_project/config/initializers/mime_types.rb","test/fixtures/scss_project/config/initializers/postprocessor.rb","test/fixtures/scss_project/config/initializers/secret_token.rb","test/fixtures/scss_project/config/initializers/session_store.rb","test/fixtures/scss_project/config/initializers/wrap_parameters.rb","test/fixtures/scss_project/config/locales/en.yml","test/fixtures/scss_project/config/routes.rb","test/fixtures/scss_project/db/seeds.rb","test/fixtures/scss_project/doc/README_FOR_APP","test/fixtures/scss_project/lib/tasks/.gitkeep","test/fixtures/scss_project/log/.gitkeep","test/fixtures/scss_project/public/404.html","test/fixtures/scss_project/public/422.html","test/fixtures/scss_project/public/500.html","test/fixtures/scss_project/public/favicon.ico","test/fixtures/scss_project/public/index.html","test/fixtures/scss_project/public/robots.txt","test/fixtures/scss_project/script/rails","test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/scss_project/vendor/plugins/.gitkeep","test/gemfiles/Gemfile-master","test/sass_rails_generators_test.rb","test/sass_rails_logger_test.rb","test/sass_rails_test.rb","test/support/sass_rails_test_case.rb","test/test_helper.rb"]
|
23
|
+
s.files = [".gitignore",".travis.yml","CHANGELOG.md","Gemfile","MIT-LICENSE","README.md","Rakefile","lib/rails/generators/sass/assets/assets_generator.rb","lib/rails/generators/sass/assets/templates/stylesheet.css.sass","lib/rails/generators/sass/scaffold/scaffold_generator.rb","lib/rails/generators/sass_scaffold.rb","lib/rails/generators/scss/assets/assets_generator.rb","lib/rails/generators/scss/assets/templates/stylesheet.css.scss","lib/rails/generators/scss/scaffold/scaffold_generator.rb","lib/sass-rails.rb","lib/sass/rails.rb","lib/sass/rails/helpers.rb","lib/sass/rails/importer.rb","lib/sass/rails/logger.rb","lib/sass/rails/railtie.rb","lib/sass/rails/template.rb","lib/sass/rails/version.rb","sass-rails.gemspec","sass-rails.gemspec.erb","test/fixtures/alternate_config_project/.gitignore","test/fixtures/alternate_config_project/Gemfile","test/fixtures/alternate_config_project/README","test/fixtures/alternate_config_project/Rakefile","test/fixtures/alternate_config_project/app/assets/images/1x1.png","test/fixtures/alternate_config_project/app/assets/images/rails.png","test/fixtures/alternate_config_project/app/assets/javascripts/application.js","test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css","test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css","test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss","test/fixtures/alternate_config_project/app/controllers/application_controller.rb","test/fixtures/alternate_config_project/app/helpers/application_helper.rb","test/fixtures/alternate_config_project/app/mailers/.gitkeep","test/fixtures/alternate_config_project/app/models/.gitkeep","test/fixtures/alternate_config_project/app/views/layouts/application.html.erb","test/fixtures/alternate_config_project/config.ru","test/fixtures/alternate_config_project/config/application.rb","test/fixtures/alternate_config_project/config/boot.rb","test/fixtures/alternate_config_project/config/database.yml","test/fixtures/alternate_config_project/config/environment.rb","test/fixtures/alternate_config_project/config/environments/development.rb","test/fixtures/alternate_config_project/config/environments/production.rb","test/fixtures/alternate_config_project/config/environments/test.rb","test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb","test/fixtures/alternate_config_project/config/initializers/inflections.rb","test/fixtures/alternate_config_project/config/initializers/mime_types.rb","test/fixtures/alternate_config_project/config/initializers/secret_token.rb","test/fixtures/alternate_config_project/config/initializers/session_store.rb","test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb","test/fixtures/alternate_config_project/config/locales/en.yml","test/fixtures/alternate_config_project/config/routes.rb","test/fixtures/alternate_config_project/db/seeds.rb","test/fixtures/alternate_config_project/doc/README_FOR_APP","test/fixtures/alternate_config_project/lib/tasks/.gitkeep","test/fixtures/alternate_config_project/log/.gitkeep","test/fixtures/alternate_config_project/public/404.html","test/fixtures/alternate_config_project/public/422.html","test/fixtures/alternate_config_project/public/500.html","test/fixtures/alternate_config_project/public/favicon.ico","test/fixtures/alternate_config_project/public/index.html","test/fixtures/alternate_config_project/public/robots.txt","test/fixtures/alternate_config_project/script/rails","test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/alternate_config_project/vendor/plugins/.gitkeep","test/fixtures/engine_project/.gitignore","test/fixtures/engine_project/Gemfile","test/fixtures/engine_project/MIT-LICENSE","test/fixtures/engine_project/README.rdoc","test/fixtures/engine_project/Rakefile","test/fixtures/engine_project/app/assets/images/engine_project/.keep","test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js","test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css","test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb","test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb","test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb","test/fixtures/engine_project/config/routes.rb","test/fixtures/engine_project/engine_project.gemspec","test/fixtures/engine_project/lib/engine_project.rb","test/fixtures/engine_project/lib/engine_project/engine.rb","test/fixtures/engine_project/lib/engine_project/version.rb","test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake","test/fixtures/engine_project/script/rails","test/fixtures/engine_project/test/dummy/README.rdoc","test/fixtures/engine_project/test/dummy/Rakefile","test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js","test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css","test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb","test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep","test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb","test/fixtures/engine_project/test/dummy/app/mailers/.keep","test/fixtures/engine_project/test/dummy/app/models/.keep","test/fixtures/engine_project/test/dummy/app/models/concerns/.keep","test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb","test/fixtures/engine_project/test/dummy/bin/bundle","test/fixtures/engine_project/test/dummy/bin/rails","test/fixtures/engine_project/test/dummy/bin/rake","test/fixtures/engine_project/test/dummy/config.ru","test/fixtures/engine_project/test/dummy/config/application.rb","test/fixtures/engine_project/test/dummy/config/boot.rb","test/fixtures/engine_project/test/dummy/config/database.yml","test/fixtures/engine_project/test/dummy/config/environment.rb","test/fixtures/engine_project/test/dummy/config/environments/development.rb","test/fixtures/engine_project/test/dummy/config/environments/production.rb","test/fixtures/engine_project/test/dummy/config/environments/test.rb","test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb","test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb","test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb","test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb","test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb","test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb","test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb","test/fixtures/engine_project/test/dummy/config/locales/en.yml","test/fixtures/engine_project/test/dummy/config/routes.rb","test/fixtures/engine_project/test/dummy/lib/assets/.keep","test/fixtures/engine_project/test/dummy/log/.keep","test/fixtures/engine_project/test/dummy/public/404.html","test/fixtures/engine_project/test/dummy/public/422.html","test/fixtures/engine_project/test/dummy/public/500.html","test/fixtures/engine_project/test/dummy/public/favicon.ico","test/fixtures/sass_project/.gitignore","test/fixtures/sass_project/Gemfile","test/fixtures/sass_project/README","test/fixtures/sass_project/Rakefile","test/fixtures/sass_project/app/assets/images/rails.png","test/fixtures/sass_project/app/assets/javascripts/application.js","test/fixtures/sass_project/app/assets/stylesheets/application.css","test/fixtures/sass_project/app/controllers/application_controller.rb","test/fixtures/sass_project/app/helpers/application_helper.rb","test/fixtures/sass_project/app/mailers/.gitkeep","test/fixtures/sass_project/app/models/.gitkeep","test/fixtures/sass_project/app/views/layouts/application.html.erb","test/fixtures/sass_project/config.ru","test/fixtures/sass_project/config/application.rb","test/fixtures/sass_project/config/boot.rb","test/fixtures/sass_project/config/database.yml","test/fixtures/sass_project/config/environment.rb","test/fixtures/sass_project/config/environments/development.rb","test/fixtures/sass_project/config/environments/production.rb","test/fixtures/sass_project/config/environments/test.rb","test/fixtures/sass_project/config/initializers/backtrace_silencers.rb","test/fixtures/sass_project/config/initializers/inflections.rb","test/fixtures/sass_project/config/initializers/mime_types.rb","test/fixtures/sass_project/config/initializers/secret_token.rb","test/fixtures/sass_project/config/initializers/session_store.rb","test/fixtures/sass_project/config/initializers/wrap_parameters.rb","test/fixtures/sass_project/config/locales/en.yml","test/fixtures/sass_project/config/routes.rb","test/fixtures/sass_project/db/seeds.rb","test/fixtures/sass_project/doc/README_FOR_APP","test/fixtures/sass_project/lib/tasks/.gitkeep","test/fixtures/sass_project/log/.gitkeep","test/fixtures/sass_project/public/404.html","test/fixtures/sass_project/public/422.html","test/fixtures/sass_project/public/500.html","test/fixtures/sass_project/public/favicon.ico","test/fixtures/sass_project/public/index.html","test/fixtures/sass_project/public/robots.txt","test/fixtures/sass_project/script/rails","test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/sass_project/vendor/plugins/.gitkeep","test/fixtures/scss_project/.gitignore","test/fixtures/scss_project/Gemfile","test/fixtures/scss_project/README","test/fixtures/scss_project/Rakefile","test/fixtures/scss_project/app/assets/images/1x1.png","test/fixtures/scss_project/app/assets/images/rails.png","test/fixtures/scss_project/app/assets/javascripts/application.js","test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss","test/fixtures/scss_project/app/assets/stylesheets/application.css.scss","test/fixtures/scss_project/app/assets/stylesheets/css_application.css","test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb","test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb","test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb","test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss","test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass","test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss","test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss","test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb","test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb","test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss","test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css","test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css","test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss","test/fixtures/scss_project/app/controllers/application_controller.rb","test/fixtures/scss_project/app/helpers/application_helper.rb","test/fixtures/scss_project/app/mailers/.gitkeep","test/fixtures/scss_project/app/models/.gitkeep","test/fixtures/scss_project/app/views/layouts/application.html.erb","test/fixtures/scss_project/config.ru","test/fixtures/scss_project/config/application.rb","test/fixtures/scss_project/config/boot.rb","test/fixtures/scss_project/config/database.yml","test/fixtures/scss_project/config/environment.rb","test/fixtures/scss_project/config/environments/development.rb","test/fixtures/scss_project/config/environments/production.rb","test/fixtures/scss_project/config/environments/test.rb","test/fixtures/scss_project/config/initializers/backtrace_silencers.rb","test/fixtures/scss_project/config/initializers/inflections.rb","test/fixtures/scss_project/config/initializers/mime_types.rb","test/fixtures/scss_project/config/initializers/postprocessor.rb","test/fixtures/scss_project/config/initializers/secret_token.rb","test/fixtures/scss_project/config/initializers/session_store.rb","test/fixtures/scss_project/config/initializers/wrap_parameters.rb","test/fixtures/scss_project/config/locales/en.yml","test/fixtures/scss_project/config/routes.rb","test/fixtures/scss_project/db/seeds.rb","test/fixtures/scss_project/doc/README_FOR_APP","test/fixtures/scss_project/lib/tasks/.gitkeep","test/fixtures/scss_project/log/.gitkeep","test/fixtures/scss_project/public/404.html","test/fixtures/scss_project/public/422.html","test/fixtures/scss_project/public/500.html","test/fixtures/scss_project/public/favicon.ico","test/fixtures/scss_project/public/index.html","test/fixtures/scss_project/public/robots.txt","test/fixtures/scss_project/script/rails","test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep","test/fixtures/scss_project/vendor/plugins/.gitkeep","test/gemfiles/Gemfile-4-0-stable","test/gemfiles/Gemfile-4-1-stable","test/sass_rails_generators_test.rb","test/sass_rails_logger_test.rb","test/sass_rails_test.rb","test/support/sass_rails_test_case.rb","test/test_helper.rb"]
|
25
24
|
s.executables = []
|
26
25
|
s.require_paths = ["lib"]
|
27
26
|
end
|
data/sass-rails.gemspec.erb
CHANGED
@@ -15,13 +15,12 @@ Gem::Specification.new do |s|
|
|
15
15
|
|
16
16
|
s.rubyforge_project = "sass-rails"
|
17
17
|
|
18
|
-
s.add_dependency 'sass', '~> 3.2.
|
18
|
+
s.add_dependency 'sass', '~> 3.2.2'
|
19
19
|
s.add_dependency 'railties', '>= 4.0.0', '< 5.0'
|
20
20
|
s.add_dependency 'sprockets-rails', '~> 2.0'
|
21
|
-
s.add_dependency 'sprockets', '~> 2.8', '
|
21
|
+
s.add_dependency 'sprockets', '~> 2.8', '< 2.12'
|
22
22
|
|
23
23
|
s.files = [<%= files.map(&:inspect).join ',' %>]
|
24
|
-
s.test_files = [<%= test_files.map(&:inspect).join ',' %>]
|
25
24
|
s.executables = [<%= executables.map(&:inspect).join ',' %>]
|
26
25
|
s.require_paths = ["lib"]
|
27
26
|
end
|
@@ -0,0 +1,9 @@
|
|
1
|
+
source "https://rubygems.org"
|
2
|
+
|
3
|
+
# Specify your gem's dependencies in sass-rails.gemspec
|
4
|
+
gemspec path: '../..'
|
5
|
+
|
6
|
+
gem "rails", github: 'rails/rails', branch: '4-0-stable'
|
7
|
+
gem "sprockets-rails", github: 'rails/sprockets-rails', branch: '2-1-stable'
|
8
|
+
|
9
|
+
gem "sqlite3"
|
@@ -0,0 +1,9 @@
|
|
1
|
+
source "https://rubygems.org"
|
2
|
+
|
3
|
+
# Specify your gem's dependencies in sass-rails.gemspec
|
4
|
+
gemspec path: '../..'
|
5
|
+
|
6
|
+
gem "rails", github: 'rails/rails', branch: '4-1-stable'
|
7
|
+
gem "sprockets-rails", github: 'rails/sprockets-rails', branch: '2-1-stable'
|
8
|
+
|
9
|
+
gem "sqlite3"
|
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.0.
|
4
|
+
version: 4.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wycats
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-10-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 3.2.
|
20
|
+
version: 3.2.2
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 3.2.
|
27
|
+
version: 3.2.2
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: railties
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,9 +66,9 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '2.8'
|
69
|
-
- - "
|
69
|
+
- - "<"
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: 2.
|
71
|
+
version: '2.12'
|
72
72
|
type: :runtime
|
73
73
|
prerelease: false
|
74
74
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -76,9 +76,9 @@ dependencies:
|
|
76
76
|
- - "~>"
|
77
77
|
- !ruby/object:Gem::Version
|
78
78
|
version: '2.8'
|
79
|
-
- - "
|
79
|
+
- - "<"
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: 2.
|
81
|
+
version: '2.12'
|
82
82
|
description: Sass adapter for the Rails asset pipeline.
|
83
83
|
email:
|
84
84
|
- wycats@gmail.com
|
@@ -324,7 +324,8 @@ files:
|
|
324
324
|
- test/fixtures/scss_project/script/rails
|
325
325
|
- test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep
|
326
326
|
- test/fixtures/scss_project/vendor/plugins/.gitkeep
|
327
|
-
- test/gemfiles/Gemfile-
|
327
|
+
- test/gemfiles/Gemfile-4-0-stable
|
328
|
+
- test/gemfiles/Gemfile-4-1-stable
|
328
329
|
- test/sass_rails_generators_test.rb
|
329
330
|
- test/sass_rails_logger_test.rb
|
330
331
|
- test/sass_rails_test.rb
|
@@ -350,227 +351,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
350
351
|
version: '0'
|
351
352
|
requirements: []
|
352
353
|
rubyforge_project: sass-rails
|
353
|
-
rubygems_version: 2.
|
354
|
+
rubygems_version: 2.4.2
|
354
355
|
signing_key:
|
355
356
|
specification_version: 4
|
356
357
|
summary: Sass adapter for the Rails asset pipeline.
|
357
|
-
test_files:
|
358
|
-
|
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
|
358
|
+
test_files: []
|
359
|
+
has_rdoc:
|