Sha256: 04a7c27760025cab38355b539134339271783e6de45775803bd0b68a959fd0d6

Contents?: true

Size: 437 Bytes

Versions: 55

Compression:

Stored size: 437 Bytes

Contents

require "rabbit/task/slide"

# Edit ./config.yaml to customize meta data

spec = nil
Rabbit::Task::Slide.new do |task|
  spec = task.spec
  # spec.files += Dir.glob("doc/**/*.*")
  # spec.files -= Dir.glob("private/**/*.*")
  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

55 entries across 55 versions & 36 rubygems

Version Path
rabbit-slide-kou-readable-code-workshop-for-pioneer-conclusion-2015.12.22.0 Rakefile
rabbit-slide-kou-readable-code-workshop-for-pioneer-icebreaker-2015.12.22.0 Rakefile
rabbit-slide-kou-readable-code-workshop-for-pioneer-conclusion-2015.8.11.0 Rakefile
rabbit-slide-kou-readable-code-workshop-for-pioneer-icebreaker-2015.8.11.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-06-24-conclusion-2015.6.24.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-06-24-retrospective-2015.6.24.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-06-24-code-change-2015.6.24.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-06-24-implementation-2015.6.24.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-06-24-icebreaker-2015.6.24.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-03-06-conclusion-2015.3.6.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-03-06-retrospective-2015.3.6.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-03-06-code-change-2015.3.6.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-03-06-implementation-2015.3.6.0 Rakefile
rabbit-slide-kou-readable-code-workshop-2015-03-06-icebreaker-2015.3.6.0 Rakefile
rabbit-slide-kou-rubykaigi-2014-2014.9.20.0 Rakefile