bootswatch_rails 3.3.5.2 → 3.3.6.1
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/datatables/DataTables-1.10.10.zip +0 -0
- data/generate.sh +5 -3
- data/lib/bootswatch_rails/version.rb +6 -6
- data/vendor/assets/javascripts/dataTables.responsive.js +462 -186
- data/vendor/assets/javascripts/jquery.dataTables.js +175 -92
- data/vendor/assets/stylesheets/cerulean.css +33 -73
- data/vendor/assets/stylesheets/cosmo.css +32 -72
- data/vendor/assets/stylesheets/custom.css +32 -72
- data/vendor/assets/stylesheets/cyborg.css +32 -72
- data/vendor/assets/stylesheets/darkly.css +32 -72
- data/vendor/assets/stylesheets/flatly.css +32 -72
- data/vendor/assets/stylesheets/journal.css +32 -72
- data/vendor/assets/stylesheets/jquery.dataTables.css +3 -0
- data/vendor/assets/stylesheets/lumen.css +55 -95
- data/vendor/assets/stylesheets/paper.css +38 -74
- data/vendor/assets/stylesheets/readable.css +32 -72
- data/vendor/assets/stylesheets/responsive.dataTables.css +81 -9
- data/vendor/assets/stylesheets/sandstone.css +32 -72
- data/vendor/assets/stylesheets/simplex.css +32 -72
- data/vendor/assets/stylesheets/slate.css +109 -139
- data/vendor/assets/stylesheets/spacelab.css +32 -72
- data/vendor/assets/stylesheets/superhero.css +63 -103
- data/vendor/assets/stylesheets/united.css +32 -72
- data/vendor/assets/stylesheets/yeti.css +32 -72
- metadata +4 -3
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.
|
4
|
+
version: 3.3.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Volker Wiegand
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -85,6 +85,7 @@ files:
|
|
85
85
|
- cleditor/jquery.cleditor.css
|
86
86
|
- cleditor/jquery.cleditor.js
|
87
87
|
- cleditor/jquery.cleditor.min.js
|
88
|
+
- datatables/DataTables-1.10.10.zip
|
88
89
|
- datatables/DataTables-1.10.9.zip
|
89
90
|
- generate.sh
|
90
91
|
- lib/bootswatch_rails.rb
|
@@ -204,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
204
205
|
version: '0'
|
205
206
|
requirements: []
|
206
207
|
rubyforge_project:
|
207
|
-
rubygems_version: 2.
|
208
|
+
rubygems_version: 2.5.1
|
208
209
|
signing_key:
|
209
210
|
specification_version: 4
|
210
211
|
summary: Add bootswatch.com themes to the Rails asset pipeline
|