Sha256: 9f81806d008ad6e0cd0eeb9a3608252c9db228177eaead8f4bb3bffb6a1586ee

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

#encoding: utf-8

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'jquery/validation/rails/version'

Gem::Specification.new do |gem|
  gem.name          = "jquery-validation-rails"
  gem.version       = Jquery::Validation::Rails::VERSION
  gem.authors       = ["Dan Ryan"]
  gem.email         = ["scriptfu@gmail.com"]
  gem.description   = %q{Integrate the jQuery Validation plugin into the Rails asset pipeline}
  gem.summary       = %q{This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 36 locales.}
  gem.homepage      = "https://github.com/danryan/jquery-validation-rails"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency "thor", "~> 0.14"
  gem.add_development_dependency "bundler", "~> 1.0"
  gem.add_development_dependency "rails", "~> 3.1"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jquery-validation-rails-1.11.1 jquery-validation-rails.gemspec
jquery-validation-rails-1.11.0 jquery-validation-rails.gemspec