sassc-rails 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (222) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -2
  3. data/README.md +15 -7
  4. data/lib/sassc-rails.rb +1 -1
  5. data/lib/sassc/rails/railtie.rb +5 -4
  6. data/lib/sassc/rails/template.rb +6 -0
  7. data/lib/sassc/rails/version.rb +1 -1
  8. data/sassc-rails.gemspec +5 -5
  9. data/test/sassc_rails_test.rb +28 -10
  10. metadata +6 -218
  11. data/test_old/fixtures/alternate_config_project/.gitignore +0 -5
  12. data/test_old/fixtures/alternate_config_project/Gemfile +0 -7
  13. data/test_old/fixtures/alternate_config_project/README +0 -261
  14. data/test_old/fixtures/alternate_config_project/Rakefile +0 -7
  15. data/test_old/fixtures/alternate_config_project/app/assets/images/1x1.png +0 -0
  16. data/test_old/fixtures/alternate_config_project/app/assets/images/rails.png +0 -0
  17. data/test_old/fixtures/alternate_config_project/app/assets/javascripts/application.js +0 -9
  18. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.scss +0 -3
  19. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/application.scss +0 -32
  20. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css +0 -11
  21. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.scss +0 -3
  22. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.scss +0 -3
  23. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.sass +0 -5
  24. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.scss +0 -9
  25. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
  26. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.sass +0 -2
  27. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.scss +0 -3
  28. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss +0 -3
  29. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
  30. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css +0 -3
  31. data/test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.scss +0 -1
  32. data/test_old/fixtures/alternate_config_project/app/controllers/application_controller.rb +0 -3
  33. data/test_old/fixtures/alternate_config_project/app/helpers/application_helper.rb +0 -2
  34. data/test_old/fixtures/alternate_config_project/app/mailers/.gitkeep +0 -0
  35. data/test_old/fixtures/alternate_config_project/app/models/.gitkeep +0 -0
  36. data/test_old/fixtures/alternate_config_project/app/views/layouts/application.html.erb +0 -14
  37. data/test_old/fixtures/alternate_config_project/config.ru +0 -4
  38. data/test_old/fixtures/alternate_config_project/config/application.rb +0 -49
  39. data/test_old/fixtures/alternate_config_project/config/boot.rb +0 -6
  40. data/test_old/fixtures/alternate_config_project/config/database.yml +0 -25
  41. data/test_old/fixtures/alternate_config_project/config/environment.rb +0 -5
  42. data/test_old/fixtures/alternate_config_project/config/environments/development.rb +0 -27
  43. data/test_old/fixtures/alternate_config_project/config/environments/production.rb +0 -60
  44. data/test_old/fixtures/alternate_config_project/config/environments/test.rb +0 -42
  45. data/test_old/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb +0 -7
  46. data/test_old/fixtures/alternate_config_project/config/initializers/inflections.rb +0 -10
  47. data/test_old/fixtures/alternate_config_project/config/initializers/mime_types.rb +0 -5
  48. data/test_old/fixtures/alternate_config_project/config/initializers/secret_token.rb +0 -7
  49. data/test_old/fixtures/alternate_config_project/config/initializers/session_store.rb +0 -8
  50. data/test_old/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb +0 -12
  51. data/test_old/fixtures/alternate_config_project/config/locales/en.yml +0 -5
  52. data/test_old/fixtures/alternate_config_project/config/routes.rb +0 -58
  53. data/test_old/fixtures/alternate_config_project/db/seeds.rb +0 -7
  54. data/test_old/fixtures/alternate_config_project/doc/README_FOR_APP +0 -2
  55. data/test_old/fixtures/alternate_config_project/lib/tasks/.gitkeep +0 -0
  56. data/test_old/fixtures/alternate_config_project/log/.gitkeep +0 -0
  57. data/test_old/fixtures/alternate_config_project/public/404.html +0 -26
  58. data/test_old/fixtures/alternate_config_project/public/422.html +0 -26
  59. data/test_old/fixtures/alternate_config_project/public/500.html +0 -26
  60. data/test_old/fixtures/alternate_config_project/public/favicon.ico +0 -0
  61. data/test_old/fixtures/alternate_config_project/public/index.html +0 -241
  62. data/test_old/fixtures/alternate_config_project/public/robots.txt +0 -5
  63. data/test_old/fixtures/alternate_config_project/script/rails +0 -6
  64. data/test_old/fixtures/engine_project/.gitignore +0 -8
  65. data/test_old/fixtures/engine_project/Gemfile +0 -14
  66. data/test_old/fixtures/engine_project/MIT-LICENSE +0 -20
  67. data/test_old/fixtures/engine_project/README.rdoc +0 -3
  68. data/test_old/fixtures/engine_project/Rakefile +0 -34
  69. data/test_old/fixtures/engine_project/app/assets/images/engine_project/.keep +0 -0
  70. data/test_old/fixtures/engine_project/app/assets/javascripts/engine_project/application.js +0 -16
  71. data/test_old/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css +0 -13
  72. data/test_old/fixtures/engine_project/app/controllers/engine_project/application_controller.rb +0 -4
  73. data/test_old/fixtures/engine_project/app/helpers/engine_project/application_helper.rb +0 -4
  74. data/test_old/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb +0 -14
  75. data/test_old/fixtures/engine_project/config/routes.rb +0 -2
  76. data/test_old/fixtures/engine_project/engine_project.gemspec +0 -23
  77. data/test_old/fixtures/engine_project/lib/engine_project.rb +0 -4
  78. data/test_old/fixtures/engine_project/lib/engine_project/engine.rb +0 -5
  79. data/test_old/fixtures/engine_project/lib/engine_project/version.rb +0 -3
  80. data/test_old/fixtures/engine_project/lib/tasks/engine_project_tasks.rake +0 -4
  81. data/test_old/fixtures/engine_project/script/rails +0 -8
  82. data/test_old/fixtures/engine_project/test/dummy/README.rdoc +0 -28
  83. data/test_old/fixtures/engine_project/test/dummy/Rakefile +0 -6
  84. data/test_old/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js +0 -16
  85. data/test_old/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css +0 -13
  86. data/test_old/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb +0 -5
  87. data/test_old/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep +0 -0
  88. data/test_old/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb +0 -2
  89. data/test_old/fixtures/engine_project/test/dummy/app/mailers/.keep +0 -0
  90. data/test_old/fixtures/engine_project/test/dummy/app/models/.keep +0 -0
  91. data/test_old/fixtures/engine_project/test/dummy/app/models/concerns/.keep +0 -0
  92. data/test_old/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb +0 -14
  93. data/test_old/fixtures/engine_project/test/dummy/bin/bundle +0 -3
  94. data/test_old/fixtures/engine_project/test/dummy/bin/rails +0 -4
  95. data/test_old/fixtures/engine_project/test/dummy/bin/rake +0 -4
  96. data/test_old/fixtures/engine_project/test/dummy/config.ru +0 -4
  97. data/test_old/fixtures/engine_project/test/dummy/config/application.rb +0 -23
  98. data/test_old/fixtures/engine_project/test/dummy/config/boot.rb +0 -9
  99. data/test_old/fixtures/engine_project/test/dummy/config/database.yml +0 -25
  100. data/test_old/fixtures/engine_project/test/dummy/config/environment.rb +0 -5
  101. data/test_old/fixtures/engine_project/test/dummy/config/environments/development.rb +0 -27
  102. data/test_old/fixtures/engine_project/test/dummy/config/environments/production.rb +0 -84
  103. data/test_old/fixtures/engine_project/test/dummy/config/environments/test.rb +0 -40
  104. data/test_old/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  105. data/test_old/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  106. data/test_old/fixtures/engine_project/test/dummy/config/initializers/inflections.rb +0 -16
  107. data/test_old/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb +0 -5
  108. data/test_old/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb +0 -12
  109. data/test_old/fixtures/engine_project/test/dummy/config/initializers/session_store.rb +0 -3
  110. data/test_old/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  111. data/test_old/fixtures/engine_project/test/dummy/config/locales/en.yml +0 -23
  112. data/test_old/fixtures/engine_project/test/dummy/config/routes.rb +0 -4
  113. data/test_old/fixtures/engine_project/test/dummy/lib/assets/.keep +0 -0
  114. data/test_old/fixtures/engine_project/test/dummy/log/.keep +0 -0
  115. data/test_old/fixtures/engine_project/test/dummy/public/404.html +0 -27
  116. data/test_old/fixtures/engine_project/test/dummy/public/422.html +0 -26
  117. data/test_old/fixtures/engine_project/test/dummy/public/500.html +0 -26
  118. data/test_old/fixtures/engine_project/test/dummy/public/favicon.ico +0 -0
  119. data/test_old/fixtures/sass_project/.gitignore +0 -5
  120. data/test_old/fixtures/sass_project/Gemfile +0 -7
  121. data/test_old/fixtures/sass_project/README +0 -261
  122. data/test_old/fixtures/sass_project/Rakefile +0 -7
  123. data/test_old/fixtures/sass_project/app/assets/images/rails.png +0 -0
  124. data/test_old/fixtures/sass_project/app/assets/javascripts/application.js +0 -9
  125. data/test_old/fixtures/sass_project/app/assets/stylesheets/application.css +0 -7
  126. data/test_old/fixtures/sass_project/app/controllers/application_controller.rb +0 -3
  127. data/test_old/fixtures/sass_project/app/helpers/application_helper.rb +0 -2
  128. data/test_old/fixtures/sass_project/app/mailers/.gitkeep +0 -0
  129. data/test_old/fixtures/sass_project/app/models/.gitkeep +0 -0
  130. data/test_old/fixtures/sass_project/app/views/layouts/application.html.erb +0 -14
  131. data/test_old/fixtures/sass_project/config.ru +0 -4
  132. data/test_old/fixtures/sass_project/config/application.rb +0 -52
  133. data/test_old/fixtures/sass_project/config/boot.rb +0 -6
  134. data/test_old/fixtures/sass_project/config/database.yml +0 -25
  135. data/test_old/fixtures/sass_project/config/environment.rb +0 -5
  136. data/test_old/fixtures/sass_project/config/environments/development.rb +0 -24
  137. data/test_old/fixtures/sass_project/config/environments/production.rb +0 -58
  138. data/test_old/fixtures/sass_project/config/environments/test.rb +0 -43
  139. data/test_old/fixtures/sass_project/config/initializers/backtrace_silencers.rb +0 -7
  140. data/test_old/fixtures/sass_project/config/initializers/inflections.rb +0 -10
  141. data/test_old/fixtures/sass_project/config/initializers/mime_types.rb +0 -5
  142. data/test_old/fixtures/sass_project/config/initializers/secret_token.rb +0 -7
  143. data/test_old/fixtures/sass_project/config/initializers/session_store.rb +0 -8
  144. data/test_old/fixtures/sass_project/config/initializers/wrap_parameters.rb +0 -12
  145. data/test_old/fixtures/sass_project/config/locales/en.yml +0 -5
  146. data/test_old/fixtures/sass_project/config/routes.rb +0 -58
  147. data/test_old/fixtures/sass_project/db/seeds.rb +0 -7
  148. data/test_old/fixtures/sass_project/doc/README_FOR_APP +0 -2
  149. data/test_old/fixtures/sass_project/lib/tasks/.gitkeep +0 -0
  150. data/test_old/fixtures/sass_project/log/.gitkeep +0 -0
  151. data/test_old/fixtures/sass_project/public/404.html +0 -26
  152. data/test_old/fixtures/sass_project/public/422.html +0 -26
  153. data/test_old/fixtures/sass_project/public/500.html +0 -26
  154. data/test_old/fixtures/sass_project/public/favicon.ico +0 -0
  155. data/test_old/fixtures/sass_project/public/index.html +0 -241
  156. data/test_old/fixtures/sass_project/public/robots.txt +0 -5
  157. data/test_old/fixtures/sass_project/script/rails +0 -6
  158. data/test_old/fixtures/scss_project/.gitignore +0 -5
  159. data/test_old/fixtures/scss_project/Gemfile +0 -7
  160. data/test_old/fixtures/scss_project/README +0 -261
  161. data/test_old/fixtures/scss_project/Rakefile +0 -7
  162. data/test_old/fixtures/scss_project/app/assets/images/1x1.png +0 -0
  163. data/test_old/fixtures/scss_project/app/assets/images/rails.png +0 -0
  164. data/test_old/fixtures/scss_project/app/assets/javascripts/application.js +0 -9
  165. data/test_old/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.scss +0 -3
  166. data/test_old/fixtures/scss_project/app/assets/stylesheets/application.scss +0 -38
  167. data/test_old/fixtures/scss_project/app/assets/stylesheets/css_application.css +0 -11
  168. data/test_old/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb +0 -3
  169. data/test_old/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.sass.erb +0 -2
  170. data/test_old/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.scss.erb +0 -3
  171. data/test_old/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.scss +0 -3
  172. data/test_old/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.scss +0 -3
  173. data/test_old/fixtures/scss_project/app/assets/stylesheets/import_css_application.scss +0 -5
  174. data/test_old/fixtures/scss_project/app/assets/stylesheets/partials/_css_sass_import.sass +0 -5
  175. data/test_old/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.sass +0 -2
  176. data/test_old/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.scss +0 -9
  177. data/test_old/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss +0 -3
  178. data/test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.sass +0 -2
  179. data/test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.scss +0 -3
  180. data/test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss +0 -3
  181. data/test_old/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb +0 -2
  182. data/test_old/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb +0 -3
  183. data/test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.scss +0 -3
  184. data/test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css +0 -3
  185. data/test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css +0 -3
  186. data/test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.scss +0 -2
  187. data/test_old/fixtures/scss_project/app/controllers/application_controller.rb +0 -3
  188. data/test_old/fixtures/scss_project/app/helpers/application_helper.rb +0 -2
  189. data/test_old/fixtures/scss_project/app/mailers/.gitkeep +0 -0
  190. data/test_old/fixtures/scss_project/app/models/.gitkeep +0 -0
  191. data/test_old/fixtures/scss_project/app/views/layouts/application.html.erb +0 -14
  192. data/test_old/fixtures/scss_project/config.ru +0 -4
  193. data/test_old/fixtures/scss_project/config/application.rb +0 -49
  194. data/test_old/fixtures/scss_project/config/boot.rb +0 -6
  195. data/test_old/fixtures/scss_project/config/database.yml +0 -25
  196. data/test_old/fixtures/scss_project/config/environment.rb +0 -5
  197. data/test_old/fixtures/scss_project/config/environments/development.rb +0 -23
  198. data/test_old/fixtures/scss_project/config/environments/production.rb +0 -57
  199. data/test_old/fixtures/scss_project/config/environments/test.rb +0 -42
  200. data/test_old/fixtures/scss_project/config/initializers/backtrace_silencers.rb +0 -7
  201. data/test_old/fixtures/scss_project/config/initializers/inflections.rb +0 -10
  202. data/test_old/fixtures/scss_project/config/initializers/mime_types.rb +0 -5
  203. data/test_old/fixtures/scss_project/config/initializers/postprocessor.rb +0 -3
  204. data/test_old/fixtures/scss_project/config/initializers/secret_token.rb +0 -7
  205. data/test_old/fixtures/scss_project/config/initializers/session_store.rb +0 -8
  206. data/test_old/fixtures/scss_project/config/initializers/wrap_parameters.rb +0 -12
  207. data/test_old/fixtures/scss_project/config/locales/en.yml +0 -5
  208. data/test_old/fixtures/scss_project/config/routes.rb +0 -58
  209. data/test_old/fixtures/scss_project/db/seeds.rb +0 -7
  210. data/test_old/fixtures/scss_project/doc/README_FOR_APP +0 -2
  211. data/test_old/fixtures/scss_project/lib/tasks/.gitkeep +0 -0
  212. data/test_old/fixtures/scss_project/log/.gitkeep +0 -0
  213. data/test_old/fixtures/scss_project/public/404.html +0 -26
  214. data/test_old/fixtures/scss_project/public/422.html +0 -26
  215. data/test_old/fixtures/scss_project/public/500.html +0 -26
  216. data/test_old/fixtures/scss_project/public/favicon.ico +0 -0
  217. data/test_old/fixtures/scss_project/public/index.html +0 -241
  218. data/test_old/fixtures/scss_project/public/robots.txt +0 -5
  219. data/test_old/fixtures/scss_project/script/rails +0 -6
  220. data/test_old/sass_rails_test.rb +0 -203
  221. data/test_old/support/sass_rails_test_case.rb +0 -181
  222. data/test_old/test_helper.rb +0 -27
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13e923a5671106afcf185b2fc94277c977f705e7
4
- data.tar.gz: 26df784dee9ea049c606ee99c40fbd1f94d3ed94
3
+ metadata.gz: f9f9f7ce0cfdb948ecfe56cab3ad90db02cf4603
4
+ data.tar.gz: d51725341429faa4dd874313e4a9e9533c17d5f1
5
5
  SHA512:
6
- metadata.gz: a88b408238e15765af1d9097f91351997f0233d7462049eb7657698a5bcaa717fc3ac0fc27de1558c0c656656839381662957776c0a00104233a3d0e63671b13
7
- data.tar.gz: d1addfadef3f0e1363ede16664fcd2d5fb69649837ea1102a1d45b8e763f090b7e44aaaa48e4ae0b1ebac3d18f027504088eafb7dbbf89c765f1559e1d0264bf
6
+ metadata.gz: 97eec89c5c5f7ab9affa4398531e3d186239370ca2deaf4fbcff873f5705cb0006bb302ac933ae7c7e58183497c3a329c398ba30e0affe3599b812fcb6a05f38
7
+ data.tar.gz: 6261bfb163c20d242753f7adfd858a045dddb9fab76d30fe084926458aa29e37f23449ce8d117fe855cb0895da1b88f6a138d9beb13cc1bf704d3c8edb9561f3
data/.travis.yml CHANGED
@@ -13,8 +13,8 @@ gemfile:
13
13
 
14
14
  rvm:
15
15
  - 2.0.0
16
- - 2.1.5
17
- - 2.2.0
16
+ - 2.1.6
17
+ - 2.2.2
18
18
 
19
19
  notifications:
20
20
  email: false
data/README.md CHANGED
@@ -35,7 +35,8 @@ config.sass.inline_source_maps = true
35
35
  ```
36
36
 
37
37
  After adding this config line, you may need to clear your assets cache
38
- (`rm -r tmp/cache/assets`), stop spring, and restart your rails server.
38
+ (`rm -r tmp/cache/assets`), stop spring, and restart your rails server. You may
39
+ also wish to disable line comments (`config.sass.line_comments = false`).
39
40
 
40
41
  Note, as indicated, these source maps are *inline*. They will not generate additional
41
42
  files or anything like that. Instead, they will be appended to the compiled
@@ -77,13 +78,26 @@ conflicts with installation of SassC-Rails. While we have no built-in solution
77
78
  for this, please check out [this issue](https://github.com/bolandrm/sassc-rails/issues/6)
78
79
  for a workaround.
79
80
 
81
+
82
+ ## Credits
83
+
84
+ This gem is based on [sass-rails](https://github.com/rails/sass-rails), and
85
+ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/bolandrm/sassc-rails/graphs/contributors).
86
+
87
+
80
88
  ## Changelog
81
89
 
90
+ - **1.1.0**
91
+ - Moved under the official sass organization!
92
+ - [Source line comments](https://github.com/bolandrm/sassc-rails/pull/24) (`app.config.sass.line_comments`)
93
+ - [Prevent sass-rails railtie from running](https://github.com/bolandrm/sassc-rails/pull/34)
94
+ - [CSS compression may be disabled in test mode](https://github.com/bolandrm/sassc-rails/issues/33). Special thanks to [this Sass-Rails PR](https://github.com/rails/sass-rails/pull/338) for inspiration.
82
95
  - **1.0.0**
83
96
  - Initial Release
84
97
  - Add support for inline source maps
85
98
  - Support compression in the way that Sass-Rails handles it
86
99
 
100
+
87
101
  ## Contributing
88
102
 
89
103
  1. Fork it ( https://github.com/[my-github-username]/sassc-rails/fork )
@@ -92,9 +106,3 @@ for a workaround.
92
106
  1. Add Tests
93
107
  1. Push to the branch (`git push origin my-new-feature`)
94
108
  1. Create a new Pull Request
95
-
96
-
97
- ## Credits
98
-
99
- This gem is based on [sass-rails](https://github.com/rails/sass-rails), and
100
- is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/bolandrm/sassc-rails/graphs/contributors).
data/lib/sassc-rails.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  begin
2
2
  require "sass-rails"
3
- Sass::Rails.send(:remove_const, :Railtie)
3
+ Rails::Railtie.subclasses.delete Sass::Rails::Railtie
4
4
  rescue LoadError
5
5
  end
6
6
 
@@ -11,6 +11,9 @@ module SassC::Rails
11
11
  # Initialize the load paths to an empty array
12
12
  config.sass.load_paths = []
13
13
 
14
+ # Display line comments above each selector as a debugging aid
15
+ config.sass.line_comments = true
16
+
14
17
  # Set the default stylesheet engine
15
18
  # It can be overridden by passing:
16
19
  # --stylesheet_engine=sass
@@ -35,7 +38,7 @@ module SassC::Rails
35
38
  # Override stylesheet engine to the preferred syntax
36
39
  config.app_generators.stylesheet_engine syntax
37
40
 
38
- # Establish configuration defaults that are evironmental in nature
41
+ # Establish configuration defaults that are environmental in nature
39
42
  # if config.sass.full_exception.nil?
40
43
  # # Display a stack trace in the css output when in development-like environments.
41
44
  # config.sass.full_exception = app.config.consider_all_requests_local
@@ -53,10 +56,8 @@ module SassC::Rails
53
56
  end
54
57
 
55
58
  initializer :setup_compression, group: :all do |app|
56
- app.config.assets.css_compressor = nil
57
-
58
59
  if !Rails.env.development?
59
- app.config.assets.css_compressor ||= :sass
60
+ app.config.assets.css_compressor = :sass unless app.config.assets.has_key?(:css_compressor)
60
61
  else
61
62
  # Use expanded output instead of the sass default of :nested unless specified
62
63
  app.config.sass.style ||= :expanded
@@ -10,6 +10,7 @@ module SassC::Rails
10
10
 
11
11
  options = {
12
12
  filename: input[:filename],
13
+ line_comments: line_comments?,
13
14
  syntax: self.class.syntax,
14
15
  load_paths: input[:environment].paths,
15
16
  importer: SassC::Rails::Importer,
@@ -40,6 +41,7 @@ module SassC::Rails
40
41
  def evaluate(context, locals, &block)
41
42
  options = {
42
43
  filename: eval_file,
44
+ line_comments: line_comments?,
43
45
  syntax: syntax,
44
46
  load_paths: context.environment.paths,
45
47
  importer: SassC::Rails::Importer,
@@ -77,6 +79,10 @@ module SassC::Rails
77
79
  def sass_style
78
80
  (Rails.application.config.sass.style || :expanded).to_sym
79
81
  end
82
+
83
+ def line_comments?
84
+ Rails.application.config.sass.line_comments
85
+ end
80
86
  end
81
87
 
82
88
  class ScssTemplate < SassTemplate
@@ -1,5 +1,5 @@
1
1
  module SassC
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
data/sassc-rails.gemspec CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "sassc-rails"
8
8
  spec.version = SassC::Rails::VERSION
9
9
  spec.authors = ["Ryan Boland"]
10
- spec.email = ["bolandryanm@gmail.com"]
10
+ spec.email = ["ryan@tanookilabs.com"]
11
11
  spec.summary = %q{Integrate SassC-Ruby into Rails.}
12
12
  spec.description = %q{Integrate SassC-Ruby into Rails.}
13
- spec.homepage = "https://github.com/bolandrm/sassc-rails"
13
+ spec.homepage = "https://github.com/sass/sassc-rails"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -23,10 +23,10 @@ Gem::Specification.new do |spec|
23
23
  spec.add_development_dependency "rake", "~> 10.0"
24
24
  spec.add_development_dependency 'mocha'
25
25
 
26
- # unfortunately we require sass for now, so that we can
27
- # reuse portions of the sprockets template
26
+ # Unfortunately we require sass for now, so that we can
27
+ # reuse portions of the Sprockets template
28
28
  spec.add_dependency 'sass'
29
- spec.add_dependency "sassc", "~> 1.5"
29
+ spec.add_dependency "sassc", "~> 1.6"
30
30
 
31
31
  spec.add_dependency "tilt"
32
32
 
@@ -13,10 +13,17 @@ class SassRailsTest < MiniTest::Unit::TestCase
13
13
  @app.config.log_level = :debug
14
14
 
15
15
  # reset config back to default
16
+ @app.config.assets.delete(:css_compressor)
16
17
  @app.config.sass = ActiveSupport::OrderedOptions.new
17
18
  @app.config.sass.preferred_syntax = :scss
18
19
  @app.config.sass.load_paths = []
19
20
 
21
+ # Not actually a default, but it makes assertions more complicated
22
+ @app.config.sass.line_comments = false
23
+
24
+ # Add a fake compressor for testing purposes
25
+ @app.assets.register_compressor "text/css", :test, TestCompressor
26
+
20
27
  Rails.backtrace_cleaner.remove_silencers!
21
28
  end
22
29
 
@@ -161,6 +168,15 @@ class SassRailsTest < MiniTest::Unit::TestCase
161
168
  assert_equal :nested, Rails.application.config.sass.style
162
169
  end
163
170
 
171
+ def test_line_comments_active_in_dev
172
+ @app.config.sass.line_comments = true
173
+ initialize_dev!
174
+
175
+ css_output = render_asset("css_scss_handler.css.scss")
176
+ assert_match %r{/* line 1}, css_output
177
+ assert_match %r{.+/sassc-rails/test/dummy/app/assets/stylesheets/css_scss_handler.css.scss}, css_output
178
+ end
179
+
164
180
  def test_context_is_being_passed_to_erb_render
165
181
  initialize!
166
182
 
@@ -173,24 +189,24 @@ class SassRailsTest < MiniTest::Unit::TestCase
173
189
  css_output = render_asset("special_characters.scss")
174
190
  end
175
191
 
176
- def css_compressor_config_item_is_not_honored_in_development_mode
177
- @app.config.assets.css_compressor = :test
178
- initialize_dev!
179
- assert_equal nil, Rails.application.config.assets.css_compressor
180
- end
181
-
182
- def css_compressor_config_item_is_honored_if_not_development_mode
192
+ def test_css_compressor_config_item_is_honored_if_not_development_mode
183
193
  @app.config.assets.css_compressor = :test
184
194
  initialize_prod!
185
195
  assert_equal :test, Rails.application.config.assets.css_compressor
186
196
  end
187
197
 
188
- def css_compressor_is_defined_in_test_mode
189
- initialize_test!
198
+ def test_css_compressor_config_item_may_be_nil_in_test_mode
199
+ @app.config.assets.css_compressor = nil
200
+ initialize!
201
+ assert_equal nil, Rails.application.config.assets.css_compressor
202
+ end
203
+
204
+ def test_css_compressor_is_defined_in_test_mode
205
+ initialize!
190
206
  assert_equal :sass, Rails.application.config.assets.css_compressor
191
207
  end
192
208
 
193
- def css_compressor_is_defined_in_prod_mode
209
+ def test_css_compressor_is_defined_in_prod_mode
194
210
  initialize_prod!
195
211
  assert_equal :sass, Rails.application.config.assets.css_compressor
196
212
  end
@@ -305,4 +321,6 @@ class SassRailsTest < MiniTest::Unit::TestCase
305
321
  File.delete(new_file)
306
322
  end
307
323
  end
324
+
325
+ class TestCompressor; end
308
326
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sassc-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Boland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-12 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.5'
89
+ version: '1.6'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '1.5'
96
+ version: '1.6'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: tilt
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '2.11'
139
139
  description: Integrate SassC-Ruby into Rails.
140
140
  email:
141
- - bolandryanm@gmail.com
141
+ - ryan@tanookilabs.com
142
142
  executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files: []
@@ -200,219 +200,7 @@ files:
200
200
  - test/dummy/app/assets/stylesheets/syntax_error.scss
201
201
  - test/sassc_rails_test.rb
202
202
  - test/test_helper.rb
203
- - test_old/fixtures/alternate_config_project/.gitignore
204
- - test_old/fixtures/alternate_config_project/Gemfile
205
- - test_old/fixtures/alternate_config_project/README
206
- - test_old/fixtures/alternate_config_project/Rakefile
207
- - test_old/fixtures/alternate_config_project/app/assets/images/1x1.png
208
- - test_old/fixtures/alternate_config_project/app/assets/images/rails.png
209
- - test_old/fixtures/alternate_config_project/app/assets/javascripts/application.js
210
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.scss
211
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/application.scss
212
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css
213
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.scss
214
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.scss
215
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.sass
216
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.scss
217
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss
218
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.sass
219
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.scss
220
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss
221
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css
222
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css
223
- - test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.scss
224
- - test_old/fixtures/alternate_config_project/app/controllers/application_controller.rb
225
- - test_old/fixtures/alternate_config_project/app/helpers/application_helper.rb
226
- - test_old/fixtures/alternate_config_project/app/mailers/.gitkeep
227
- - test_old/fixtures/alternate_config_project/app/models/.gitkeep
228
- - test_old/fixtures/alternate_config_project/app/views/layouts/application.html.erb
229
- - test_old/fixtures/alternate_config_project/config.ru
230
- - test_old/fixtures/alternate_config_project/config/application.rb
231
- - test_old/fixtures/alternate_config_project/config/boot.rb
232
- - test_old/fixtures/alternate_config_project/config/database.yml
233
- - test_old/fixtures/alternate_config_project/config/environment.rb
234
- - test_old/fixtures/alternate_config_project/config/environments/development.rb
235
- - test_old/fixtures/alternate_config_project/config/environments/production.rb
236
- - test_old/fixtures/alternate_config_project/config/environments/test.rb
237
- - test_old/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb
238
- - test_old/fixtures/alternate_config_project/config/initializers/inflections.rb
239
- - test_old/fixtures/alternate_config_project/config/initializers/mime_types.rb
240
- - test_old/fixtures/alternate_config_project/config/initializers/secret_token.rb
241
- - test_old/fixtures/alternate_config_project/config/initializers/session_store.rb
242
- - test_old/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb
243
- - test_old/fixtures/alternate_config_project/config/locales/en.yml
244
- - test_old/fixtures/alternate_config_project/config/routes.rb
245
- - test_old/fixtures/alternate_config_project/db/seeds.rb
246
- - test_old/fixtures/alternate_config_project/doc/README_FOR_APP
247
- - test_old/fixtures/alternate_config_project/lib/tasks/.gitkeep
248
- - test_old/fixtures/alternate_config_project/log/.gitkeep
249
- - test_old/fixtures/alternate_config_project/public/404.html
250
- - test_old/fixtures/alternate_config_project/public/422.html
251
- - test_old/fixtures/alternate_config_project/public/500.html
252
- - test_old/fixtures/alternate_config_project/public/favicon.ico
253
- - test_old/fixtures/alternate_config_project/public/index.html
254
- - test_old/fixtures/alternate_config_project/public/robots.txt
255
- - test_old/fixtures/alternate_config_project/script/rails
256
- - test_old/fixtures/engine_project/.gitignore
257
- - test_old/fixtures/engine_project/Gemfile
258
- - test_old/fixtures/engine_project/MIT-LICENSE
259
- - test_old/fixtures/engine_project/README.rdoc
260
- - test_old/fixtures/engine_project/Rakefile
261
- - test_old/fixtures/engine_project/app/assets/images/engine_project/.keep
262
- - test_old/fixtures/engine_project/app/assets/javascripts/engine_project/application.js
263
- - test_old/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css
264
- - test_old/fixtures/engine_project/app/controllers/engine_project/application_controller.rb
265
- - test_old/fixtures/engine_project/app/helpers/engine_project/application_helper.rb
266
- - test_old/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb
267
- - test_old/fixtures/engine_project/config/routes.rb
268
- - test_old/fixtures/engine_project/engine_project.gemspec
269
- - test_old/fixtures/engine_project/lib/engine_project.rb
270
- - test_old/fixtures/engine_project/lib/engine_project/engine.rb
271
- - test_old/fixtures/engine_project/lib/engine_project/version.rb
272
- - test_old/fixtures/engine_project/lib/tasks/engine_project_tasks.rake
273
- - test_old/fixtures/engine_project/script/rails
274
- - test_old/fixtures/engine_project/test/dummy/README.rdoc
275
- - test_old/fixtures/engine_project/test/dummy/Rakefile
276
- - test_old/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js
277
- - test_old/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css
278
- - test_old/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb
279
- - test_old/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep
280
- - test_old/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb
281
- - test_old/fixtures/engine_project/test/dummy/app/mailers/.keep
282
- - test_old/fixtures/engine_project/test/dummy/app/models/.keep
283
- - test_old/fixtures/engine_project/test/dummy/app/models/concerns/.keep
284
- - test_old/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb
285
- - test_old/fixtures/engine_project/test/dummy/bin/bundle
286
- - test_old/fixtures/engine_project/test/dummy/bin/rails
287
- - test_old/fixtures/engine_project/test/dummy/bin/rake
288
- - test_old/fixtures/engine_project/test/dummy/config.ru
289
- - test_old/fixtures/engine_project/test/dummy/config/application.rb
290
- - test_old/fixtures/engine_project/test/dummy/config/boot.rb
291
- - test_old/fixtures/engine_project/test/dummy/config/database.yml
292
- - test_old/fixtures/engine_project/test/dummy/config/environment.rb
293
- - test_old/fixtures/engine_project/test/dummy/config/environments/development.rb
294
- - test_old/fixtures/engine_project/test/dummy/config/environments/production.rb
295
- - test_old/fixtures/engine_project/test/dummy/config/environments/test.rb
296
- - test_old/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb
297
- - test_old/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb
298
- - test_old/fixtures/engine_project/test/dummy/config/initializers/inflections.rb
299
- - test_old/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb
300
- - test_old/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb
301
- - test_old/fixtures/engine_project/test/dummy/config/initializers/session_store.rb
302
- - test_old/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb
303
- - test_old/fixtures/engine_project/test/dummy/config/locales/en.yml
304
- - test_old/fixtures/engine_project/test/dummy/config/routes.rb
305
- - test_old/fixtures/engine_project/test/dummy/lib/assets/.keep
306
- - test_old/fixtures/engine_project/test/dummy/log/.keep
307
- - test_old/fixtures/engine_project/test/dummy/public/404.html
308
- - test_old/fixtures/engine_project/test/dummy/public/422.html
309
- - test_old/fixtures/engine_project/test/dummy/public/500.html
310
- - test_old/fixtures/engine_project/test/dummy/public/favicon.ico
311
- - test_old/fixtures/sass_project/.gitignore
312
- - test_old/fixtures/sass_project/Gemfile
313
- - test_old/fixtures/sass_project/README
314
- - test_old/fixtures/sass_project/Rakefile
315
- - test_old/fixtures/sass_project/app/assets/images/rails.png
316
- - test_old/fixtures/sass_project/app/assets/javascripts/application.js
317
- - test_old/fixtures/sass_project/app/assets/stylesheets/application.css
318
- - test_old/fixtures/sass_project/app/controllers/application_controller.rb
319
- - test_old/fixtures/sass_project/app/helpers/application_helper.rb
320
- - test_old/fixtures/sass_project/app/mailers/.gitkeep
321
- - test_old/fixtures/sass_project/app/models/.gitkeep
322
- - test_old/fixtures/sass_project/app/views/layouts/application.html.erb
323
- - test_old/fixtures/sass_project/config.ru
324
- - test_old/fixtures/sass_project/config/application.rb
325
- - test_old/fixtures/sass_project/config/boot.rb
326
- - test_old/fixtures/sass_project/config/database.yml
327
- - test_old/fixtures/sass_project/config/environment.rb
328
- - test_old/fixtures/sass_project/config/environments/development.rb
329
- - test_old/fixtures/sass_project/config/environments/production.rb
330
- - test_old/fixtures/sass_project/config/environments/test.rb
331
- - test_old/fixtures/sass_project/config/initializers/backtrace_silencers.rb
332
- - test_old/fixtures/sass_project/config/initializers/inflections.rb
333
- - test_old/fixtures/sass_project/config/initializers/mime_types.rb
334
- - test_old/fixtures/sass_project/config/initializers/secret_token.rb
335
- - test_old/fixtures/sass_project/config/initializers/session_store.rb
336
- - test_old/fixtures/sass_project/config/initializers/wrap_parameters.rb
337
- - test_old/fixtures/sass_project/config/locales/en.yml
338
- - test_old/fixtures/sass_project/config/routes.rb
339
- - test_old/fixtures/sass_project/db/seeds.rb
340
- - test_old/fixtures/sass_project/doc/README_FOR_APP
341
- - test_old/fixtures/sass_project/lib/tasks/.gitkeep
342
- - test_old/fixtures/sass_project/log/.gitkeep
343
- - test_old/fixtures/sass_project/public/404.html
344
- - test_old/fixtures/sass_project/public/422.html
345
- - test_old/fixtures/sass_project/public/500.html
346
- - test_old/fixtures/sass_project/public/favicon.ico
347
- - test_old/fixtures/sass_project/public/index.html
348
- - test_old/fixtures/sass_project/public/robots.txt
349
- - test_old/fixtures/sass_project/script/rails
350
- - test_old/fixtures/scss_project/.gitignore
351
- - test_old/fixtures/scss_project/Gemfile
352
- - test_old/fixtures/scss_project/README
353
- - test_old/fixtures/scss_project/Rakefile
354
- - test_old/fixtures/scss_project/app/assets/images/1x1.png
355
- - test_old/fixtures/scss_project/app/assets/images/rails.png
356
- - test_old/fixtures/scss_project/app/assets/javascripts/application.js
357
- - test_old/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.scss
358
- - test_old/fixtures/scss_project/app/assets/stylesheets/application.scss
359
- - test_old/fixtures/scss_project/app/assets/stylesheets/css_application.css
360
- - test_old/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb
361
- - test_old/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.sass.erb
362
- - test_old/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.scss.erb
363
- - test_old/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.scss
364
- - test_old/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.scss
365
- - test_old/fixtures/scss_project/app/assets/stylesheets/import_css_application.scss
366
- - test_old/fixtures/scss_project/app/assets/stylesheets/partials/_css_sass_import.sass
367
- - test_old/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.sass
368
- - test_old/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.scss
369
- - test_old/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss
370
- - test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.sass
371
- - test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.scss
372
- - test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss
373
- - test_old/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb
374
- - test_old/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb
375
- - test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.scss
376
- - test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css
377
- - test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css
378
- - test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.scss
379
- - test_old/fixtures/scss_project/app/controllers/application_controller.rb
380
- - test_old/fixtures/scss_project/app/helpers/application_helper.rb
381
- - test_old/fixtures/scss_project/app/mailers/.gitkeep
382
- - test_old/fixtures/scss_project/app/models/.gitkeep
383
- - test_old/fixtures/scss_project/app/views/layouts/application.html.erb
384
- - test_old/fixtures/scss_project/config.ru
385
- - test_old/fixtures/scss_project/config/application.rb
386
- - test_old/fixtures/scss_project/config/boot.rb
387
- - test_old/fixtures/scss_project/config/database.yml
388
- - test_old/fixtures/scss_project/config/environment.rb
389
- - test_old/fixtures/scss_project/config/environments/development.rb
390
- - test_old/fixtures/scss_project/config/environments/production.rb
391
- - test_old/fixtures/scss_project/config/environments/test.rb
392
- - test_old/fixtures/scss_project/config/initializers/backtrace_silencers.rb
393
- - test_old/fixtures/scss_project/config/initializers/inflections.rb
394
- - test_old/fixtures/scss_project/config/initializers/mime_types.rb
395
- - test_old/fixtures/scss_project/config/initializers/postprocessor.rb
396
- - test_old/fixtures/scss_project/config/initializers/secret_token.rb
397
- - test_old/fixtures/scss_project/config/initializers/session_store.rb
398
- - test_old/fixtures/scss_project/config/initializers/wrap_parameters.rb
399
- - test_old/fixtures/scss_project/config/locales/en.yml
400
- - test_old/fixtures/scss_project/config/routes.rb
401
- - test_old/fixtures/scss_project/db/seeds.rb
402
- - test_old/fixtures/scss_project/doc/README_FOR_APP
403
- - test_old/fixtures/scss_project/lib/tasks/.gitkeep
404
- - test_old/fixtures/scss_project/log/.gitkeep
405
- - test_old/fixtures/scss_project/public/404.html
406
- - test_old/fixtures/scss_project/public/422.html
407
- - test_old/fixtures/scss_project/public/500.html
408
- - test_old/fixtures/scss_project/public/favicon.ico
409
- - test_old/fixtures/scss_project/public/index.html
410
- - test_old/fixtures/scss_project/public/robots.txt
411
- - test_old/fixtures/scss_project/script/rails
412
- - test_old/sass_rails_test.rb
413
- - test_old/support/sass_rails_test_case.rb
414
- - test_old/test_helper.rb
415
- homepage: https://github.com/bolandrm/sassc-rails
203
+ homepage: https://github.com/sass/sassc-rails
416
204
  licenses:
417
205
  - MIT
418
206
  metadata: {}