Sha256: 2dfa73419608b0622a43aa1c5250d86c4fdee43818b65c72ef146fa2a950d128

Contents?: true

Size: 1004 Bytes

Versions: 1

Compression:

Stored size: 1004 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'kharon/version'

Gem::Specification.new do |specification|
  specification.name        = "kharon"
  specification.version     = Kharon::VERSION
  specification.date        = "2014-04-02"
  specification.summary     = "Ruby Hash validator"
  specification.description = "Kharon is a ruby hash validator that helps you fix the structure of a hash (type of the keys, dependencies, ...)."
  specification.authors     = ["Vincent Courtois"]
  specification.email       = "vincent.courtois@mycar-innovations.com"
  specification.files       = `git ls-files`.split($/)
  specification.homepage    = "https://rubygems.org/gems/kharon"
  specification.license     = "Apache License 2"
  specification.test_files  = ["spec/spec_helper.rb", "spec/lib/kharon/validator_spec.rb"]

  specification.required_ruby_version = ">= 1.9.3"
  specification.add_runtime_dependency "bson", ">= 2.2.2"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kharon-0.4.0 kharon.gemspec