bootstrap-daterangepicker-rails 3.0.3 → 3.0.4

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
- SHA1:
3
- metadata.gz: c1d30cf3e62506c3a57490f56aea3624dd417f0d
4
- data.tar.gz: 11262214b438942bfd090eb773dac79b2bc2038b
2
+ SHA256:
3
+ metadata.gz: 74de1b7f392e1807bf9ab4035ad0fd4aca43e918faf726015370131d29435b9c
4
+ data.tar.gz: 789cef28c4b0e295ce1cf2160634dea77cea48b34985a7d1e9fca1f7c9297900
5
5
  SHA512:
6
- metadata.gz: c9f8f78ccf2109dd17fd48679c49d44bedd438cec80d00814fc7ea6e47121639e3160dde6b4e50f581b5a166eedf7a0663cc9d61f29b8c8de711e4990bed6a9b
7
- data.tar.gz: 809f408a66c2761b3788039098a048bd9a1a384097252873160ceaf2b75069da558eb74eba83f288c5e4e9728fd2892e28ac0e43802a845d51dfac53a4721def
6
+ metadata.gz: ad192a3b4c4e521499fc19cb00e376d5763e7e52a5320f98b710f4f247236f6696349a9de17f200c24ef4a4ae1ad9bde1cc9a61e2c77ccc77cd358c6cc42be38
7
+ data.tar.gz: 451ae8e0e9201ef985a3b60e56b7d21cea52241cd412656484acddc1559bd6751f81a67e3f372af289e91912d4cd6a87e16d84dd2c9b1c66c363b2e28100dcef
data/README.md CHANGED
@@ -2,19 +2,19 @@
2
2
 
3
3
  _Description from DateRangePicker for Twitter Bootstrap_
4
4
 
5
- This date range picker component for Twitter Bootstrap creates a dropdown menu from which a user can
5
+ This date range picker component for Twitter Bootstrap creates a dropdown menu from which a user can
6
6
  select a range of dates. It was created for the reporting UI at [Improvely](http://www.improvely.com).
7
7
 
8
- If invoked with no options, it will present two calendars to choose a start
9
- and end date from. Optionally, you can provide a list of date ranges the user can select from instead
10
- of choosing dates from the calendars. If attached to a text input, the selected dates will be inserted
8
+ If invoked with no options, it will present two calendars to choose a start
9
+ and end date from. Optionally, you can provide a list of date ranges the user can select from instead
10
+ of choosing dates from the calendars. If attached to a text input, the selected dates will be inserted
11
11
  into the text box. Otherwise, you can provide a custom callback function to receive the selection.
12
12
 
13
13
  [Live demo & option usage examples](http://www.dangrossman.info/2012/08/20/a-date-range-picker-for-twitter-bootstrap/)
14
14
 
15
15
  ## Installation and Usage
16
16
 
17
- This component relies on [Twitter Bootstrap](http://twitter.github.com/bootstrap/),
17
+ This component relies on [Twitter Bootstrap](http://twitter.github.com/bootstrap/),
18
18
  [momentjs](http://www.momentjs.com/) and [jQuery](http://jquery.com/).
19
19
 
20
20
  Basic usage (with Bootstrap 3)
@@ -38,10 +38,10 @@ gem 'bootstrap-daterangepicker-rails'
38
38
 
39
39
  /*
40
40
  *= require bootstrap
41
- *= require daterangepickers
41
+ *= require daterangepicker
42
42
  */
43
-
44
-
43
+
44
+
45
45
  # In your HTML file
46
46
 
47
47
  <input type="text" class="daterange"/>
@@ -76,8 +76,8 @@ Thanks to https://github.com/allomov for doing all the work on the 4.x branch.
76
76
 
77
77
  ## License
78
78
 
79
- This code is made available under the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0),
79
+ This code is made available under the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0),
80
80
  the same as Twitter Bootstrap.
81
81
 
82
- Date.js is included in this repository for convenience. It is available under the
82
+ Date.js is included in this repository for convenience. It is available under the
83
83
  [MIT license](http://www.opensource.org/licenses/mit-license.php).
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Daterangepicker
3
3
  module Rails
4
- VERSION = '3.0.3'
4
+ VERSION = '3.0.4'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-daterangepicker-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Grossman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-06-11 00:00:00.000000000 Z
12
+ date: 2019-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -18,9 +18,6 @@ dependencies:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '4.0'
21
- - - "<"
22
- - !ruby/object:Gem::Version
23
- version: '5.3'
24
21
  type: :runtime
25
22
  prerelease: false
26
23
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,9 +25,6 @@ dependencies:
28
25
  - - ">="
29
26
  - !ruby/object:Gem::Version
30
27
  version: '4.0'
31
- - - "<"
32
- - !ruby/object:Gem::Version
33
- version: '5.3'
34
28
  - !ruby/object:Gem::Dependency
35
29
  name: test-unit
36
30
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
75
  version: '0'
82
76
  requirements: []
83
77
  rubyforge_project:
84
- rubygems_version: 2.5.2
78
+ rubygems_version: 2.7.6.2
85
79
  signing_key:
86
80
  specification_version: 4
87
81
  summary: Rails 4.1x plugin to allow for the easy use of Dan Grossman's Bootstrap DateRangePicker