bootswatch_rails 3.2.0.19 → 3.2.0.20

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf5103d0173d198ea505d6eb66835f73599cd5c9
4
- data.tar.gz: 283290a03c667c3ec059abceea15b4b139438b3e
3
+ metadata.gz: ec4948d98e1a72f0a9de68f751ccbaeb889e7492
4
+ data.tar.gz: f068c5644a3c77789d12fd10c8676b6b274e0eb9
5
5
  SHA512:
6
- metadata.gz: 402407317f4932966a6c15492b0ab46092fb18022d58f2851ed1109d8a69d759b105b97dfd80a831d4d21771ca08afc221b7283f6ba2da7322f1a79325fcb442
7
- data.tar.gz: 19f4bfe74878eb13954366e745b150312cfaca0a450bbed19b27e6895729528a3f3733ff792a45bc66787daeb9200a77c1744f454ca0c31a6b7715c56eac10ea
6
+ metadata.gz: 7b5cbe3a965052003a20f05aed4c61c86b2956057eaac23087ad162da60dbfd85478facff65f1a09fed6dae52f7294d8ee58a387b2e2d915fe07fcf6ab4b7f7c
7
+ data.tar.gz: 8106ce5b7364649b3604650027d9f642a37dd0fe7f4036ce16f17b6d721209648ef20da51cef3db913c7123f2b71f6249165d0a78cd51e0391f673c3e313c42f
data/generate.sh CHANGED
@@ -92,8 +92,9 @@ if [ -s cleditor/jquery.cleditor.js ] ; then
92
92
  fi
93
93
 
94
94
  _src="cleditor/jquery.cleditor.css"
95
- _dst="vendor/assets/stylesheets/jquery.cleditor.css"
96
- sed -e 's/\r//g' -e 's%images/%/assets/%g' $_src >/tmp/cleditor.tmp
95
+ _dst="vendor/assets/stylesheets/jquery.cleditor.css.scss"
96
+ sed -e 's/\r//g' -e "s/url.*toolbar/asset_url('toolbar/" \
97
+ -e "s/url.*buttons/asset_url('buttons/" $_src >/tmp/cleditor.tmp
97
98
  if cmp -s /tmp/cleditor.tmp $_dst ; then
98
99
  rm -f /tmp/cleditor.tmp
99
100
  else
@@ -1,6 +1,6 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
- VERSION = "3.2.0.19"
3
+ VERSION = "3.2.0.20"
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
@@ -4,9 +4,9 @@
4
4
  .cleditorMain * {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}
5
5
  .cleditorMain iframe {border:none; margin:0; padding:0}
6
6
  .cleditorMain textarea {overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none}
7
- .cleditorToolbar {background: url('/assets/toolbar.gif') repeat}
7
+ .cleditorToolbar {background: asset_url('toolbar.gif') repeat}
8
8
  .cleditorGroup {float:left; height:26px}
9
- .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('/assets/buttons.gif')}
9
+ .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: asset_url('buttons.gif')}
10
10
  .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
11
11
  .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
12
12
  .cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
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.19
4
+ version: 3.2.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
@@ -155,7 +155,7 @@ files:
155
155
  - vendor/assets/stylesheets/darkly.css
156
156
  - vendor/assets/stylesheets/flatly.css
157
157
  - vendor/assets/stylesheets/journal.css
158
- - vendor/assets/stylesheets/jquery.cleditor.css
158
+ - vendor/assets/stylesheets/jquery.cleditor.css.scss
159
159
  - vendor/assets/stylesheets/lumen.css
160
160
  - vendor/assets/stylesheets/paper.css
161
161
  - vendor/assets/stylesheets/readable.css