Sha256: 42c07eabb016c8aad044db64c138765232882b197608a41fcc9bb9acd6796e09
Contents?: true
Size: 798 Bytes
Versions: 6
Compression:
Stored size: 798 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "watch-me-now" gem.summary = %Q{script to continuous test any sort of Ruby project} gem.description = %Q{watchr provides flexible continuous testing. watch-me-now is a simple script to try and test most types of Ruby projects} gem.email = "rsanheim@gmail.com" gem.homepage = "http://github.com/rsanheim/watch-me-now" gem.authors = ["Rob Sanheim"] gem.add_dependency "watchr" gem.add_development_dependency "gemcutter" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end task :default => :check_dependencies desc "Push it real good" task :push => ['release', 'gemcutter:release']
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
watch-me-now-1.4.0 | Rakefile |
watch-me-now-1.3.0 | Rakefile |
watch-me-now-1.2.1 | Rakefile |
watch-me-now-1.2.0 | Rakefile |
watch-me-now-1.1.4 | Rakefile |
watch-me-now-1.1.1 | Rakefile |