Sha256: 326795a7b1899b7565263921655bc9f0792b0d2aa96e0372aeb4da7ff125adf4

Contents?: true

Size: 789 Bytes

Versions: 2

Compression:

Stored size: 789 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "simple_assertions"

Gem::Specification.new do |s|
  s.name        = "simple_assertions"
  s.version     = SimpleAssertions::VERSION
  s.authors     = ["Peter Suschlik"]
  s.email       = ["ps@neopoly.de"]
  s.homepage    = "https://github.com/neopoly/simple_assertions"
  s.summary     = %q{Useful assertions for test/unit}
  s.description = %q{}

  s.required_ruby_version = '>= 1.9.3'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_runtime_dependency "rake"
  s.add_runtime_dependency "minitest", "~> 3.2.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_assertions-0.3.1 simple_assertions.gemspec
simple_assertions-0.3.0 simple_assertions.gemspec