Sha256: 51689edc3acef46f0fc5340e4a30ed44d1a6490412dde2b35dfad99eed382f44

Contents?: true

Size: 1016 Bytes

Versions: 9

Compression:

Stored size: 1016 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "validates_timeliness/version"

Gem::Specification.new do |s|
  s.name        = "validates_timeliness"
  s.version     = ValidatesTimeliness::VERSION
  s.authors     = ["Adam Meehan"]
  s.summary     = %q{Date and time validation plugin for Rails which allows custom formats}
  s.description = %q{Adds validation methods to ActiveModel for validating dates and times. Works with multiple ORMS.}
  s.email       = %q{adam.meehan@gmail.com}
  s.homepage    = %q{http://github.com/adzap/validates_timeliness}
  s.license     = "MIT"

  s.require_paths    = ["lib"]
  s.files            = `git ls-files`.split("\n") - %w{ .gitignore .rspec Gemfile Gemfile.lock autotest/discover.rb Appraisals Travis.yml } - Dir['gemsfiles/*']
  s.test_files       = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]

  s.add_runtime_dependency(%q<timeliness>, [">= 0.3.10", "< 1"])
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
validates_timeliness-5.0.1 validates_timeliness.gemspec
validates_timeliness-6.0.0.alpha1 validates_timeliness.gemspec
validates_timeliness-5.0.0 validates_timeliness.gemspec
validates_timeliness-5.0.0.beta2 validates_timeliness.gemspec
validates_timeliness-5.0.0.beta1 validates_timeliness.gemspec
validates_timeliness-5.0.0.alpha5 validates_timeliness.gemspec
validates_timeliness-4.1.1 validates_timeliness.gemspec
validates_timeliness-4.1.0 validates_timeliness.gemspec
validates_timeliness-5.0.0.alpha4 validates_timeliness.gemspec