sass-rails 5.0.0.beta1 → 5.0.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 +4 -4
  2. data/CHANGELOG.md +13 -1
  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 +2 -21
  10. data/lib/sass/rails/importer.rb +119 -69
  11. data/lib/sass/rails/railtie.rb +5 -6
  12. data/lib/sass/rails/template.rb +41 -11
  13. data/lib/sass/rails/version.rb +1 -1
  14. metadata +71 -471
  15. data/.gitignore +0 -6
  16. data/.travis.yml +0 -24
  17. data/Gemfile +0 -8
  18. data/Rakefile +0 -29
  19. data/sass-rails.gemspec +0 -27
  20. data/sass-rails.gemspec.erb +0 -27
  21. data/test/fixtures/alternate_config_project/.gitignore +0 -5
  22. data/test/fixtures/alternate_config_project/Gemfile +0 -7
  23. data/test/fixtures/alternate_config_project/README +0 -261
  24. data/test/fixtures/alternate_config_project/Rakefile +0 -7
  25. data/test/fixtures/alternate_config_project/app/assets/images/1x1.png +0 -0
  26. data/test/fixtures/alternate_config_project/app/assets/images/rails.png +0 -0
  27. data/test/fixtures/alternate_config_project/app/assets/javascripts/application.js +0 -9
  28. data/test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss +0 -3
  29. data/test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss +0 -32
  30. data/test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css +0 -7
  31. data/test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss +0 -3
  32. data/test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss +0 -3
  33. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass +0 -5
  34. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss +0 -9
  35. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
  36. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass +0 -2
  37. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss +0 -3
  38. data/test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss +0 -3
  39. data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
  40. data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css +0 -3
  41. data/test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss +0 -1
  42. data/test/fixtures/alternate_config_project/app/controllers/application_controller.rb +0 -3
  43. data/test/fixtures/alternate_config_project/app/helpers/application_helper.rb +0 -2
  44. data/test/fixtures/alternate_config_project/app/mailers/.gitkeep +0 -0
  45. data/test/fixtures/alternate_config_project/app/models/.gitkeep +0 -0
  46. data/test/fixtures/alternate_config_project/app/views/layouts/application.html.erb +0 -14
  47. data/test/fixtures/alternate_config_project/config.ru +0 -4
  48. data/test/fixtures/alternate_config_project/config/application.rb +0 -49
  49. data/test/fixtures/alternate_config_project/config/boot.rb +0 -6
  50. data/test/fixtures/alternate_config_project/config/database.yml +0 -25
  51. data/test/fixtures/alternate_config_project/config/environment.rb +0 -5
  52. data/test/fixtures/alternate_config_project/config/environments/development.rb +0 -27
  53. data/test/fixtures/alternate_config_project/config/environments/production.rb +0 -56
  54. data/test/fixtures/alternate_config_project/config/environments/test.rb +0 -38
  55. data/test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb +0 -7
  56. data/test/fixtures/alternate_config_project/config/initializers/inflections.rb +0 -10
  57. data/test/fixtures/alternate_config_project/config/initializers/mime_types.rb +0 -5
  58. data/test/fixtures/alternate_config_project/config/initializers/secret_token.rb +0 -7
  59. data/test/fixtures/alternate_config_project/config/initializers/session_store.rb +0 -8
  60. data/test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb +0 -12
  61. data/test/fixtures/alternate_config_project/config/locales/en.yml +0 -5
  62. data/test/fixtures/alternate_config_project/config/routes.rb +0 -58
  63. data/test/fixtures/alternate_config_project/db/seeds.rb +0 -7
  64. data/test/fixtures/alternate_config_project/doc/README_FOR_APP +0 -2
  65. data/test/fixtures/alternate_config_project/lib/tasks/.gitkeep +0 -0
  66. data/test/fixtures/alternate_config_project/log/.gitkeep +0 -0
  67. data/test/fixtures/alternate_config_project/public/404.html +0 -26
  68. data/test/fixtures/alternate_config_project/public/422.html +0 -26
  69. data/test/fixtures/alternate_config_project/public/500.html +0 -26
  70. data/test/fixtures/alternate_config_project/public/favicon.ico +0 -0
  71. data/test/fixtures/alternate_config_project/public/index.html +0 -241
  72. data/test/fixtures/alternate_config_project/public/robots.txt +0 -5
  73. data/test/fixtures/alternate_config_project/script/rails +0 -6
  74. data/test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep +0 -0
  75. data/test/fixtures/alternate_config_project/vendor/plugins/.gitkeep +0 -0
  76. data/test/fixtures/engine_project/.gitignore +0 -8
  77. data/test/fixtures/engine_project/Gemfile +0 -14
  78. data/test/fixtures/engine_project/MIT-LICENSE +0 -20
  79. data/test/fixtures/engine_project/README.rdoc +0 -3
  80. data/test/fixtures/engine_project/Rakefile +0 -34
  81. data/test/fixtures/engine_project/app/assets/images/engine_project/.keep +0 -0
  82. data/test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js +0 -16
  83. data/test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css +0 -13
  84. data/test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb +0 -4
  85. data/test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb +0 -4
  86. data/test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb +0 -14
  87. data/test/fixtures/engine_project/config/routes.rb +0 -2
  88. data/test/fixtures/engine_project/engine_project.gemspec +0 -23
  89. data/test/fixtures/engine_project/lib/engine_project.rb +0 -4
  90. data/test/fixtures/engine_project/lib/engine_project/engine.rb +0 -5
  91. data/test/fixtures/engine_project/lib/engine_project/version.rb +0 -3
  92. data/test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake +0 -4
  93. data/test/fixtures/engine_project/script/rails +0 -8
  94. data/test/fixtures/engine_project/test/dummy/README.rdoc +0 -28
  95. data/test/fixtures/engine_project/test/dummy/Rakefile +0 -6
  96. data/test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js +0 -16
  97. data/test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css +0 -13
  98. data/test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb +0 -5
  99. data/test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep +0 -0
  100. data/test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb +0 -2
  101. data/test/fixtures/engine_project/test/dummy/app/mailers/.keep +0 -0
  102. data/test/fixtures/engine_project/test/dummy/app/models/.keep +0 -0
  103. data/test/fixtures/engine_project/test/dummy/app/models/concerns/.keep +0 -0
  104. data/test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb +0 -14
  105. data/test/fixtures/engine_project/test/dummy/bin/bundle +0 -3
  106. data/test/fixtures/engine_project/test/dummy/bin/rails +0 -4
  107. data/test/fixtures/engine_project/test/dummy/bin/rake +0 -4
  108. data/test/fixtures/engine_project/test/dummy/config.ru +0 -4
  109. data/test/fixtures/engine_project/test/dummy/config/application.rb +0 -23
  110. data/test/fixtures/engine_project/test/dummy/config/boot.rb +0 -9
  111. data/test/fixtures/engine_project/test/dummy/config/database.yml +0 -25
  112. data/test/fixtures/engine_project/test/dummy/config/environment.rb +0 -5
  113. data/test/fixtures/engine_project/test/dummy/config/environments/development.rb +0 -27
  114. data/test/fixtures/engine_project/test/dummy/config/environments/production.rb +0 -80
  115. data/test/fixtures/engine_project/test/dummy/config/environments/test.rb +0 -36
  116. data/test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  117. data/test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  118. data/test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb +0 -16
  119. data/test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb +0 -5
  120. data/test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb +0 -12
  121. data/test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb +0 -3
  122. data/test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  123. data/test/fixtures/engine_project/test/dummy/config/locales/en.yml +0 -23
  124. data/test/fixtures/engine_project/test/dummy/config/routes.rb +0 -4
  125. data/test/fixtures/engine_project/test/dummy/lib/assets/.keep +0 -0
  126. data/test/fixtures/engine_project/test/dummy/log/.keep +0 -0
  127. data/test/fixtures/engine_project/test/dummy/public/404.html +0 -27
  128. data/test/fixtures/engine_project/test/dummy/public/422.html +0 -26
  129. data/test/fixtures/engine_project/test/dummy/public/500.html +0 -26
  130. data/test/fixtures/engine_project/test/dummy/public/favicon.ico +0 -0
  131. data/test/fixtures/sass_project/.gitignore +0 -5
  132. data/test/fixtures/sass_project/Gemfile +0 -7
  133. data/test/fixtures/sass_project/README +0 -261
  134. data/test/fixtures/sass_project/Rakefile +0 -7
  135. data/test/fixtures/sass_project/app/assets/images/rails.png +0 -0
  136. data/test/fixtures/sass_project/app/assets/javascripts/application.js +0 -9
  137. data/test/fixtures/sass_project/app/assets/stylesheets/application.css +0 -7
  138. data/test/fixtures/sass_project/app/controllers/application_controller.rb +0 -3
  139. data/test/fixtures/sass_project/app/helpers/application_helper.rb +0 -2
  140. data/test/fixtures/sass_project/app/mailers/.gitkeep +0 -0
  141. data/test/fixtures/sass_project/app/models/.gitkeep +0 -0
  142. data/test/fixtures/sass_project/app/views/layouts/application.html.erb +0 -14
  143. data/test/fixtures/sass_project/config.ru +0 -4
  144. data/test/fixtures/sass_project/config/application.rb +0 -52
  145. data/test/fixtures/sass_project/config/boot.rb +0 -6
  146. data/test/fixtures/sass_project/config/database.yml +0 -25
  147. data/test/fixtures/sass_project/config/environment.rb +0 -5
  148. data/test/fixtures/sass_project/config/environments/development.rb +0 -24
  149. data/test/fixtures/sass_project/config/environments/production.rb +0 -54
  150. data/test/fixtures/sass_project/config/environments/test.rb +0 -39
  151. data/test/fixtures/sass_project/config/initializers/backtrace_silencers.rb +0 -7
  152. data/test/fixtures/sass_project/config/initializers/inflections.rb +0 -10
  153. data/test/fixtures/sass_project/config/initializers/mime_types.rb +0 -5
  154. data/test/fixtures/sass_project/config/initializers/secret_token.rb +0 -7
  155. data/test/fixtures/sass_project/config/initializers/session_store.rb +0 -8
  156. data/test/fixtures/sass_project/config/initializers/wrap_parameters.rb +0 -12
  157. data/test/fixtures/sass_project/config/locales/en.yml +0 -5
  158. data/test/fixtures/sass_project/config/routes.rb +0 -58
  159. data/test/fixtures/sass_project/db/seeds.rb +0 -7
  160. data/test/fixtures/sass_project/doc/README_FOR_APP +0 -2
  161. data/test/fixtures/sass_project/lib/tasks/.gitkeep +0 -0
  162. data/test/fixtures/sass_project/log/.gitkeep +0 -0
  163. data/test/fixtures/sass_project/public/404.html +0 -26
  164. data/test/fixtures/sass_project/public/422.html +0 -26
  165. data/test/fixtures/sass_project/public/500.html +0 -26
  166. data/test/fixtures/sass_project/public/favicon.ico +0 -0
  167. data/test/fixtures/sass_project/public/index.html +0 -241
  168. data/test/fixtures/sass_project/public/robots.txt +0 -5
  169. data/test/fixtures/sass_project/script/rails +0 -6
  170. data/test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep +0 -0
  171. data/test/fixtures/sass_project/vendor/plugins/.gitkeep +0 -0
  172. data/test/fixtures/scss_project/.gitignore +0 -5
  173. data/test/fixtures/scss_project/Gemfile +0 -7
  174. data/test/fixtures/scss_project/README +0 -261
  175. data/test/fixtures/scss_project/Rakefile +0 -7
  176. data/test/fixtures/scss_project/app/assets/images/1x1.png +0 -0
  177. data/test/fixtures/scss_project/app/assets/images/rails.png +0 -0
  178. data/test/fixtures/scss_project/app/assets/javascripts/application.js +0 -9
  179. data/test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss +0 -3
  180. data/test/fixtures/scss_project/app/assets/stylesheets/application.css.scss +0 -37
  181. data/test/fixtures/scss_project/app/assets/stylesheets/css_application.css +0 -7
  182. data/test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb +0 -3
  183. data/test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb +0 -2
  184. data/test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb +0 -3
  185. data/test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss +0 -3
  186. data/test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss +0 -3
  187. data/test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass +0 -5
  188. data/test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss +0 -9
  189. data/test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
  190. data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass +0 -2
  191. data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss +0 -3
  192. data/test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss +0 -3
  193. data/test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb +0 -2
  194. data/test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb +0 -3
  195. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss +0 -3
  196. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
  197. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css +0 -3
  198. data/test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss +0 -2
  199. data/test/fixtures/scss_project/app/controllers/application_controller.rb +0 -3
  200. data/test/fixtures/scss_project/app/helpers/application_helper.rb +0 -2
  201. data/test/fixtures/scss_project/app/mailers/.gitkeep +0 -0
  202. data/test/fixtures/scss_project/app/models/.gitkeep +0 -0
  203. data/test/fixtures/scss_project/app/views/layouts/application.html.erb +0 -14
  204. data/test/fixtures/scss_project/config.ru +0 -4
  205. data/test/fixtures/scss_project/config/application.rb +0 -49
  206. data/test/fixtures/scss_project/config/boot.rb +0 -6
  207. data/test/fixtures/scss_project/config/database.yml +0 -25
  208. data/test/fixtures/scss_project/config/environment.rb +0 -5
  209. data/test/fixtures/scss_project/config/environments/development.rb +0 -23
  210. data/test/fixtures/scss_project/config/environments/production.rb +0 -53
  211. data/test/fixtures/scss_project/config/environments/test.rb +0 -38
  212. data/test/fixtures/scss_project/config/initializers/backtrace_silencers.rb +0 -7
  213. data/test/fixtures/scss_project/config/initializers/inflections.rb +0 -10
  214. data/test/fixtures/scss_project/config/initializers/mime_types.rb +0 -5
  215. data/test/fixtures/scss_project/config/initializers/postprocessor.rb +0 -3
  216. data/test/fixtures/scss_project/config/initializers/secret_token.rb +0 -7
  217. data/test/fixtures/scss_project/config/initializers/session_store.rb +0 -8
  218. data/test/fixtures/scss_project/config/initializers/wrap_parameters.rb +0 -12
  219. data/test/fixtures/scss_project/config/locales/en.yml +0 -5
  220. data/test/fixtures/scss_project/config/routes.rb +0 -58
  221. data/test/fixtures/scss_project/db/seeds.rb +0 -7
  222. data/test/fixtures/scss_project/doc/README_FOR_APP +0 -2
  223. data/test/fixtures/scss_project/lib/tasks/.gitkeep +0 -0
  224. data/test/fixtures/scss_project/log/.gitkeep +0 -0
  225. data/test/fixtures/scss_project/public/404.html +0 -26
  226. data/test/fixtures/scss_project/public/422.html +0 -26
  227. data/test/fixtures/scss_project/public/500.html +0 -26
  228. data/test/fixtures/scss_project/public/favicon.ico +0 -0
  229. data/test/fixtures/scss_project/public/index.html +0 -241
  230. data/test/fixtures/scss_project/public/robots.txt +0 -5
  231. data/test/fixtures/scss_project/script/rails +0 -6
  232. data/test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep +0 -0
  233. data/test/fixtures/scss_project/vendor/plugins/.gitkeep +0 -0
  234. data/test/gemfiles/Gemfile-4-0-stable +0 -9
  235. data/test/gemfiles/Gemfile-4-1-stable +0 -9
  236. data/test/gemfiles/Gemfile-master +0 -9
  237. data/test/sass_rails_generators_test.rb +0 -62
  238. data/test/sass_rails_logger_test.rb +0 -27
  239. data/test/sass_rails_test.rb +0 -157
  240. data/test/support/sass_rails_test_case.rb +0 -181
  241. data/test/test_helper.rb +0 -25
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Rails
3
- VERSION = "5.0.0.beta1"
3
+ VERSION = "5.0.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: 5.0.0.beta1
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - wycats
@@ -9,49 +9,69 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-20 00:00:00.000000000 Z
12
+ date: 2014-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: railties
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: 4.0.0
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: '5.0'
24
+ type: :runtime
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: 4.0.0
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: '5.0'
14
34
  - !ruby/object:Gem::Dependency
