bootswatch_rails 3.2.0.16 → 3.2.0.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8754883204486de32732f5b61e93d273f99a25ca
4
- data.tar.gz: f5ad100626e274799716a9587841a7afa22850a9
3
+ metadata.gz: a08a7b70454fbdce69f29304b5a4c35c6fd0f903
4
+ data.tar.gz: b357d2874119849512a8b545f4ef54fce0aad2d6
5
5
  SHA512:
6
- metadata.gz: 64d0b28dbf78e30db15491dcf466ef4395c5401678012d22ce826ecc76a7197c7bbc33ce224792c38a8fe8a30b78048c10e1ff1fe3887f7f6ba3c7b39547dcac
7
- data.tar.gz: 7c9d06ac6182e81d1a45194aad13da60deb310befffe1a8a7b28df9a3dea02c0984e811a2e29baf0a52b218fbacef7558b0dcf86783fbe77aff602517ddb2080
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.16"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.16
4
+ version: 3.2.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand