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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec4948d98e1a72f0a9de68f751ccbaeb889e7492
|
|
4
|
+
data.tar.gz: f068c5644a3c77789d12fd10c8676b6b274e0eb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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:
|
|
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:
|
|
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.
|
|
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
|