bootswatch_rails 3.3.5.1 → 3.3.5.2
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: 8a68a648667b6a7cf1ac34e6d71d42dfa7a0c662
|
|
4
|
+
data.tar.gz: 4409fb880f19a34cc6032a37cb6ba16f86daeb87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca9761b2c66f091d5b075beb53b9ebb230124675bf1d23e087b85b067c6a052803625a906150f1b07d2d66fe4387b11b3afa6f53b442c87f3f980f9359fda4d7
|
|
7
|
+
data.tar.gz: 303955f3bff4863f2870d42772c910c7478c66503eaf221901841b3b0ff818e33ddcfb54b6ac4503ebbb6850ff915561effcc9819f7840c26cbd783b723afe72
|
|
@@ -19,8 +19,8 @@ module BootswatchRails
|
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
def dataTables_responsive_link_tag(options = {})
|
|
22
|
-
return stylesheet_link_tag('dataTables
|
|
23
|
-
responsive_url = "//cdn.datatables.net/responsive/#{BootswatchRails::RESPONSIVE}/css/dataTables.
|
|
22
|
+
return stylesheet_link_tag('responsive.dataTables') if !options.delete(:force) and OFFLINE
|
|
23
|
+
responsive_url = "//cdn.datatables.net/responsive/#{BootswatchRails::RESPONSIVE}/css/responsive.dataTables.css"
|
|
24
24
|
stylesheet_link_tag(responsive_url)
|
|
25
25
|
end
|
|
26
26
|
|
|
@@ -4,7 +4,7 @@ module BootswatchRails
|
|
|
4
4
|
FONT_AWESOME = "4.4.0"
|
|
5
5
|
DATATABLES = "1.10.9"
|
|
6
6
|
RESPONSIVE = "1.0.7"
|
|
7
|
-
VERSION = "3.3.5.
|
|
7
|
+
VERSION = "3.3.5.2"
|
|
8
8
|
|
|
9
9
|
THEMES = [:cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
|
|
10
10
|
DEFAULT = 0
|
|
@@ -1189,7 +1189,7 @@ h6,
|
|
|
1189
1189
|
.h5,
|
|
1190
1190
|
.h6 {
|
|
1191
1191
|
font-family: inherit;
|
|
1192
|
-
font-weight:
|
|
1192
|
+
font-weight: 400;
|
|
1193
1193
|
line-height: 1.1;
|
|
1194
1194
|
color: inherit;
|
|
1195
1195
|
}
|
|
@@ -6805,9 +6805,6 @@ button.close {
|
|
|
6805
6805
|
background-color: #fff;
|
|
6806
6806
|
color: #df691a;
|
|
6807
6807
|
}
|
|
6808
|
-
.btn {
|
|
6809
|
-
font-weight: 300;
|
|
6810
|
-
}
|
|
6811
6808
|
.btn-default:hover {
|
|
6812
6809
|
background-color: #485563;
|
|
6813
6810
|
}
|
|
@@ -6815,9 +6812,6 @@ button.close {
|
|
|
6815
6812
|
.btn-xs {
|
|
6816
6813
|
font-size: 12px;
|
|
6817
6814
|
}
|
|
6818
|
-
body {
|
|
6819
|
-
font-weight: 300;
|
|
6820
|
-
}
|
|
6821
6815
|
.text-primary,
|
|
6822
6816
|
.text-primary:hover {
|
|
6823
6817
|
color: #df691a;
|
|
@@ -6849,7 +6843,6 @@ body {
|
|
|
6849
6843
|
}
|
|
6850
6844
|
.dropdown-menu > li > a {
|
|
6851
6845
|
font-size: 12px;
|
|
6852
|
-
font-weight: 300;
|
|
6853
6846
|
}
|
|
6854
6847
|
.btn-group.open .dropdown-toggle {
|
|
6855
6848
|
-webkit-box-shadow: none;
|
|
@@ -6898,7 +6891,6 @@ label,
|
|
|
6898
6891
|
.checkbox label,
|
|
6899
6892
|
.help-block {
|
|
6900
6893
|
font-size: 12px;
|
|
6901
|
-
font-weight: 300;
|
|
6902
6894
|
}
|
|
6903
6895
|
.input-addon,
|
|
6904
6896
|
.input-group-addon {
|
|
@@ -6976,9 +6968,6 @@ label,
|
|
|
6976
6968
|
.pager a {
|
|
6977
6969
|
color: #ebebeb;
|
|
6978
6970
|
}
|
|
6979
|
-
.label {
|
|
6980
|
-
font-weight: 300;
|
|
6981
|
-
}
|
|
6982
6971
|
.alert {
|
|
6983
6972
|
color: #fff;
|
|
6984
6973
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootswatch_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.5.
|
|
4
|
+
version: 3.3.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Volker Wiegand
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
version: '0'
|
|
205
205
|
requirements: []
|
|
206
206
|
rubyforge_project:
|
|
207
|
-
rubygems_version: 2.4.
|
|
207
|
+
rubygems_version: 2.4.5.1
|
|
208
208
|
signing_key:
|
|
209
209
|
specification_version: 4
|
|
210
210
|
summary: Add bootswatch.com themes to the Rails asset pipeline
|