Sha256: e172ba8ef374058c746a3f783a5b5eed4f9421e3313b8914cc3f5b51734aaf67
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "hexx/validators/version" Gem::Specification.new do |s| s.name = "hexx-validators" s.version = Hexx::Validators::VERSION.dup s.author = "Andrew Kozin" s.email = "andrew.kozin@gmail.com" s.homepage = "https://github.com/nepalez/hexx" s.summary = "Scaffolder for custom validators." s.description = "Thor-based generator of an ActiveModel validators" \ "and its unit test templates." s.license = "MIT" s.require_paths = ["lib"] s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) s.test_files = Dir["spec/**/*.rb"] s.extra_rdoc_files = Dir["README.md", "LICENSE", "config/metrics/STYLEGUIDE"] s.platform = Gem::Platform::RUBY s.required_ruby_version = "~> 2.1" s.add_runtime_dependency "hexx", "~> 8.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hexx-validators-0.0.1 | hexx-validators.gemspec |