Sha256: df6d32fb30a8e46de973e41864b7e95d90691bd6f08558ebf408d08da9068418

Contents?: true

Size: 793 Bytes

Versions: 8

Compression:

Stored size: 793 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

8 entries across 8 versions & 1 rubygems

Version Path
watch-me-now-1.9.0 Rakefile
watch-me-now-1.8.0 Rakefile
watch-me-now-1.7.0 Rakefile
watch-me-now-1.6.0 Rakefile
watch-me-now-1.5.2 Rakefile
watch-me-now-1.5.1 Rakefile
watch-me-now-1.5.0 Rakefile
watch-me-now-1.4.1 Rakefile