bs4_datetime_picker 2.0.0 → 2.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 +4 -4
- data/README.md +5 -1
- data/lib/bs4_datetime_picker/railtie.rb +0 -1
- data/lib/bs4_datetime_picker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b222461dc6d5b84b3d12541edf11126bb36c672010d98397922f71ac9fd6c72b
|
|
4
|
+
data.tar.gz: f42b94dccb7bc96cffdcdb4c0fca01f96ea1200e6b3616bf53cde446a6d17be1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34e0fb34ac77d03a62489cc00b19a6b16906772e902c9688229d0886fecc7ef6b3c616b8f095dc7c438a5fca02da6cbc7a6d42a95804aaaa98044f7b2efd77c8
|
|
7
|
+
data.tar.gz: d0b2e32b5ae9035b5f15666d90afcb36b59cfc9e2dcc8fe9e2ddfff5aa2fdef7f3ada718ccdb48b9e432d75e08d5a97bfbd037fcbd7b9b086d87421b485f5c60
|
data/README.md
CHANGED
|
@@ -8,7 +8,11 @@ For usage information, please @see https://tempusdominus.github.io/bootstrap-4/U
|
|
|
8
8
|
|
|
9
9
|
## Dependencies
|
|
10
10
|
|
|
11
|
-
This gem includes `
|
|
11
|
+
This gem includes `momentjs-rails` and `moment-timezone-rails`. These two libraries are pretty much required to get the datetime picker to work out of the box.
|
|
12
|
+
|
|
13
|
+
> _NOTE:_
|
|
14
|
+
>
|
|
15
|
+
> `font-awesome` was removed as a dependency. If you wish to use `font-awesome` by default, you will need to include the gem in your Gemfile.
|
|
12
16
|
|
|
13
17
|
## Installation
|
|
14
18
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bs4_datetime_picker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert David
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: moment-timezone-rails
|