Sha256: 538b2c88163c28da4f2ea9b5c5989eea592aa4bde34f6bcdc2428d0862359242

Contents?: true

Size: 905 Bytes

Versions: 1

Compression:

Stored size: 905 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "netzke-testing"
  spec.version       = Netzke::Testing::VERSION
  spec.authors       = ["Max Gorin"]
  spec.email         = ["gorinme@gmail.com"]
  spec.summary       = "Testing helpers for Netzke applications and gems"
  spec.description   = "Provides help with developing and testing Netzke components"
  spec.homepage      = "http://netzke.org"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
netzke-testing-0.9.0 netzke-testing.gemspec