repres-bootstrap 1.5.1 → 1.5.2

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: d5d2f44d5e7b6ef90e51680ffd08e27649a4ad94
4
- data.tar.gz: a8cee296b95419f35003cb717cf3167d8b05a5c9
3
+ metadata.gz: 3e63830d7c66fc0c1cbde67ee4c19cfb9603450a
4
+ data.tar.gz: 164c1f7aa20fca097b458d790ed028f143fa8f1d
5
5
  SHA512:
6
- metadata.gz: 340fb0d3ad0f051f067aa8950a389fde1e1c2cb029e6654c4a456182cb44da25c7cf8f6d5b70236e486d8ceb5911a83baff245b906466f7c6675c57ec3f7a1de
7
- data.tar.gz: 874fac9cce9c43f9c839729acccb8b437afe0097537486a93176f358fdeabe6817172f82db118c7bedf44ef3879a3275fb3cfca75e61ac50051cb4755562a1dc
6
+ metadata.gz: b96e6f844a88bc17a88f4f309be9d3bb943af4d5b96fc21d07f1f50dd1e00587fc988f362e9c1d3bd6f73c97143eec785092ec67834045f1624054418e4d1d79
7
+ data.tar.gz: ceed9450f3c9e2d9df7db37309b5060b61cce4fd02a727e5f758a7cc5a72d41ec5349bda2d1034ebe257bc8b3413b83c154811c910f0e935dd7b3a4ed76f2ebb
@@ -14,6 +14,6 @@
14
14
  <% end %>
15
15
 
16
16
  <% if library_enabled?(:'bootstrap-fileinput', options) %>
17
- <%= javascript_include_tag "//#{domain_name(:'bootstrap-fileinput', options)}/bootstrap-fileinput/#{library_version(:'bootstrap-fileinput', '4.3.4', options)}/js/fileinput.min.js" %>
18
- <%= javascript_include_tag "//#{domain_name(:'bootstrap-fileinput', options)}/bootstrap-fileinput/#{library_version(:'bootstrap-fileinput', '4.3.4', options)}/js/locales/zh.min.js", charset: 'UTF-8' %>
17
+ <%= javascript_include_tag "//#{domain_name(:'bootstrap-fileinput', options)}/bootstrap-fileinput/#{library_version(:'bootstrap-fileinput', '4.3.5', options)}/js/fileinput.min.js" %>
18
+ <%= javascript_include_tag "//#{domain_name(:'bootstrap-fileinput', options)}/bootstrap-fileinput/#{library_version(:'bootstrap-fileinput', '4.3.5', options)}/js/locales/zh.min.js", charset: 'UTF-8' %>
19
19
  <% end %>
@@ -11,4 +11,4 @@
11
11
 
12
12
  <%= stylesheet_link_tag "//#{domain_name(:'bootstrap-table', options)}/bootstrap-table/#{library_version(:'bootstrap-table', '1.11.0', options)}/bootstrap-table.min.css", media: 'all' if library_enabled?(:'bootstrap-table', options) %>
13
13
 
14
- <%= stylesheet_link_tag "//#{domain_name(:'bootstrap-fileinput', options)}/bootstrap-fileinput/#{library_version(:'bootstrap-fileinput', '4.3.3', options)}/css/fileinput.min.css", media: 'all' if library_enabled?(:'bootstrap-fileinput', options) %>
14
+ <%= stylesheet_link_tag "//#{domain_name(:'bootstrap-fileinput', options)}/bootstrap-fileinput/#{library_version(:'bootstrap-fileinput', '4.3.5', options)}/css/fileinput.min.css", media: 'all' if library_enabled?(:'bootstrap-fileinput', options) %>
@@ -1,5 +1,5 @@
1
1
  module Repres
2
2
  module Bootstrap
3
- VERSION = '1.5.1'.freeze
3
+ VERSION = '1.5.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repres-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails