Sha256: 13ef5d3271e2b2e92bc686efc051bfa26062e1e5588f21ab4457479516bcc0a1
Contents?: true
Size: 941 Bytes
Versions: 1
Compression:
Stored size: 941 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'validates_not_shouting/version' Gem::Specification.new do |spec| spec.name = "validates_not_shouting" spec.version = ValidatesNotShouting::VERSION spec.authors = ["Jeff Ching"] spec.email = ["jching@avvo.com"] spec.summary = "To prevent noobs from being uber noobs" spec.description = "To prevent noobs from being uber noobs" spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "activemodel", ">= 3.0" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
validates_not_shouting-0.0.1 | validates_not_shouting.gemspec |