Sha256: a09a492c755f655bcd39560c4346a07c12c1ba376e22c2fa89f32082b4634a12

Contents?: true

Size: 452 Bytes

Versions: 68

Compression:

Stored size: 452 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("rabbit-theme-clear-code")
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

68 entries across 68 versions & 35 rubygems

Version Path
rabbit-slide-oss-gate-workshop-tutorial-conclusion-2017.4.13.1 Rakefile
rabbit-slide-oss-gate-workshop-tutorial-feedback-2017.4.13.1 Rakefile
rabbit-slide-oss-gate-workshop-tutorial-feedback-2017.1.28.1 Rakefile
rabbit-slide-oss-gate-workshop-tutorial-conclusion-2017.1.28.0 Rakefile
rabbit-slide-oss-gate-workshop-tutorial-feedback-2017.1.28.0 Rakefile
rabbit-slide-oss-gate-workshop-tutorial-feedback-2016.11.26.2 Rakefile
rabbit-slide-oss-gate-workshop-tutorial-conclusion-2016.11.26.0 Rakefile
rabbit-slide-oss-gate-workshop-tutorial-feedback-2016.11.26.0 Rakefile
rabbit-slide-kou-oss-gate-workshop-tutorial-conclusion-2016.3.26.0 Rakefile
rabbit-slide-kou-oss-gate-workshop-tutorial-feedback-2016.3.26.0 Rakefile
rabbit-slide-kou-oss-gate-workshop-tutorial-conclusion-2016.1.30.0 Rakefile
rabbit-slide-kou-oss-gate-workshop-tutorial-feedback-2016.1.30.0 Rakefile
rabbit-slide-kou-sezemi-2015-oss-hack-weekend-overview1-2015.7.11.2 Rakefile
rabbit-slide-kou-sezemi-2015-oss-hack-weekend-overview1-2015.7.11.1 Rakefile
rabbit-slide-kou-sezemi-2015-oss-hack-weekend-conclusion2-2015.7.12.0 Rakefile
rabbit-slide-kou-sezemi-2015-oss-hack-weekend-overview2-2015.7.12.0 Rakefile
rabbit-slide-kou-sezemi-2015-oss-hack-weekend-conclusion1-2015.7.11.0 Rakefile
rabbit-slide-kou-sezemi-2015-oss-hack-weekend-overview1-2015.7.11.0 Rakefile
rabbit-slide-kou-readable-code-tsukuba-introduction-2015.7.4.1 Rakefile
rabbit-slide-kou-readable-code-tsukuba-conclusion-2015.7.4.1 Rakefile