Sha256: 395c5c974c4cf680ff400f45315c7e10e1bf69231c6dc0efc4e4b60b10cd8c07
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
require "rabbit/task/slide" # Edit ./config.yaml to customize meta data spec = nil Rabbit::Task::Slide.new do |task| spec = task.spec # task.spec.files += Dir.glob("doc/**/*.*") # task.spec.files -= Dir.glob("private/**/*.*") # task.spec.add_runtime_dependency("kof2005") end desc "Tag #{spec.version}" task :tag do sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}") sh("git", "push", "--tags") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rabbit-slide-pmq20-tracing-a-memory-leak-in-a-long-running-eventmachine-application-1.0.0 | Rakefile |