# -*- encoding: utf-8 -*- # stub: file_validators 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "file_validators".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ahmad Musaffa".freeze] s.date = "2014-10-10" s.description = "Adds file validators to ActiveModel".freeze s.email = ["musaffa_csemm@yahoo.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Appraisals".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "file_validators.gemspec".freeze, "gemfiles/activemodel_3.0.gemfile".freeze, "gemfiles/activemodel_3.1.gemfile".freeze, "gemfiles/activemodel_3.2.gemfile".freeze, "gemfiles/activemodel_4.0.gemfile".freeze, "gemfiles/activemodel_4.1.gemfile".freeze, "lib/file_validators.rb".freeze, "lib/file_validators/validators/file_content_type_validator.rb".freeze, "lib/file_validators/validators/file_size_validator.rb".freeze, "lib/file_validators/version.rb".freeze, "spec/fixtures/chubby_bubble.jpg".freeze, "spec/fixtures/chubby_cute.png".freeze, "spec/fixtures/cute.jpg".freeze, "spec/fixtures/sample.txt".freeze, "spec/integration/combined_validators_integration_spec.rb".freeze, "spec/integration/file_content_type_validation_integration_spec.rb".freeze, "spec/integration/file_size_validator_integration_spec.rb".freeze, "spec/lib/file_validators/validators/file_content_type_validator_spec.rb".freeze, "spec/lib/file_validators/validators/file_size_validator_spec.rb".freeze, "spec/locale/en.yml".freeze, "spec/spec_helper.rb".freeze, "spec/support/matchers/allow_content_type.rb".freeze, "spec/support/matchers/allow_file_size.rb".freeze] s.homepage = "https://github.com/musaffa/file_validators".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ActiveModel file validators".freeze s.test_files = ["spec/fixtures/chubby_bubble.jpg".freeze, "spec/fixtures/chubby_cute.png".freeze, "spec/fixtures/cute.jpg".freeze, "spec/fixtures/sample.txt".freeze, "spec/integration/combined_validators_integration_spec.rb".freeze, "spec/integration/file_content_type_validation_integration_spec.rb".freeze, "spec/integration/file_size_validator_integration_spec.rb".freeze, "spec/lib/file_validators/validators/file_content_type_validator_spec.rb".freeze, "spec/lib/file_validators/validators/file_size_validator_spec.rb".freeze, "spec/locale/en.yml".freeze, "spec/spec_helper.rb".freeze, "spec/support/matchers/allow_content_type.rb".freeze, "spec/support/matchers/allow_file_size.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end