mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-24 23:06:42 +00:00
added version file with VERSION constant
This commit is contained in:
parent
91f9f65bc0
commit
c762b6d4f8
3
Rakefile
3
Rakefile
@ -3,9 +3,10 @@ require 'rake/gempackagetask'
|
|||||||
require 'rubygems/specification'
|
require 'rubygems/specification'
|
||||||
require 'date'
|
require 'date'
|
||||||
require 'spec/rake/spectask'
|
require 'spec/rake/spectask'
|
||||||
|
require 'lib/validates_timeliness/version'
|
||||||
|
|
||||||
GEM = "validates_timeliness"
|
GEM = "validates_timeliness"
|
||||||
GEM_VERSION = "2.1.0"
|
GEM_VERSION = ValidatesTimeliness::VERSION
|
||||||
AUTHOR = "Adam Meehan"
|
AUTHOR = "Adam Meehan"
|
||||||
EMAIL = "adam.meehan@gmail.com"
|
EMAIL = "adam.meehan@gmail.com"
|
||||||
HOMEPAGE = "http://github.com/adzap/validates_timeliness"
|
HOMEPAGE = "http://github.com/adzap/validates_timeliness"
|
||||||
|
|||||||
3
lib/validates_timeliness/version.rb
Normal file
3
lib/validates_timeliness/version.rb
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
module ValidatesTimeliness
|
||||||
|
VERSION = "2.2.0"
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue
Block a user