Sha256: 34a85659e7f56e1e5f746fab21685aa76136d73b7e0dd66b7b53c2bc20109acb
Contents?: true
Size: 787 Bytes
Versions: 2
Compression:
Stored size: 787 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 = `git ls-files`.strip.split("\n") s.add_development_dependency 'minitest' s.add_development_dependency 'mocha' s.add_development_dependency 'every' end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
social_url_stats-0.0.1 | vendor/ruby/1.9.1/gems/watchr-0.7/watchr.gemspec |
watchr-0.7 | watchr.gemspec |