bootswatch_rails 3.3.4.1 → 3.3.5.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.9.zip +0 -0
- data/generate.sh +31 -23
- data/lib/bootswatch_rails/engine.rb +1 -1
- data/lib/bootswatch_rails/version.rb +6 -6
- data/vendor/assets/javascripts/dataTables.responsive.js +16 -7
- data/vendor/assets/javascripts/jquery.dataTables.js +574 -324
- data/vendor/assets/stylesheets/cerulean.css +306 -83
- data/vendor/assets/stylesheets/cosmo.css +328 -84
- data/vendor/assets/stylesheets/custom.css +303 -83
- data/vendor/assets/stylesheets/cyborg.css +333 -83
- data/vendor/assets/stylesheets/darkly.css +325 -93
- data/vendor/assets/stylesheets/flatly.css +316 -84
- data/vendor/assets/stylesheets/journal.css +328 -84
- data/vendor/assets/stylesheets/jquery.dataTables.css +58 -95
- data/vendor/assets/stylesheets/lumen.css +327 -83
- data/vendor/assets/stylesheets/paper.css +464 -168
- data/vendor/assets/stylesheets/readable.css +303 -83
- data/vendor/assets/stylesheets/{dataTables.responsive.css → responsive.dataTables.css} +0 -0
- data/vendor/assets/stylesheets/sandstone.css +303 -83
- data/vendor/assets/stylesheets/simplex.css +334 -87
- data/vendor/assets/stylesheets/slate.css +327 -83
- data/vendor/assets/stylesheets/spacelab.css +306 -83
- data/vendor/assets/stylesheets/superhero.css +328 -84
- data/vendor/assets/stylesheets/united.css +309 -84
- data/vendor/assets/stylesheets/yeti.css +310 -88
- metadata +5 -7
- data/.gitmodules +0 -3
- data/datatables/DataTables-1.10.4.zip +0 -0
- data/datatables/DataTables-1.10.6.zip +0 -0
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.5.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: 2015-
|
11
|
+
date: 2015-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -74,7 +74,6 @@ extensions: []
|
|
74
74
|
extra_rdoc_files: []
|
75
75
|
files:
|
76
76
|
- ".gitignore"
|
77
|
-
- ".gitmodules"
|
78
77
|
- Gemfile
|
79
78
|
- LICENSE.txt
|
80
79
|
- Makefile
|
@@ -86,8 +85,7 @@ files:
|
|
86
85
|
- cleditor/jquery.cleditor.css
|
87
86
|
- cleditor/jquery.cleditor.js
|
88
87
|
- cleditor/jquery.cleditor.min.js
|
89
|
-
- datatables/DataTables-1.10.
|
90
|
-
- datatables/DataTables-1.10.6.zip
|
88
|
+
- datatables/DataTables-1.10.9.zip
|
91
89
|
- generate.sh
|
92
90
|
- lib/bootswatch_rails.rb
|
93
91
|
- lib/bootswatch_rails/engine.rb
|
@@ -171,7 +169,6 @@ files:
|
|
171
169
|
- vendor/assets/stylesheets/custom.css
|
172
170
|
- vendor/assets/stylesheets/cyborg.css
|
173
171
|
- vendor/assets/stylesheets/darkly.css
|
174
|
-
- vendor/assets/stylesheets/dataTables.responsive.css
|
175
172
|
- vendor/assets/stylesheets/flatly.css
|
176
173
|
- vendor/assets/stylesheets/journal.css
|
177
174
|
- vendor/assets/stylesheets/jquery.cleditor.css.scss
|
@@ -179,6 +176,7 @@ files:
|
|
179
176
|
- vendor/assets/stylesheets/lumen.css
|
180
177
|
- vendor/assets/stylesheets/paper.css
|
181
178
|
- vendor/assets/stylesheets/readable.css
|
179
|
+
- vendor/assets/stylesheets/responsive.dataTables.css
|
182
180
|
- vendor/assets/stylesheets/sandstone.css
|
183
181
|
- vendor/assets/stylesheets/simplex.css
|
184
182
|
- vendor/assets/stylesheets/slate.css
|
@@ -206,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
206
204
|
version: '0'
|
207
205
|
requirements: []
|
208
206
|
rubyforge_project:
|
209
|
-
rubygems_version: 2.4.
|
207
|
+
rubygems_version: 2.4.8
|
210
208
|
signing_key:
|
211
209
|
specification_version: 4
|
212
210
|
summary: Add bootswatch.com themes to the Rails asset pipeline
|
data/.gitmodules
DELETED
Binary file
|
Binary file
|