datetime_picker_rails 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 393882b83bc0057306cf2845617cd00fc0c33132
4
- data.tar.gz: 3cbde972bb6f1c4a1fcea0867fbfc11c037c71e7
3
+ metadata.gz: 477dc04642207df336b8dbb533063c7c3cbe4cc6
4
+ data.tar.gz: 6ecb4a1c5c1364db9af1675ae116be3d182b9a95
5
5
  SHA512:
6
- metadata.gz: 8f7e794d74a3982e8c5d2e4cca9ed3440edc07d1860b74c98e4470139222a03bf2afcb54f97fcb02410876b1de7df6674baee793fef0a37437dc5da199388553
7
- data.tar.gz: 64c5a41119a2586adb8cd27827ee56fc12b2667080d35d5335573f593699d98d96ec50ff765a9a6dbe710a2f25c67cb23cf1b8dfd516c64b3541ba759a5058cb
6
+ metadata.gz: 79e6a9883e159a1fb37905daa0fc1e010b7ef549d621efb5a2bac9f3cb3a31b51630bf3b3a69422b5c09025a6b93db06dea14d62f300d9de636bf3766705a92b
7
+ data.tar.gz: 58eeb00a936948db7802041da56efc125df29de694289125514ce3e9dc1ee54f544c589e165f642ea89289e01fb5fd36a30e1af1e465b02cf781e38c20fd7017
@@ -289,6 +289,7 @@
289
289
  .bootstrap-datetimepicker-widget table td {
290
290
  height: 54px;
291
291
  line-height: 54px;
292
+ white-space: normal;
292
293
  width: 54px;
293
294
  }
294
295
  .bootstrap-datetimepicker-widget table td.cw {
@@ -1,5 +1,5 @@
1
1
  module DateTimePicker
2
2
  module Rails
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datetime_picker_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grayson Wright
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-25 00:00:00.000000000 Z
11
+ date: 2015-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler