Sha256: e215319a45c5d0c1094f0ab1e9b6b0dbb29ae2921145fab327d022802c2d4735

Contents?: true

Size: 438 Bytes

Versions: 34

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
  spec.files += Dir.glob("images/**/*.*")
  # 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

34 entries across 34 versions & 19 rubygems

Version Path
rabbit-slide-kou-davis-2023-2023.3.29.0 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02b-introduction-2022.11.02 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-11-02a-introduction-2022.11.02 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-08-04-introduction-2022.08.04 Rakefile
rabbit-slide-Piro-readable-code-workshop-2022-08-04-performance-2022.08.04 Rakefile
rabbit-slide-kou-db-tech-showcase-2021-2021.11.17.0 Rakefile
rabbit-slide-Piro-readable-code-workshop-2021-09-13-introduction-2021.09.13 Rakefile
rabbit-slide-Piro-readable-code-workshop-2021-09-13-introduction-2021.pre.09.pre.13 Rakefile
rabbit-slide-kou-ruby-seminar-online-2021-01-22-2021.1.22.3 Rakefile
rabbit-slide-kou-ruby-seminar-online-2021-01-22-2021.1.22.2 Rakefile
rabbit-slide-kou-ruby-seminar-online-2021-01-22-2021.1.22.1 Rakefile
rabbit-slide-kou-ruby-seminar-online-2021-01-22-2021.1.22.0 Rakefile
rabbit-slide-Piro-readable-code-workshop-2019-09-24-introduction-2019.09.24.1 Rakefile
rabbit-slide-Piro-readable-code-workshop-2019-09-24-introduction-2019.09.24 Rakefile
rabbit-slide-kou-rubydata-tokyo-meetup-2018-2018.11.17.1 Rakefile
rabbit-slide-kou-rubydata-tokyo-meetup-2018-2018.11.17.0 Rakefile
rabbit-slide-kou-kansai-rubykaigi-2017-2017.5.27.3 Rakefile
rabbit-slide-kou-kansai-rubykaigi-2017-2017.5.27.2 Rakefile
rabbit-slide-kou-kansai-rubykaigi-2017-2017.5.27.1 Rakefile
rabbit-slide-kou-kansai-rubykaigi-2017-2017.5.27.0 Rakefile