# -*- encoding: utf-8 -*-
# stub: bootstrap-validator-rails 0.5.0a ruby lib

Gem::Specification.new do |s|
  s.name = "bootstrap-validator-rails".freeze
  s.version = "0.5.0a".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Jiri Kaipr".freeze]
  s.date = "2014-07-22"
  s.description = "Provides a form field validation JavaScript library for your Rails application. Built for use with jQuery and Twitter Bootstrap 3. Source code: https://github.com/nghuuphuoc/bootstrapvalidator".freeze
  s.email = ["jiri.kaipr@gmail.com".freeze]
  s.files = [".gitignore".freeze, "MIT.license".freeze, "README.md".freeze, "bootstrap-validator-rails.gemspec".freeze, "lib/bootstrap-validator-rails.rb".freeze, "lib/bootstrap-validator-rails/engine.rb".freeze, "lib/bootstrap-validator-rails/version.rb".freeze, "vendor/assets/javascripts/bootstrapValidator.js".freeze, "vendor/assets/javascripts/bootstrapValidator.min.js".freeze, "vendor/assets/javascripts/language/en_US.js".freeze, "vendor/assets/javascripts/language/vi_VN.js".freeze, "vendor/assets/stylesheets/bootstrapValidator.css".freeze, "vendor/assets/stylesheets/bootstrapValidator.min.css".freeze]
  s.homepage = "https://github.com/jkaipr/bootstrap-validator-rails".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Provides a form field validation JavaScript library for your Rails application. Built for use with jQuery and Twitter Bootstrap 3. Source code: https://github.com/nghuuphuoc/bootstrapvalidator".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<jquery-rails>.freeze, [">= 3.0".freeze])
  s.add_runtime_dependency(%q<railties>.freeze, [">= 3.0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, [">= 1.0".freeze])
end