15
35
  name: sass
16
36
  requirement: !ruby/object:Gem::Requirement
17
37
  requirements:
18
38
  - - "~>"
19
39
  - !ruby/object:Gem::Version
20
- version: '3.2'
40
+ version: '3.1'
21
41
  type: :runtime
22
42
  prerelease: false
23
43
  version_requirements: !ruby/object:Gem::Requirement
24
44
  requirements:
25
45
  - - "~>"
26
46
  - !ruby/object:Gem::Version
27
- version: '3.2'
47
+ version: '3.1'
28
48
  - !ruby/object:Gem::Dependency
29
- name: railties
49
+ name: sprockets-rails
30
50
  requirement: !ruby/object:Gem::Requirement
31
51
  requirements:
32
52
  - - ">="
33
53
  - !ruby/object:Gem::Version
34
- version: 4.0.0
54
+ version: '2.0'
35
55
  - - "<"
36
56
  - !ruby/object:Gem::Version
37
- version: '5.0'
57
+ version: '4.0'
38
58
  type: :runtime
39
59
  prerelease: false
40
60
  version_requirements: !ruby/object:Gem::Requirement
41
61
  requirements:
42
62
  - - ">="
43
63
  - !ruby/object:Gem::Version
44
- version: 4.0.0
64
+ version: '2.0'
45
65
  - - "<"
