bootswatch_rails 3.2.0.16 → 3.2.0.17
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/lib/bootswatch_rails/engine.rb +1 -0
- data/lib/bootswatch_rails/version.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: a08a7b70454fbdce69f29304b5a4c35c6fd0f903
|
|
4
|
+
data.tar.gz: b357d2874119849512a8b545f4ef54fce0aad2d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 497999cd1254ddb0699386a914e9759917415738aee11912675729dfd2e1bf1d5c9fec93270e66ac0548943d9f950a194c784731623d6a6a56c86003eafa5f82
|
|
7
|
+
data.tar.gz: efc4516538abc92511b2d58a74b24f117ee7f65451f3e56d4b956cfaaf773c76ed29bf73f792b96d19996759f24ceec481e29b54d4adebba5e2303808552e3ac
|
|
@@ -3,6 +3,7 @@ module BootswatchRails
|
|
|
3
3
|
initializer "BootswatchRails themes" do |app|
|
|
4
4
|
app.config.assets.precompile += %w(toolbar.gif buttons.gif bootstrap.js amelia.css cerulean.css cosmo.css custom.css cyborg.css darkly.css flatly.css journal.css lumen.css paper.css readable.css sandstone.css simplex.css slate.css spacelab.css superhero.css united.css yeti.css)
|
|
5
5
|
app.config.assets.paths << File.expand_path('../../../vendor/assets/fonts', __FILE__)
|
|
6
|
+
app.config.assets.paths << File.expand_path('../../../vendor/assets/images', __FILE__)
|
|
6
7
|
end
|
|
7
8
|
end
|
|
8
9
|
end
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module BootswatchRails
|
|
2
2
|
BOOTSTRAP = "3.2.0"
|
|
3
|
-
VERSION = "3.2.0.
|
|
3
|
+
VERSION = "3.2.0.17"
|
|
4
4
|
THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
|
|
5
5
|
DEFAULT = 1
|
|
6
6
|
end
|