Sha256: 1ef2cfb3c6c5fc743ba48a18f47d62f5f0774bdbbbd30f6a869b8cb05afc1536

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 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      = ""

  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

1 entries across 1 versions & 1 rubygems

Version Path
jquery-validation-rails-1.10.0 jquery-validation-rails.gemspec