46
66
  - !ruby/object:Gem::Version
47
- version: '5.0'
67
+ version: '4.0'
48
68
  - !ruby/object:Gem::Dependency
49
- name: sprockets-rails
69
+ name: sprockets
50
70
  requirement: !ruby/object:Gem::Requirement
51
71
  requirements:
52
72
  - - ">="
53
73
  - !ruby/object:Gem::Version
54
- version: '2.0'
74
+ version: '2.8'
55
75
  - - "<"
56
76
  - !ruby/object:Gem::Version
57
77
  version: '4.0'
@@ -61,24 +81,52 @@ dependencies:
61
81
  requirements:
62
82
  - - ">="
63
83
  - !ruby/object:Gem::Version
64
- version: '2.0'
84
+ version: '2.8'
65
85
  - - "<"
66
86
  - !ruby/object:Gem::Version
67
87
  version: '4.0'
68
88
  - !ruby/object:Gem::Dependency
69
- name: sprockets
89
+ name: tilt
70
90
  requirement: !ruby/object:Gem::Requirement
71
91
  requirements:
72
92
  - - "~>"
73
93
  - !ruby/object:Gem::Version
74
- version: '2.12'
94
+ version: '1.1'
75
95
  type: :runtime
76
96
  prerelease: false
77
97
  version_requirements: !ruby/object:Gem::Requirement
