adzap / validates_timeliness

Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
MIT License
1.59k stars 227 forks source link

[Request] Publish Version 5.0.0.pre to Ruby Gems #176

Closed cdesch closed 6 years ago

cdesch commented 6 years ago

Can you please publish 5.0.0.pre to RubyGems? validates_timeliness on RubyGems.org does not appear to be published.

It would be nice to publish this version to align with the README.md.

Fetching gem metadata from https://rubygems.org/............
Fetching gem metadata from https://rubygems.org/..
Could not find gem 'validates_timeliness (~> 5.0.0.pre)' in any of the gem
sources listed in your Gemfile.

Process finished with exit code 7

or please create a tag for it, eg:

gem 'validates_timeliness', github: 'adzap/validates_timeliness', tag: '5.0.0.pre'
adzap commented 6 years ago

Yes will do, sorry.

I will publish an alpha actually.

mauro-ni commented 6 years ago

@adzap will the alpha be compatible with Rails 5.2?

adzap commented 6 years ago

v5.0.0.alpha1 released

adzap commented 6 years ago

@maurosbu It passes the Rails 5.2 build but it will need testing

cdesch commented 6 years ago

@adzap thank you!