flatiron-rails 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/templates/flatiron.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67248dc25e75e1c37229f2fa45d1a30d01886fc8
|
4
|
+
data.tar.gz: 9d2a9efd9e2f669b5329c28c4fe61f489443e92e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62945cfb96ab7efeaaf4450713db2c0bdb437a35712a612dea5e10a7531c28cf0af352a797e3e85a771d4643750945f74a32558c2994f4587e7dd336a9940c65
|
7
|
+
data.tar.gz: e16d9e1724c7c3d6f00a6ba5803594cb4f6346dd5eefabf48289b3d914c0c9fcb51fe144dc74754f3d808ec17e7e4d19f53e631d2f3b769921bc782841055f56
|
data/templates/flatiron.rb
CHANGED
@@ -345,7 +345,7 @@ depend_on_lines.each do |line|
|
|
345
345
|
add_line_to_file("app/assets/stylesheets/application.css.scss", line, /\*= require_self/)
|
346
346
|
end
|
347
347
|
|
348
|
-
add_line_to_file("app/assets/stylesheets/application.css.scss", "@import \"bootstrap\";", /\*\//)
|
348
|
+
add_line_to_file("app/assets/stylesheets/application.css.scss", "\n@import \"bootstrap\";", /\*\//)
|
349
349
|
|
350
350
|
File.open("app/assets/javascripts/application.js", "r+") do |f|
|
351
351
|
out = ""
|