78
98
  requirements:
79
99
  - - "~>"
80
100
  - !ruby/object:Gem::Version
81
- version: '2.12'
101
+ version: '1.1'
102
+ - !ruby/object:Gem::Dependency
103
+ name: rails
104
+ requirement: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - ">="
107
+ - !ruby/object:Gem::Version
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'
116
+ - !ruby/object:Gem::Dependency
117
+ name: sqlite3
118
+ requirement: !ruby/object:Gem::Requirement
119
+ requirements:
120
+ - - ">="
121
+ - !ruby/object:Gem::Version
122
+ version: '0'
123
+ type: :development
124
+ prerelease: false
125
+ version_requirements: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - ">="
128
+ - !ruby/object:Gem::Version
129
+ version: '0'
82
130
  description: Sass adapter for the Rails asset pipeline.
83
131
  email:
84
132
  - wycats@gmail.com
@@ -87,251 +135,25 @@ executables: []
87
135
  extensions: []
88
136
  extra_rdoc_files: []
89
137
  files:
90
- - ".gitignore"
91
- - ".travis.yml"
92
138
  - CHANGELOG.md
93
- - Gemfile
94
139
  - MIT-LICENSE
95
140
  - README.md
96
- - Rakefile
97
141
  - lib/rails/generators/sass/assets/assets_generator.rb
