capybara-bootstrap-datepicker 0.2.3 → 0.2.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
2
  SHA256:
3
- metadata.gz: a58fbe4d6ea5403ae364eabd549da5091da1888b83f81b36b90d93a1f15a814f
4
- data.tar.gz: 676d7b0f2ad42163a18434d77e65af2cf36fc16ed4e154654ee7133fbbba7bed
3
+ metadata.gz: 336efdfdf59a5b5d8924c2bf77b7832788347e9e509ce9ff61e31eda00cc8a7a
4
+ data.tar.gz: b17cf6191ff8b1d2edc9bb1e729698aa8a952653de3b9ee4d8ea565d0350db1f
5
5
  SHA512:
6
- metadata.gz: 91a0929174e0be1b6684a9174e2346778284e2324f490543d1ec1321c8a640743b4c894d3832920c64b9dad40dc4e5dfa08373a8d000384d734c52f586213cb3
7
- data.tar.gz: c457e90f2b7777b409bffd1a0d61c59f22b800674e2073b3e1c9fe1b072e9763137c1564a0bf0bef0ab7c623978b692dba1884dd0a87fec2210a38d120c5c32a
6
+ metadata.gz: d92949432a9da1a0ed1a64bb363dfe86e6950a8400faab21b2ab384be44847af5d090bd4bb4c7c8b61b9123a9499c39e02b516cd5f2fd321e1376481c4367c91
7
+ data.tar.gz: bb4073b26ff64f7b7ebe37e0929377063f3a6c0da9f628be4b8f4008946dfad36092483f4fc7e2865bf3011d1a0f582a8fd78cd8ea0275eff812d187fc832989
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capybara-bootstrap-datepicker (0.2.2)
4
+ capybara-bootstrap-datepicker (0.2.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -21,9 +21,9 @@ GEM
21
21
  capybara (>= 1.0, < 4)
22
22
  launchy
23
23
  cliver (0.3.2)
24
- diff-lcs (1.3)
25
- launchy (2.4.3)
26
- addressable (~> 2.3)
24
+ diff-lcs (1.5.0)
25
+ launchy (2.5.2)
26
+ addressable (~> 2.8)
27
27
  matrix (0.4.2)
28
28
  mini_mime (1.1.2)
29
29
  mini_portile2 (2.8.1)
@@ -37,23 +37,23 @@ GEM
37
37
  websocket-driver (>= 0.2.0)
38
38
  public_suffix (5.0.1)
39
39
  racc (1.6.2)
40
- rack (3.0.4.2)
41
- rack-test (2.0.2)
40
+ rack (3.0.6.1)
41
+ rack-test (2.1.0)
42
42
  rack (>= 1.3)
43
43
  regexp_parser (2.7.0)
44
- rspec (3.9.0)
45
- rspec-core (~> 3.9.0)
46
- rspec-expectations (~> 3.9.0)
47
- rspec-mocks (~> 3.9.0)
48
- rspec-core (3.9.0)
49
- rspec-support (~> 3.9.0)
50
- rspec-expectations (3.9.0)
44
+ rspec (3.12.0)
45
+ rspec-core (~> 3.12.0)
46
+ rspec-expectations (~> 3.12.0)
47
+ rspec-mocks (~> 3.12.0)
48
+ rspec-core (3.12.1)
49
+ rspec-support (~> 3.12.0)
50
+ rspec-expectations (3.12.2)
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.9.0)
53
- rspec-mocks (3.9.0)
52
+ rspec-support (~> 3.12.0)
53
+ rspec-mocks (3.12.4)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.9.0)
56
- rspec-support (3.9.0)
55
+ rspec-support (~> 3.12.0)
56
+ rspec-support (3.12.0)
57
57
  websocket-driver (0.7.1)
58
58
  websocket-extensions (>= 0.1.0)
59
59
  websocket-extensions (0.1.5)
@@ -4,6 +4,6 @@
4
4
  module Capybara
5
5
  module BootstrapDatepicker
6
6
  # the current version of the gem
7
- VERSION = '0.2.3'
7
+ VERSION = '0.2.4'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-bootstrap-datepicker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - François Vantomme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara