Sha256: b80e55714c30b0d48ad6026c390400374f19750668d660fbffecbbe67225fb15
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
# -*- encoding: utf-8 -*- $:.unshift File.expand_path('../lib', __FILE__) require 'simplecheck/version' Gem::Specification.new do |s| s.name = 'simplecheck' s.version = Simplecheck::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Farrel Lifson'] s.email = ['farrel.lifson@aimred.com'] s.homepage = 'http://github.com/farrel/simplecheck' s.summary = 'Simple property checking for Ruby' s.description = 'Simple property checking for Ruby' s.license = 'BSD 2-Clause' s.required_ruby_version = '>= 2.0.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.require_paths = ['lib'] s.extra_rdoc_files = ['README.md','CHANGELOG.md'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simplecheck-2.0 | simplecheck.gemspec |