98
- - lib/rails/generators/sass/assets/templates/stylesheet.css.sass
142
+ - lib/rails/generators/sass/assets/templates/stylesheet.sass
99
143
  - lib/rails/generators/sass/scaffold/scaffold_generator.rb
100
144
  - lib/rails/generators/sass_scaffold.rb
101
145
  - lib/rails/generators/scss/assets/assets_generator.rb
102
- - lib/rails/generators/scss/assets/templates/stylesheet.css.scss
146
+ - lib/rails/generators/scss/assets/templates/stylesheet.scss
103
147
  - lib/rails/generators/scss/scaffold/scaffold_generator.rb
104
148
  - lib/sass-rails.rb
105
149
  - lib/sass/rails.rb
150
+ - lib/sass/rails/cache_store.rb
106
151
  - lib/sass/rails/helpers.rb
107
152
  - lib/sass/rails/importer.rb
108
153
  - lib/sass/rails/logger.rb
109
154
  - lib/sass/rails/railtie.rb
110
155
  - lib/sass/rails/template.rb
111
156
  - 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-4-0-stable
328
- - test/gemfiles/Gemfile-4-1-stable
329
- - test/gemfiles/Gemfile-master
330
- - test/sass_rails_generators_test.rb
331
- - test/sass_rails_logger_test.rb
332
- - test/sass_rails_test.rb
333
- - test/support/sass_rails_test_case.rb
334
- - test/test_helper.rb
335
157
  homepage: https://github.com/rails/sass-rails
336
158
  licenses:
337
159
  - MIT
@@ -347,235 +169,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
347
169
  version: '0'
348
170
  required_rubygems_version: !ruby/object:Gem::Requirement
349
171
  requirements:
350
- - - ">"
172
+ - - ">="
351
173
  - !ruby/object:Gem::Version
352
- version: 1.3.1
174
+ version: '0'
353
175
  requirements: []
354
- rubyforge_project: sass-rails
355
- rubygems_version: 2.3.0
176
+ rubyforge_project:
177
+ rubygems_version: 2.4.4
356
178
  signing_key:
