Sha256: 66c5eb17f99a9d1a308ef2b317bd30600da98b01218cb49e21c08e26b005b230

Contents?: true

Size: 720 Bytes

Versions: 1

Compression:

Stored size: 720 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://www.aimred.com/projects/simplecheck'
  s.summary     = 'Simple property checking for Ruby'
  s.description = 'Simple property checking for Ruby'

  s.rubyforge_project = 'rcap'

  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-0.9 simplecheck.gemspec