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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa0b644ea871084a0902b958143d9a08115cc0d41526522c373e0b497ead1718
4
- data.tar.gz: 9e7580cb280947484ddf7e67426e766d7ca3844003ce939eb86fe655cf9bf18e
3
+ metadata.gz: b222461dc6d5b84b3d12541edf11126bb36c672010d98397922f71ac9fd6c72b
4
+ data.tar.gz: f42b94dccb7bc96cffdcdb4c0fca01f96ea1200e6b3616bf53cde446a6d17be1
5
5
  SHA512:
6
- metadata.gz: 81e7df8db32c0a78705df507ef6e88fc8cd89fb0f58ba0f77ef974063dab1e0ea5fb777b3e702eb171535555f590cc41fc0a7272681039bd5312fa660c2cd080
7
- data.tar.gz: e4795798162595c29b927c90987dca5de0a4452b8b78f0f5d8134fe8613a1d06a6b66a44bc1ef4972fa89ebfd15d22be924a529ad4ec3ae99f52ec18c426a0ef
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 `font-awesome-rails`, `momentjs-rails` and `moment-timezone-rails`. These three libraries are pretty much required to get the datetime picker to work out of the box.
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
 
@@ -1,6 +1,5 @@
1
1
  require 'momentjs-rails'
2
2
  require 'moment-timezone-rails'
3
- require 'font-awesome-rails'
4
3
 
5
4
  module Bs4DatetimePicker
6
5
  # @description
@@ -1,4 +1,4 @@
1
1
  module Bs4DatetimePicker
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.0.1'.freeze
3
3
  TEMPUS_DOMINUS_VERSION = '5.1.2'.freeze
4
4
  end
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.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-02 00:00:00.000000000 Z
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