bootswatch_rails 3.3.2.1 → 3.3.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/Makefile +4 -4
  3. data/datatables/DataTables-1.10.6.zip +0 -0
  4. data/generate.sh +2 -2
  5. data/lib/bootswatch_rails/version.rb +6 -6
  6. data/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  7. data/vendor/assets/fonts/glyphicons-halflings-regular.svg +273 -214
  8. data/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  9. data/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  10. data/vendor/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  11. data/vendor/assets/images/sort_asc.png +0 -0
  12. data/vendor/assets/images/sort_asc_disabled.png +0 -0
  13. data/vendor/assets/images/sort_both.png +0 -0
  14. data/vendor/assets/images/sort_desc.png +0 -0
  15. data/vendor/assets/images/sort_desc_disabled.png +0 -0
  16. data/vendor/assets/javascripts/dataTables.responsive.js +110 -47
  17. data/vendor/assets/javascripts/jquery.dataTables.js +206 -167
  18. data/vendor/assets/stylesheets/cerulean.css +305 -53
  19. data/vendor/assets/stylesheets/cosmo.css +306 -54
  20. data/vendor/assets/stylesheets/custom.css +332 -80
  21. data/vendor/assets/stylesheets/cyborg.css +306 -54
  22. data/vendor/assets/stylesheets/darkly.css +367 -96
  23. data/vendor/assets/stylesheets/dataTables.responsive.css +35 -22
  24. data/vendor/assets/stylesheets/flatly.css +366 -95
  25. data/vendor/assets/stylesheets/journal.css +307 -55
  26. data/vendor/assets/stylesheets/jquery.dataTables.css +21 -10
  27. data/vendor/assets/stylesheets/lumen.css +308 -48
  28. data/vendor/assets/stylesheets/paper.css +598 -167
  29. data/vendor/assets/stylesheets/readable.css +344 -101
  30. data/vendor/assets/stylesheets/sandstone.css +304 -47
  31. data/vendor/assets/stylesheets/simplex.css +306 -54
  32. data/vendor/assets/stylesheets/slate.css +305 -53
  33. data/vendor/assets/stylesheets/spacelab.css +306 -54
  34. data/vendor/assets/stylesheets/superhero.css +298 -46
  35. data/vendor/assets/stylesheets/united.css +306 -54
  36. data/vendor/assets/stylesheets/yeti.css +297 -45
  37. metadata +5 -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.2.1
4
+ version: 3.3.4.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-01-20 00:00:00.000000000 Z
11
+ date: 2015-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -87,6 +87,7 @@ files:
87
87
  - cleditor/jquery.cleditor.js
88
88
  - cleditor/jquery.cleditor.min.js
89
89
  - datatables/DataTables-1.10.4.zip
90
+ - datatables/DataTables-1.10.6.zip
90
91
  - generate.sh
91
92
  - lib/bootswatch_rails.rb
92
93
  - lib/bootswatch_rails/engine.rb
@@ -147,6 +148,7 @@ files:
147
148
  - vendor/assets/fonts/glyphicons-halflings-regular.svg
148
149
  - vendor/assets/fonts/glyphicons-halflings-regular.ttf
149
150
  - vendor/assets/fonts/glyphicons-halflings-regular.woff
151
+ - vendor/assets/fonts/glyphicons-halflings-regular.woff2
150
152
  - vendor/assets/images/.gitkeep
151
153
  - vendor/assets/images/back_disabled.png
152
154
  - vendor/assets/images/back_enabled.png
@@ -204,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
206
  version: '0'
205
207
  requirements: []
206
208
  rubyforge_project:
207
- rubygems_version: 2.4.5
209
+ rubygems_version: 2.4.6
208
210
  signing_key:
209
211
  specification_version: 4
210
212
  summary: Add bootswatch.com themes to the Rails asset pipeline