Sha256: 70c2b66459603e6a6cfce78e7752c79ee491d39fd1d66a1871e4190c49be25db

Contents?: true

Size: 799 Bytes

Versions: 2

Compression:

Stored size: 799 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         = ["max@goodbitlabs.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         = Dir["{app,config,lib,spec}/**/*", "[A-Z]*"] - ["Gemfile.lock"]
  spec.test_files    = spec.files.grep(%r{^(spec)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "coffee-script"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netzke-testing-0.12.3 netzke-testing.gemspec
netzke-testing-0.12.2 netzke-testing.gemspec