Sha256: 8e7dfc809a025e8a6e58d598ba151dbfd498ec06a0e43dd99b913add027014fd
Contents?: true
Size: 870 Bytes
Versions: 4
Compression:
Stored size: 870 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'yaml-validator/version' Gem::Specification.new do |gem| gem.name = "yaml-validator" gem.version = YamlValidator::VERSION gem.authors = ["David Elentok"] gem.email = ["3david@gmail.com"] gem.description = %q{YAML locales validator} gem.summary = %q{Validates .yml locale files for Ruby on Rails projects} gem.homepage = "http://github.com/wazeHQ/yaml-validator" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency('rake') gem.add_dependency('rspec') gem.add_dependency('colorize') end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yaml-validator-0.1.3 | yaml-validator.gemspec |
yaml-validator-0.1.2 | yaml-validator.gemspec |
yaml-validator-0.1.1 | yaml-validator.gemspec |
yaml-validator-0.1.0 | yaml-validator.gemspec |