bootstrap-datepicker-rails 1.6.0 → 1.6.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6700e2e61018b06e0cc7cef33d8ed164ae69fa40
4
- data.tar.gz: 4393ce3ad66d38ce601b4566ceb67da1ca5b3a72
3
+ metadata.gz: d8ea69a31680699e3b39c3dc77d7e6ceaf5b9283
4
+ data.tar.gz: de36a085effa3ed272666b488fad6236a626368e
5
5
  SHA512:
6
- metadata.gz: f4b43d870a8dc5d152a9adf57b90a4569342588a24134a02f723f95659516acee13653c14d12a34b1fda046402f524c1f729f1b752241b9822d62352e0e20438
7
- data.tar.gz: d5231c8563882adcf141d8d3512cbf027220fd3077c1607ac64ae9acd94f6f5fb647060c98d2081d03de49a698f4c4a72c3a12b97df9cd9c447ca1f853a23ea0
6
+ metadata.gz: 924d5d2577ac4b7f15c63245d3cc6d7ccadd9318148cc334da8ace5e822441fd818ca2ddbcbf7916419a617707c53eda4c8cfc63b60285f29c43aa69b4e6589f
7
+ data.tar.gz: 382f41cfc840d87cbda3843f24050c6c8b9c2e2883af220138553c519adc51ea80172c32f224b72f6a87662c2bfa5c1f94d2e4b3d08d61f8d5f44e8ad6f364fa
@@ -1,5 +1,5 @@
1
1
  module BootstrapDatepickerRails
2
2
  module Rails
3
- VERSION = "1.6.0"
3
+ VERSION = "1.6.0.1"
4
4
  end
5
5
  end
@@ -470,5 +470,4 @@
470
470
  border: 1px solid #ccc;
471
471
  margin-left: -5px;
472
472
  margin-right: -5px;
473
- }
474
- /*# sourceMappingURL=bootstrap-datepicker.css.map */
473
+ }
@@ -677,5 +677,4 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
677
677
  border-width: 1px 0;
678
678
  margin-left: -5px;
679
679
  margin-right: -5px;
680
- }
681
- /*# sourceMappingURL=bootstrap-datepicker3.css.map */
680
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-datepicker-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo Rodríguez-Baltanás Díaz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-05 00:00:00.000000000 Z
11
+ date: 2016-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
OSZAR »