sass-rails 4.0.3 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (241) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +19 -16
  3. data/lib/rails/generators/sass/assets/assets_generator.rb +1 -1
  4. data/lib/rails/generators/sass/assets/templates/{stylesheet.css.sass → stylesheet.sass} +0 -0
  5. data/lib/rails/generators/sass_scaffold.rb +1 -2
  6. data/lib/rails/generators/scss/assets/assets_generator.rb +1 -1
  7. data/lib/rails/generators/scss/assets/templates/{stylesheet.css.scss → stylesheet.scss} +0 -0
  8. data/lib/sass/rails/cache_store.rb +31 -0
  9. data/lib/sass/rails/helpers.rb +4 -21
  10. data/lib/sass/rails/importer.rb +124 -81
  11. data/lib/sass/rails/logger.rb +1 -0
  12. data/lib/sass/rails/railtie.rb +34 -11
  13. data/lib/sass/rails/template.rb +67 -23
  14. data/lib/sass/rails/version.rb +1 -1
  15. metadata +63 -474
  16. data/.gitignore +0 -6
  17. data/.travis.yml +0 -22
  18. data/CHANGELOG.md +0 -48
  19. data/Gemfile +0 -8
  20. data/Rakefile +0 -29
  21. data/sass-rails.gemspec +0 -27
  22. data/sass-rails.gemspec.erb +0 -27
  23. data/test/fixtures/alternate_config_project/.gitignore +0 -5
  24. data/test/fixtures/alternate_config_project/Gemfile +0 -7
  25. data/test/fixtures/alternate_config_project/README +0 -261
  26. data/test/fixtures/alternate_config_project/Rakefile +0 -7
  27. data/test/fixtures/alternate_config_project/app/assets/images/1x1.png +0 -0
  28. data/test/fixtures/alternate_config_project/app/assets/images/rails.png +0 -0
  29. data/test/fixtures/alternate_config_project/app/assets/javascripts/application.js +0 -9
  30. data/test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss +0 -3
  31. data/test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss +0 -32
  32. data/test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css +0 -7
  33. data/test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss +0 -3
  34. data/test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss +0 -3
  35. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass +0 -5
  36. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss +0 -9
  37. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
  38. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass +0 -2
  39. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss +0 -3
  40. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss +0 -3
  41. data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
  42. data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css +0 -3
  43. data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss +0 -1
  44. data/test/fixtures/alternate_config_project/app/controllers/application_controller.rb +0 -3
  45. data/test/fixtures/alternate_config_project/app/helpers/application_helper.rb +0 -2
  46. data/test/fixtures/alternate_config_project/app/mailers/.gitkeep +0 -0
  47. data/test/fixtures/alternate_config_project/app/models/.gitkeep +0 -0
  48. data/test/fixtures/alternate_config_project/app/views/layouts/application.html.erb +0 -14
  49. data/test/fixtures/alternate_config_project/config.ru +0 -4
  50. data/test/fixtures/alternate_config_project/config/application.rb +0 -49
  51. data/test/fixtures/alternate_config_project/config/boot.rb +0 -6
  52. data/test/fixtures/alternate_config_project/config/database.yml +0 -25
  53. data/test/fixtures/alternate_config_project/config/environment.rb +0 -5
  54. data/test/fixtures/alternate_config_project/config/environments/development.rb +0 -27
  55. data/test/fixtures/alternate_config_project/config/environments/production.rb +0 -56
  56. data/test/fixtures/alternate_config_project/config/environments/test.rb +0 -38
  57. data/test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb +0 -7
  58. data/test/fixtures/alternate_config_project/config/initializers/inflections.rb +0 -10
  59. data/test/fixtures/alternate_config_project/config/initializers/mime_types.rb +0 -5
  60. data/test/fixtures/alternate_config_project/config/initializers/secret_token.rb +0 -7
  61. data/test/fixtures/alternate_config_project/config/initializers/session_store.rb +0 -8
  62. data/test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb +0 -12
  63. data/test/fixtures/alternate_config_project/config/locales/en.yml +0 -5
  64. data/test/fixtures/alternate_config_project/config/routes.rb +0 -58
  65. data/test/fixtures/alternate_config_project/db/seeds.rb +0 -7
  66. data/test/fixtures/alternate_config_project/doc/README_FOR_APP +0 -2
  67. data/test/fixtures/alternate_config_project/lib/tasks/.gitkeep +0 -0
  68. data/test/fixtures/alternate_config_project/log/.gitkeep +0 -0
  69. data/test/fixtures/alternate_config_project/public/404.html +0 -26
  70. data/test/fixtures/alternate_config_project/public/422.html +0 -26
  71. data/test/fixtures/alternate_config_project/public/500.html +0 -26
  72. data/test/fixtures/alternate_config_project/public/favicon.ico +0 -0
  73. data/test/fixtures/alternate_config_project/public/index.html +0 -241
  74. data/test/fixtures/alternate_config_project/public/robots.txt +0 -5
  75. data/test/fixtures/alternate_config_project/script/rails +0 -6
  76. data/test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep +0 -0
  77. data/test/fixtures/alternate_config_project/vendor/plugins/.gitkeep +0 -0
  78. data/test/fixtures/engine_project/.gitignore +0 -8
  79. data/test/fixtures/engine_project/Gemfile +0 -14
  80. data/test/fixtures/engine_project/MIT-LICENSE +0 -20
  81. data/test/fixtures/engine_project/README.rdoc +0 -3
  82. data/test/fixtures/engine_project/Rakefile +0 -34
  83. data/test/fixtures/engine_project/app/assets/images/engine_project/.keep +0 -0
  84. data/test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js +0 -16
  85. data/test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css +0 -13
  86. data/test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb +0 -4
  87. data/test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb +0 -4
  88. data/test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb +0 -14
  89. data/test/fixtures/engine_project/config/routes.rb +0 -2
  90. data/test/fixtures/engine_project/engine_project.gemspec +0 -23
  91. data/test/fixtures/engine_project/lib/engine_project.rb +0 -4
  92. data/test/fixtures/engine_project/lib/engine_project/engine.rb +0 -5
  93. data/test/fixtures/engine_project/lib/engine_project/version.rb +0 -3
  94. data/test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake +0 -4
  95. data/test/fixtures/engine_project/script/rails +0 -8
  96. data/test/fixtures/engine_project/test/dummy/README.rdoc +0 -28
  97. data/test/fixtures/engine_project/test/dummy/Rakefile +0 -6
  98. data/test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js +0 -16
  99. data/test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css +0 -13
  100. data/test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb +0 -5
  101. data/test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep +0 -0
  102. data/test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb +0 -2
  103. data/test/fixtures/engine_project/test/dummy/app/mailers/.keep +0 -0
  104. data/test/fixtures/engine_project/test/dummy/app/models/.keep +0 -0
  105. data/test/fixtures/engine_project/test/dummy/app/models/concerns/.keep +0 -0
  106. data/test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb +0 -14
  107. data/test/fixtures/engine_project/test/dummy/bin/bundle +0 -3
  108. data/test/fixtures/engine_project/test/dummy/bin/rails +0 -4
  109. data/test/fixtures/engine_project/test/dummy/bin/rake +0 -4
  110. data/test/fixtures/engine_project/test/dummy/config.ru +0 -4
  111. data/test/fixtures/engine_project/test/dummy/config/application.rb +0 -23
  112. data/test/fixtures/engine_project/test/dummy/config/boot.rb +0 -9
  113. data/test/fixtures/engine_project/test/dummy/config/database.yml +0 -25
  114. data/test/fixtures/engine_project/test/dummy/config/environment.rb +0 -5
  115. data/test/fixtures/engine_project/test/dummy/config/environments/development.rb +0 -27
  116. data/test/fixtures/engine_project/test/dummy/config/environments/production.rb +0 -80
  117. data/test/fixtures/engine_project/test/dummy/config/environments/test.rb +0 -36
  118. data/test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  119. data/test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  120. data/test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb +0 -16
  121. data/test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb +0 -5
  122. data/test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb +0 -12
  123. data/test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb +0 -3
  124. data/test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  125. data/test/fixtures/engine_project/test/dummy/config/locales/en.yml +0 -23
  126. data/test/fixtures/engine_project/test/dummy/config/routes.rb +0 -4
  127. data/test/fixtures/engine_project/test/dummy/lib/assets/.keep +0 -0
  128. data/test/fixtures/engine_project/test/dummy/log/.keep +0 -0
  129. data/test/fixtures/engine_project/test/dummy/public/404.html +0 -27
  130. data/test/fixtures/engine_project/test/dummy/public/422.html +0 -26
  131. data/test/fixtures/engine_project/test/dummy/public/500.html +0 -26
  132. data/test/fixtures/engine_project/test/dummy/public/favicon.ico +0 -0
  133. data/test/fixtures/sass_project/.gitignore +0 -5
  134. data/test/fixtures/sass_project/Gemfile +0 -7
  135. data/test/fixtures/sass_project/README +0 -261
  136. data/test/fixtures/sass_project/Rakefile +0 -7
  137. data/test/fixtures/sass_project/app/assets/images/rails.png +0 -0
  138. data/test/fixtures/sass_project/app/assets/javascripts/application.js +0 -9
  139. data/test/fixtures/sass_project/app/assets/stylesheets/application.css +0 -7
  140. data/test/fixtures/sass_project/app/controllers/application_controller.rb +0 -3
  141. data/test/fixtures/sass_project/app/helpers/application_helper.rb +0 -2
  142. data/test/fixtures/sass_project/app/mailers/.gitkeep +0 -0
  143. data/test/fixtures/sass_project/app/models/.gitkeep +0 -0
  144. data/test/fixtures/sass_project/app/views/layouts/application.html.erb +0 -14
  145. data/test/fixtures/sass_project/config.ru +0 -4
  146. data/test/fixtures/sass_project/config/application.rb +0 -52
  147. data/test/fixtures/sass_project/config/boot.rb +0 -6
  148. data/test/fixtures/sass_project/config/database.yml +0 -25
  149. data/test/fixtures/sass_project/config/environment.rb +0 -5
  150. data/test/fixtures/sass_project/config/environments/development.rb +0 -21
  151. data/test/fixtures/sass_project/config/environments/production.rb +0 -51
  152. data/test/fixtures/sass_project/config/environments/test.rb +0 -36
  153. data/test/fixtures/sass_project/config/initializers/backtrace_silencers.rb +0 -7
  154. data/test/fixtures/sass_project/config/initializers/inflections.rb +0 -10
  155. data/test/fixtures/sass_project/config/initializers/mime_types.rb +0 -5
  156. data/test/fixtures/sass_project/config/initializers/secret_token.rb +0 -7
  157. data/test/fixtures/sass_project/config/initializers/session_store.rb +0 -8
  158. data/test/fixtures/sass_project/config/initializers/wrap_parameters.rb +0 -12
  159. data/test/fixtures/sass_project/config/locales/en.yml +0 -5
  160. data/test/fixtures/sass_project/config/routes.rb +0 -58
  161. data/test/fixtures/sass_project/db/seeds.rb +0 -7
  162. data/test/fixtures/sass_project/doc/README_FOR_APP +0 -2
  163. data/test/fixtures/sass_project/lib/tasks/.gitkeep +0 -0
  164. data/test/fixtures/sass_project/log/.gitkeep +0 -0
  165. data/test/fixtures/sass_project/public/404.html +0 -26
  166. data/test/fixtures/sass_project/public/422.html +0 -26
  167. data/test/fixtures/sass_project/public/500.html +0 -26
  168. data/test/fixtures/sass_project/public/favicon.ico +0 -0
  169. data/test/fixtures/sass_project/public/index.html +0 -241
  170. data/test/fixtures/sass_project/public/robots.txt +0 -5
  171. data/test/fixtures/sass_project/script/rails +0 -6
  172. data/test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep +0 -0
  173. data/test/fixtures/sass_project/vendor/plugins/.gitkeep +0 -0
  174. data/test/fixtures/scss_project/.gitignore +0 -5
  175. data/test/fixtures/scss_project/Gemfile +0 -7
  176. data/test/fixtures/scss_project/README +0 -261
  177. data/test/fixtures/scss_project/Rakefile +0 -7
  178. data/test/fixtures/scss_project/app/assets/images/1x1.png +0 -0
  179. data/test/fixtures/scss_project/app/assets/images/rails.png +0 -0
  180. data/test/fixtures/scss_project/app/assets/javascripts/application.js +0 -9
  181. data/test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss +0 -3
  182. data/test/fixtures/scss_project/app/assets/stylesheets/application.css.scss +0 -37
  183. data/test/fixtures/scss_project/app/assets/stylesheets/css_application.css +0 -7
  184. data/test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb +0 -3
  185. data/test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb +0 -2
  186. data/test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb +0 -3
  187. data/test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss +0 -3
  188. data/test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss +0 -3
  189. data/test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass +0 -5
  190. data/test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss +0 -9
  191. data/test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
  192. data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass +0 -2
  193. data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss +0 -3
  194. data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss +0 -3
  195. data/test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb +0 -2
  196. data/test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb +0 -3
  197. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss +0 -3
  198. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
  199. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css +0 -3
  200. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss +0 -2
  201. data/test/fixtures/scss_project/app/controllers/application_controller.rb +0 -3
  202. data/test/fixtures/scss_project/app/helpers/application_helper.rb +0 -2
  203. data/test/fixtures/scss_project/app/mailers/.gitkeep +0 -0
  204. data/test/fixtures/scss_project/app/models/.gitkeep +0 -0
  205. data/test/fixtures/scss_project/app/views/layouts/application.html.erb +0 -14
  206. data/test/fixtures/scss_project/config.ru +0 -4
  207. data/test/fixtures/scss_project/config/application.rb +0 -49
  208. data/test/fixtures/scss_project/config/boot.rb +0 -6
  209. data/test/fixtures/scss_project/config/database.yml +0 -25
  210. data/test/fixtures/scss_project/config/environment.rb +0 -5
  211. data/test/fixtures/scss_project/config/environments/development.rb +0 -23
  212. data/test/fixtures/scss_project/config/environments/production.rb +0 -53
  213. data/test/fixtures/scss_project/config/environments/test.rb +0 -38
  214. data/test/fixtures/scss_project/config/initializers/backtrace_silencers.rb +0 -7
  215. data/test/fixtures/scss_project/config/initializers/inflections.rb +0 -10
  216. data/test/fixtures/scss_project/config/initializers/mime_types.rb +0 -5
  217. data/test/fixtures/scss_project/config/initializers/postprocessor.rb +0 -3
  218. data/test/fixtures/scss_project/config/initializers/secret_token.rb +0 -7
  219. data/test/fixtures/scss_project/config/initializers/session_store.rb +0 -8
  220. data/test/fixtures/scss_project/config/initializers/wrap_parameters.rb +0 -12
  221. data/test/fixtures/scss_project/config/locales/en.yml +0 -5
  222. data/test/fixtures/scss_project/config/routes.rb +0 -58
  223. data/test/fixtures/scss_project/db/seeds.rb +0 -7
  224. data/test/fixtures/scss_project/doc/README_FOR_APP +0 -2
  225. data/test/fixtures/scss_project/lib/tasks/.gitkeep +0 -0
  226. data/test/fixtures/scss_project/log/.gitkeep +0 -0
  227. data/test/fixtures/scss_project/public/404.html +0 -26
  228. data/test/fixtures/scss_project/public/422.html +0 -26
  229. data/test/fixtures/scss_project/public/500.html +0 -26
  230. data/test/fixtures/scss_project/public/favicon.ico +0 -0
  231. data/test/fixtures/scss_project/public/index.html +0 -241
  232. data/test/fixtures/scss_project/public/robots.txt +0 -5
  233. data/test/fixtures/scss_project/script/rails +0 -6
  234. data/test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep +0 -0
  235. data/test/fixtures/scss_project/vendor/plugins/.gitkeep +0 -0
  236. data/test/gemfiles/Gemfile-master +0 -8
  237. data/test/sass_rails_generators_test.rb +0 -62
  238. data/test/sass_rails_logger_test.rb +0 -24
  239. data/test/sass_rails_test.rb +0 -133
  240. data/test/support/sass_rails_test_case.rb +0 -166
  241. data/test/test_helper.rb +0 -25
@@ -1,28 +1,72 @@
1
- require "sprockets/sass_template"
2
-
3
- module Sprockets
4
- class SassTemplate
5
- def evaluate(context, locals, &block)
6
- cache_store = SassCacheStore.new(context.environment)
7
-
8
- options = {
9
- :filename => eval_file,
10
- :line => line,
11
- :syntax => syntax,
12
- :cache_store => cache_store,
13
- :importer => SassImporter.new(context, context.pathname),
14
- :load_paths => context.environment.paths.map { |path| SassImporter.new(context, path) },
15
- :sprockets => {
16
- :context => context,
17
- :environment => context.environment
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
- sass_config = context.environment.context_class.sass_config.merge(options)
22
- ::Sass::Engine.new(data, sass_config).render
23
- rescue ::Sass::SyntaxError => e
24
- context.__LINE__ = e.sass_backtrace.first[:line]
25
- raise e
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
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Rails
3
- VERSION = "4.0.3"
3
+ VERSION = "5.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 5.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - wycats
@@ -9,76 +9,110 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-04 00:00:00.000000000 Z
12
+ date: 2019-08-16 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: 5.2.0
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: 5.2.0
14
28
  - !ruby/object:Gem::Dependency
15
29
  name: sass
16
30
  requirement: !ruby/object:Gem::Requirement
17
31
  requirements:
18
32
  - - "~>"
19
33
  - !ruby/object:Gem::Version
20
- version: 3.2.0
34
+ version: '3.1'
21
35
  type: :runtime
22
36
  prerelease: false
23
37
  version_requirements: !ruby/object:Gem::Requirement
24
38
  requirements:
25
39
  - - "~>"
26
40
  - !ruby/object:Gem::Version
27
- version: 3.2.0
41
+ version: '3.1'
28
42
  - !ruby/object:Gem::Dependency
29
- name: railties
43
+ name: sprockets-rails
30
44
  requirement: !ruby/object:Gem::Requirement
31
45
  requirements:
32
46
  - - ">="
33
47
  - !ruby/object:Gem::Version
34
- version: 4.0.0
48
+ version: '2.0'
35
49
  - - "<"
36
50
  - !ruby/object:Gem::Version
37
- version: '5.0'
51
+ version: '4.0'
38
52
  type: :runtime
39
53
  prerelease: false
40
54
  version_requirements: !ruby/object:Gem::Requirement
41
55
  requirements:
42
56
  - - ">="
43
57
  - !ruby/object:Gem::Version
44
- version: 4.0.0
58
+ version: '2.0'
45
59
  - - "<"
46
60
  - !ruby/object:Gem::Version
47
- version: '5.0'
61
+ version: '4.0'
48
62
  - !ruby/object:Gem::Dependency
49
- name: sprockets-rails
63
+ name: sprockets
50
64
  requirement: !ruby/object:Gem::Requirement
51
65
  requirements:
52
- - - "~>"
66
+ - - ">="
53
67
  - !ruby/object:Gem::Version
54
- version: '2.0'
68
+ version: '2.8'
69
+ - - "<"
70
+ - !ruby/object:Gem::Version
71
+ version: '4.0'
55
72
  type: :runtime
56
73
  prerelease: false
57
74
  version_requirements: !ruby/object:Gem::Requirement
58
75
  requirements:
59
- - - "~>"
76
+ - - ">="
60
77
  - !ruby/object:Gem::Version
61
- version: '2.0'
78
+ version: '2.8'
79
+ - - "<"
80
+ - !ruby/object:Gem::Version
81
+ version: '4.0'
62
82
  - !ruby/object:Gem::Dependency
63
- name: sprockets
83
+ name: tilt
64
84
  requirement: !ruby/object:Gem::Requirement
65
85
  requirements:
66
- - - "~>"
86
+ - - ">="
67
87
  - !ruby/object:Gem::Version
68
- version: '2.8'
69
- - - "<="
88
+ version: '1.1'
89
+ - - "<"
70
90
  - !ruby/object:Gem::Version
71
- version: 2.11.0
91
+ version: '3'
72
92
  type: :runtime
73
93
  prerelease: false
74
94
  version_requirements: !ruby/object:Gem::Requirement
75
95
  requirements:
76
- - - "~>"
96
+ - - ">="
77
97
  - !ruby/object:Gem::Version
78
- version: '2.8'
79
- - - "<="
98
+ version: '1.1'
99
+ - - "<"
100
+ - !ruby/object:Gem::Version
101
+ version: '3'
102
+ - !ruby/object:Gem::Dependency
103
+ name: sqlite3
104
+ requirement: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - ">="
80
107
  - !ruby/object:Gem::Version
81
- version: 2.11.0
108
+ version: '0'
109
+ type: :development
110
+ prerelease: false
111
+ version_requirements: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: '0'
82
116
  description: Sass adapter for the Rails asset pipeline.
83
117
  email:
84
118
  - wycats@gmail.com
@@ -87,249 +121,24 @@ executables: []
87
121
  extensions: []
88
122
  extra_rdoc_files: []
89
123
  files:
90
- - ".gitignore"
91
- - ".travis.yml"
92
- - CHANGELOG.md
93
- - Gemfile
94
124
  - MIT-LICENSE
95
125
  - README.md
96
- - Rakefile
97
126
  - lib/rails/generators/sass/assets/assets_generator.rb
98
- - lib/rails/generators/sass/assets/templates/stylesheet.css.sass
127
+ - lib/rails/generators/sass/assets/templates/stylesheet.sass
99
128
  - lib/rails/generators/sass/scaffold/scaffold_generator.rb
100
129
  - lib/rails/generators/sass_scaffold.rb
101
130
  - lib/rails/generators/scss/assets/assets_generator.rb
102
- - lib/rails/generators/scss/assets/templates/stylesheet.css.scss
131
+ - lib/rails/generators/scss/assets/templates/stylesheet.scss
103
132
  - lib/rails/generators/scss/scaffold/scaffold_generator.rb
104
133
  - lib/sass-rails.rb
105
134
  - lib/sass/rails.rb
135
+ - lib/sass/rails/cache_store.rb
106
136
  - lib/sass/rails/helpers.rb
107
137
  - lib/sass/rails/importer.rb
108
138
  - lib/sass/rails/logger.rb
109
139
  - lib/sass/rails/railtie.rb
110
140
  - lib/sass/rails/template.rb
111
141
  - 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
142
  homepage: https://github.com/rails/sass-rails
334
143
  licenses:
335
144
  - MIT
@@ -342,235 +151,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
342
151
  requirements:
343
152
  - - ">="
344
153
  - !ruby/object:Gem::Version
345
- version: '0'
154
+ version: 2.4.0
346
155
  required_rubygems_version: !ruby/object:Gem::Requirement
347
156
  requirements:
348
157
  - - ">="
349
158
  - !ruby/object:Gem::Version
350
159
  version: '0'
351
160
  requirements: []
352
- rubyforge_project: sass-rails
353
- rubygems_version: 2.2.2
161
+ rubygems_version: 3.0.1
354
162
  signing_key:
355
163
  specification_version: 4
356
164
  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
165
+ test_files: []