357
179
  specification_version: 4
358
180
  summary: Sass adapter for the Rails asset pipeline.
359
- test_files:
360
- - test/fixtures/alternate_config_project/.gitignore
361
- - test/fixtures/alternate_config_project/Gemfile
362
- - test/fixtures/alternate_config_project/README
363
- - test/fixtures/alternate_config_project/Rakefile
364
- - test/fixtures/alternate_config_project/app/assets/images/1x1.png
365
- - test/fixtures/alternate_config_project/app/assets/images/rails.png
366
- - test/fixtures/alternate_config_project/app/assets/javascripts/application.js
367
- - test/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.css.scss
368
- - test/fixtures/alternate_config_project/app/assets/stylesheets/application.css.scss
369
- - test/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css
370
- - test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.css.scss
371
- - test/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss
372
- - test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.css.sass
373
- - test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.css.scss
374
- - test/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss
375
- - test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass
376
- - test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss
377
- - test/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss
378
- - test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css
379
- - test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css
380
- - test/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.css.scss
381
- - test/fixtures/alternate_config_project/app/controllers/application_controller.rb
382
- - test/fixtures/alternate_config_project/app/helpers/application_helper.rb
383
- - test/fixtures/alternate_config_project/app/mailers/.gitkeep
384
- - test/fixtures/alternate_config_project/app/models/.gitkeep
385
- - test/fixtures/alternate_config_project/app/views/layouts/application.html.erb
386
- - test/fixtures/alternate_config_project/config.ru
387
- - test/fixtures/alternate_config_project/config/application.rb
388
- - test/fixtures/alternate_config_project/config/boot.rb
389
- - test/fixtures/alternate_config_project/config/database.yml
390
- - test/fixtures/alternate_config_project/config/environment.rb
391
- - test/fixtures/alternate_config_project/config/environments/development.rb
392
- - test/fixtures/alternate_config_project/config/environments/production.rb
393
- - test/fixtures/alternate_config_project/config/environments/test.rb
394
- - test/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb
395
- - test/fixtures/alternate_config_project/config/initializers/inflections.rb
396
- - test/fixtures/alternate_config_project/config/initializers/mime_types.rb
397
- - test/fixtures/alternate_config_project/config/initializers/secret_token.rb
398
- - test/fixtures/alternate_config_project/config/initializers/session_store.rb
399
- - test/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb
400
- - test/fixtures/alternate_config_project/config/locales/en.yml
401
- - test/fixtures/alternate_config_project/config/routes.rb
402
- - test/fixtures/alternate_config_project/db/seeds.rb
403
- - test/fixtures/alternate_config_project/doc/README_FOR_APP
404
- - test/fixtures/alternate_config_project/lib/tasks/.gitkeep
405
- - test/fixtures/alternate_config_project/log/.gitkeep
406
- - test/fixtures/alternate_config_project/public/404.html
407
- - test/fixtures/alternate_config_project/public/422.html
408
- - test/fixtures/alternate_config_project/public/500.html
409
- - test/fixtures/alternate_config_project/public/favicon.ico
410
- - test/fixtures/alternate_config_project/public/index.html
411
- - test/fixtures/alternate_config_project/public/robots.txt
412
- - test/fixtures/alternate_config_project/script/rails
413
- - test/fixtures/alternate_config_project/vendor/assets/stylesheets/.gitkeep
414
- - test/fixtures/alternate_config_project/vendor/plugins/.gitkeep
415
- - test/fixtures/engine_project/.gitignore
416
- - test/fixtures/engine_project/Gemfile
417
- - test/fixtures/engine_project/MIT-LICENSE
418
- - test/fixtures/engine_project/README.rdoc
419
- - test/fixtures/engine_project/Rakefile
420
- - test/fixtures/engine_project/app/assets/images/engine_project/.keep
421
- - test/fixtures/engine_project/app/assets/javascripts/engine_project/application.js
422
- - test/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css
423
- - test/fixtures/engine_project/app/controllers/engine_project/application_controller.rb
424
- - test/fixtures/engine_project/app/helpers/engine_project/application_helper.rb
425
- - test/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb
426
- - test/fixtures/engine_project/config/routes.rb
427
- - test/fixtures/engine_project/engine_project.gemspec
428
- - test/fixtures/engine_project/lib/engine_project.rb
429
- - test/fixtures/engine_project/lib/engine_project/engine.rb
430
- - test/fixtures/engine_project/lib/engine_project/version.rb
431
- - test/fixtures/engine_project/lib/tasks/engine_project_tasks.rake
432
- - test/fixtures/engine_project/script/rails
433
- - test/fixtures/engine_project/test/dummy/README.rdoc
434
- - test/fixtures/engine_project/test/dummy/Rakefile
435
- - test/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js
436
- - test/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css
437
- - test/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb
438
- - test/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep
439
- - test/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb
440
- - test/fixtures/engine_project/test/dummy/app/mailers/.keep
441
- - test/fixtures/engine_project/test/dummy/app/models/.keep
442
- - test/fixtures/engine_project/test/dummy/app/models/concerns/.keep
443
- - test/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb
444
- - test/fixtures/engine_project/test/dummy/bin/bundle
445
- - test/fixtures/engine_project/test/dummy/bin/rails
446
- - test/fixtures/engine_project/test/dummy/bin/rake
447
- - test/fixtures/engine_project/test/dummy/config.ru
448
- - test/fixtures/engine_project/test/dummy/config/application.rb
449
- - test/fixtures/engine_project/test/dummy/config/boot.rb
450
- - test/fixtures/engine_project/test/dummy/config/database.yml
451
- - test/fixtures/engine_project/test/dummy/config/environment.rb
452
- - test/fixtures/engine_project/test/dummy/config/environments/development.rb
453
- - test/fixtures/engine_project/test/dummy/config/environments/production.rb
454
- - test/fixtures/engine_project/test/dummy/config/environments/test.rb
455
- - test/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb
456
- - test/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb
457
- - test/fixtures/engine_project/test/dummy/config/initializers/inflections.rb
458
- - test/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb
459
- - test/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb
460
- - test/fixtures/engine_project/test/dummy/config/initializers/session_store.rb
461
- - test/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb
462
- - test/fixtures/engine_project/test/dummy/config/locales/en.yml
463
- - test/fixtures/engine_project/test/dummy/config/routes.rb
464
- - test/fixtures/engine_project/test/dummy/lib/assets/.keep
465
- - test/fixtures/engine_project/test/dummy/log/.keep
466
- - test/fixtures/engine_project/test/dummy/public/404.html
467
- - test/fixtures/engine_project/test/dummy/public/422.html
468
- - test/fixtures/engine_project/test/dummy/public/500.html
469
- - test/fixtures/engine_project/test/dummy/public/favicon.ico
470
- - test/fixtures/sass_project/.gitignore
471
- - test/fixtures/sass_project/Gemfile
472
- - test/fixtures/sass_project/README
473
- - test/fixtures/sass_project/Rakefile
474
- - test/fixtures/sass_project/app/assets/images/rails.png
475
- - test/fixtures/sass_project/app/assets/javascripts/application.js
476
- - test/fixtures/sass_project/app/assets/stylesheets/application.css
477
- - test/fixtures/sass_project/app/controllers/application_controller.rb
478
- - test/fixtures/sass_project/app/helpers/application_helper.rb
479
- - test/fixtures/sass_project/app/mailers/.gitkeep
480
- - test/fixtures/sass_project/app/models/.gitkeep
481
- - test/fixtures/sass_project/app/views/layouts/application.html.erb
482
- - test/fixtures/sass_project/config.ru
483
- - test/fixtures/sass_project/config/application.rb
484
- - test/fixtures/sass_project/config/boot.rb
485
- - test/fixtures/sass_project/config/database.yml
486
- - test/fixtures/sass_project/config/environment.rb
487
- - test/fixtures/sass_project/config/environments/development.rb
488
- - test/fixtures/sass_project/config/environments/production.rb
489
- - test/fixtures/sass_project/config/environments/test.rb
490
- - test/fixtures/sass_project/config/initializers/backtrace_silencers.rb
491
- - test/fixtures/sass_project/config/initializers/inflections.rb
492
- - test/fixtures/sass_project/config/initializers/mime_types.rb
493
- - test/fixtures/sass_project/config/initializers/secret_token.rb
494
- - test/fixtures/sass_project/config/initializers/session_store.rb
495
- - test/fixtures/sass_project/config/initializers/wrap_parameters.rb
496
- - test/fixtures/sass_project/config/locales/en.yml
497
- - test/fixtures/sass_project/config/routes.rb
498
- - test/fixtures/sass_project/db/seeds.rb
499
- - test/fixtures/sass_project/doc/README_FOR_APP
500
- - test/fixtures/sass_project/lib/tasks/.gitkeep
501
- - test/fixtures/sass_project/log/.gitkeep
502
- - test/fixtures/sass_project/public/404.html
503
- - test/fixtures/sass_project/public/422.html
504
- - test/fixtures/sass_project/public/500.html
505
- - test/fixtures/sass_project/public/favicon.ico
506
- - test/fixtures/sass_project/public/index.html
507
- - test/fixtures/sass_project/public/robots.txt
508
- - test/fixtures/sass_project/script/rails
509
- - test/fixtures/sass_project/vendor/assets/stylesheets/.gitkeep
510
- - test/fixtures/sass_project/vendor/plugins/.gitkeep
511
- - test/fixtures/scss_project/.gitignore
512
- - test/fixtures/scss_project/Gemfile
513
- - test/fixtures/scss_project/README
514
- - test/fixtures/scss_project/Rakefile
515
- - test/fixtures/scss_project/app/assets/images/1x1.png
516
- - test/fixtures/scss_project/app/assets/images/rails.png
517
- - test/fixtures/scss_project/app/assets/javascripts/application.js
518
- - test/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.css.scss
519
- - test/fixtures/scss_project/app/assets/stylesheets/application.css.scss
520
- - test/fixtures/scss_project/app/assets/stylesheets/css_application.css
521
- - test/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb
522
- - test/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.css.sass.erb
523
- - test/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.css.scss.erb
524
- - test/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.css.scss
525
- - test/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.css.scss
526
- - test/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.css.sass
527
- - test/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.css.scss
528
- - test/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss
529
- - test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.css.sass
530
- - test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.css.scss
531
- - test/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.css.scss
532
- - test/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb
533
- - test/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb
534
- - test/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.css.scss
535
- - test/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css
536
- - test/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css
537
- - test/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.css.scss
538
- - test/fixtures/scss_project/app/controllers/application_controller.rb
539
- - test/fixtures/scss_project/app/helpers/application_helper.rb
540
- - test/fixtures/scss_project/app/mailers/.gitkeep
541
- - test/fixtures/scss_project/app/models/.gitkeep
542
- - test/fixtures/scss_project/app/views/layouts/application.html.erb
543
- - test/fixtures/scss_project/config.ru
544
- - test/fixtures/scss_project/config/application.rb
545
- - test/fixtures/scss_project/config/boot.rb
546
- - test/fixtures/scss_project/config/database.yml
547
- - test/fixtures/scss_project/config/environment.rb
548
- - test/fixtures/scss_project/config/environments/development.rb
549
- - test/fixtures/scss_project/config/environments/production.rb
550
- - test/fixtures/scss_project/config/environments/test.rb
551
- - test/fixtures/scss_project/config/initializers/backtrace_silencers.rb
552
- - test/fixtures/scss_project/config/initializers/inflections.rb
553
- - test/fixtures/scss_project/config/initializers/mime_types.rb
554
- - test/fixtures/scss_project/config/initializers/postprocessor.rb
555
- - test/fixtures/scss_project/config/initializers/secret_token.rb
556
- - test/fixtures/scss_project/config/initializers/session_store.rb
557
- - test/fixtures/scss_project/config/initializers/wrap_parameters.rb
558
- - test/fixtures/scss_project/config/locales/en.yml
559
- - test/fixtures/scss_project/config/routes.rb
560
- - test/fixtures/scss_project/db/seeds.rb
561
- - test/fixtures/scss_project/doc/README_FOR_APP
562
- - test/fixtures/scss_project/lib/tasks/.gitkeep
563
- - test/fixtures/scss_project/log/.gitkeep
564
- - test/fixtures/scss_project/public/404.html
565
- - test/fixtures/scss_project/public/422.html
566
- - test/fixtures/scss_project/public/500.html
567
- - test/fixtures/scss_project/public/favicon.ico
568
- - test/fixtures/scss_project/public/index.html
569
- - test/fixtures/scss_project/public/robots.txt
570
- - test/fixtures/scss_project/script/rails
571
- - test/fixtures/scss_project/vendor/assets/stylesheets/.gitkeep
572
- - test/fixtures/scss_project/vendor/plugins/.gitkeep
573
- - test/gemfiles/Gemfile-4-0-stable
574
- - test/gemfiles/Gemfile-4-1-stable
575
- - test/gemfiles/Gemfile-master
576
- - test/sass_rails_generators_test.rb
577
- - test/sass_rails_logger_test.rb
578
- - test/sass_rails_test.rb
579
- - test/support/sass_rails_test_case.rb
580
- - test/test_helper.rb
581
- has_rdoc:
181
+ test_files: []