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-Piro-readable-code-workshop-2019-09-24-code-change-2015.6.24.1 Rakefile
rabbit-slide-Piro-readable-code-workshop-2019-09-24-conclusion-2019.09.24 Rakefile
rabbit-slide-Piro-readable-code-workshop-2019-09-24-implementation-2019.09.24 Rakefile
rabbit-slide-Piro-readable-code-workshop-2019-09-24-icebreaker-2019.09.24 Rakefile
rabbit-slide-kou-scipy-japan-2019-2019.4.23.2 Rakefile
rabbit-slide-kou-scipy-japan-2019-2019.4.23.1 Rakefile
rabbit-slide-kou-scipy-japan-2019-2019.4.23.0 Rakefile
rabbit-slide-kou-rubykaigi-2018-2018.6.1.4 Rakefile
rabbit-slide-kou-rubykaigi-2018-2018.6.1.3 Rakefile
rabbit-slide-kou-rubykaigi-2018-2018.6.1.2 Rakefile
rabbit-slide-kou-rubykaigi-2018-2018.6.1.1 Rakefile
rabbit-slide-kou-rubykaigi-2018-2018.6.1.0 Rakefile
rabbit-slide-cosmo0920-plazma-slide-20180215-1.0.2 Rakefile
rabbit-slide-cosmo0920-plazma-slide-20180215-1.0.1 Rakefile
rabbit-slide-cosmo0920-plazma-slide-20180215-1.0.0 Rakefile
rabbit-slide-kou-apache-arrow-tokyo-2017.6.13.1 Rakefile
rabbit-slide-kou-apache-arrow-tokyo-2017.6.13.0 Rakefile
rabbit-slide-kou-apache-arrow-osaka-2017.5.28.0 Rakefile
rabbit-slide-kou-speee-cafe-meetup-02-2016.9.1.0 Rakefile
rabbit-slide-kou-tokyork-11-2016.5.28.0 Rakefile