Sha256: 94ffe8dd90cc3d283fa108b7efb2452a9df8bfda4997a78b5cbd052ee7faff9f

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 Bytes

Contents

require 'lib/watchr'

Gem::Specification.new do |s|
  s.name                = "watchr"
  s.summary             = "Modern continious testing (flexible alternative to autotest)"
  s.description         = "Modern continious testing (flexible alternative to autotest)."
  s.author              = "mynyml"
  s.email               = "mynyml@gmail.com"
  s.homepage            = "http://mynyml.com/ruby/flexible-continuous-testing"
  s.rubyforge_project   = "watchr"
  s.require_path        = "lib"
  s.bindir              = "bin"
  s.executables         = "watchr"
  s.version             =  Watchr::VERSION
  s.files               =  File.read("Manifest").strip.split("\n")

  s.add_development_dependency 'minitest'
  s.add_development_dependency 'mocha'
  s.add_development_dependency 'every'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watchr-0.6 watchr.gemspec