bootswatch_rails 3.3.7.5 → 3.3.7.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1927fd3e6076243a3153378c4d92b9dba666690
4
- data.tar.gz: de6ab442b3893d0d8f414e41f1fe89e0061b52ce
3
+ metadata.gz: cf5d376326fe35a37807aa2f81e382cd97bffed0
4
+ data.tar.gz: 9c4c18ce3af8f01d3bff73d7bf15e12c969cec7a
5
5
  SHA512:
6
- metadata.gz: 70dce1f103ef3e9defece6b1bc15abf47c9d8bf6ef1a262aa3e0483c146bfcb2bca04afad3fb1f9229680f13bd7ad578b0b223a95ef782ea8274ca8448f34454
7
- data.tar.gz: a7fbb58a508ecf0d3dd667c7b235d3fcac4c4eb74450dede492aab6d1ae5b85314d06559604f9ed70a3285317db2b480c9f809b268a93de4a2bd908fdad40b18
6
+ metadata.gz: ad2a715720f8c80fea25fd56ad91c85ad7790eca77af5b3f096bac70282574647bdc264223e72986d60f70e8f9ca8dd0f3a4134530070c2caf285e494dbf9d8d
7
+ data.tar.gz: 58fb9bef3c4395e14f293200534b5bc9b957f5e47fcfac3859b282c40a8d34f1d16159e5ff33a52a192fca7e4d8e6c89acbd54ed45bc5c08bb4718363ed9ce78
@@ -4,7 +4,7 @@ module BootswatchRails
4
4
  FONT_AWESOME = "4.6.2"
5
5
  DATATABLES = "1.10.12"
6
6
  RESPONSIVE = "2.1.0"
7
- VERSION = "3.3.7.5"
7
+ VERSION = "3.3.7.6"
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
@@ -101,8 +101,8 @@ module BootswatchRails
101
101
  file = "app/assets/stylesheets/application.css"
102
102
  if options.dt?
103
103
  inject_into_file file, before: /^.*require_self$/ do
104
- " *= jquery.dataTables\n" +
105
- " *= responsive.dataTables\n"
104
+ " *= require jquery.dataTables\n" +
105
+ " *= require responsive.dataTables\n"
106
106
  end
107
107
  end
108
108
  end
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.7.5
4
+ version: 3.3.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-15 00:00:00.000000000 Z
11
+ date: 2016-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties