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-postgresql-conference-japan-2023-2023.11.24.2 Rakefile
rabbit-slide-kou-postgresql-conference-japan-2023-2023.11.24.1 Rakefile
rabbit-slide-kou-postgresql-conference-japan-2023-2023.11.24.0 Rakefile
rabbit-slide-kou-rubykaigi-2023-2023.5.13.2 Rakefile
rabbit-slide-kou-rubykaigi-2023-2023.5.13.1 Rakefile
rabbit-slide-kou-rubykaigi-2023-2023.5.13.0 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02a-retrospective-2022.11.02.1 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02a-conclusion-2022.11.02 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02a-retrospective-2022.11.02 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02a-code-change-2022.11.02 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02a-implementation-2022.11.02 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02a-icebreaker-2022.11.02 Rakefile
rabbit-slide-kou-the-data-thread-2022.6.23.1 Rakefile
rabbit-slide-kou-the-data-thread-2022.6.23.0 Rakefile
rabbit-slide-kou-biopackathon-2022-4-2022.4.13.1 Rakefile
rabbit-slide-kou-biopackathon-2022-4-2022.4.13.0 Rakefile
rabbit-slide-kou-clear-code-16-2021.8.30.0 Rakefile
rabbit-slide-kou-apache-arrow-tokyo-meetup-2019-2019.12.11.0 Rakefile
rabbit-slide-Piro-readable-code-workshop-2019-09-24-conclusion-2019.09.24.1 Rakefile
rabbit-slide-Piro-readable-code-workshop-2019-09-24-retrospective-2019.09.24 Rakefile