validates_timeliness 5.0.0.beta1 → 5.0.0.beta2

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: aa25778ed03195da3bdd16dafc426d3345c2df57a21d225c73b97dd6785045e0
4
- data.tar.gz: bd5fd0cc630b48cdd9543be3e79ef11599ec7c92fa7cff7f9acdce4867707e74
3
+ metadata.gz: a1a33066804513d38555d4df30d3dfbad7014c62d8957ad1ebf99c14adb90beb
4
+ data.tar.gz: 56761810344acb7c8ff581e255ba552d0068aef5502fd273738f63c0210e6072
5
5
  SHA512:
6
- metadata.gz: fffd3ee1b2e79d67505b1866de6398eddb35bc52024a967b95d83b6e56b8f43a30c03efb89578e7bee7e8458a2ec38566c2048d6671ab3d55aa9e6365eb042a4
7
- data.tar.gz: fcdc2d3e74d7e8a6011bc684991c49090e40416a79148af5ac421cef2376c78d683d280ef4998edaa1edd14ac5e5ad61f50b7d38e7ef89df104045db2f16a362
6
+ metadata.gz: 2301742287dd48a2736f3e0d5d0c53668a24dbefbec14fe6634a30ea6623ec1b8f444585fef45f641cdc0796f505ca83dc491d7e325d99e9168591b2b1a36566
7
+ data.tar.gz: 452facc79441af9ec3baad06ab9cd4d2d0a0e1df3e4977200db615e949fcad117b91661641230137422d28483cc8bb48d4580eec4dce90a0c41a16e81ab82ee0
@@ -30,7 +30,7 @@ If you a looking for the old version for Rails 4.x go here [https://github.com/a
30
30
  == Installation
31
31
 
32
32
  # in Gemfile
33
- gem 'validates_timeliness', '~> 5.0.0.alpha3'
33
+ gem 'validates_timeliness', '~> 5.0.0.beta1'
34
34
 
35
35
  # Run bundler
36
36
  $ bundle install
@@ -12,7 +12,7 @@ module ValidatesTimeliness
12
12
  ValidatesTimeliness.ignore_restriction_errors = !Rails.env.test?
13
13
  end
14
14
 
15
- initializer "validates_timeliness.initialize_timeliness_ambiguous_date_format", :after => 'load_config_initializers' do
15
+ initializer "validates_timeliness.initialize_timeliness_ambiguous_date_format", :after => :load_config_initializers do
16
16
  if Timeliness.respond_to?(:ambiguous_date_format) # i.e. v0.4+
17
17
  # Set default for each new thread if you have changed the default using
18
18
  # the format switching methods.
@@ -1,3 +1,3 @@
1
1
  module ValidatesTimeliness
2
- VERSION = '5.0.0.beta1'
2
+ VERSION = '5.0.0.beta2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validates_timeliness
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.beta1
4
+ version: 5.0.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Meehan
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-06 00:00:00.000000000 Z
11
+ date: 2020-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: timeliness
@@ -88,7 +88,7 @@ homepage: http://github.com/adzap/validates_timeliness
88
88
  licenses:
89
89
  - MIT
90
90
  metadata: {}
91
- post_install_message:
91
+ post_install_message:
92
92
  rdoc_options: []
93
93
  require_paths:
94
94
  - lib
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: 1.3.1
105
105
  requirements: []
106
106
  rubygems_version: 3.0.3
107
- signing_key:
107
+ signing_key:
108
108
  specification_version: 4
109
109
  summary: Date and time validation plugin for Rails which allows custom formats
110
110
  test_files: