Sha256: 6b9cac7b6d938f68db636ceba34b12c111b3974f4ebb3d5cc8454dee58eaecf6

Contents?: true

Size: 439 Bytes

Versions: 132

Compression:

Stored size: 439 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-YOUR-THEME")
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

132 entries across 132 versions & 78 rubygems

Version Path
rabbit-slide-hasumikin-RubyConfTH2023-2022.10.07.0 Rakefile
rabbit-slide-hasumikin-RubyConfTH2023-2022.09.21.0 Rakefile
rabbit-slide-hasumikin-Euruko2023-2022.09.21.11 Rakefile
rabbit-slide-hasumikin-Euruko2023-2022.09.21.0 Rakefile
rabbit-slide-daipom-lts-release-announce-1.0.1 Rakefile
rabbit-slide-daipom-lts-release-announce-1.0.0 Rakefile
rabbit-slide-nishidayuya-2023-09-16-matrk10-permanent_uri_and_dpu-2023.9.16.0 Rakefile
rabbit-slide-unasuke-ruby-association-2022-grant-accomplishment-report-1.0.1 Rakefile
rabbit-slide-unasuke-ruby-association-2022-grant-accomplishment-report-1.0.0 Rakefile
rabbit-slide-unasuke-rubykaigi-2023-followup-1.0.0 Rakefile
rabbit-slide-unasuke-cndf2023-1.2.2 Rakefile
rabbit-slide-unasuke-cndf2023-1.2.1 Rakefile
rabbit-slide-unasuke-cndf2023-1.2.0 Rakefile
rabbit-slide-unasuke-cndf2023-1.0.1 Rakefile
rabbit-slide-unasuke-cndf2023-1.0.0 Rakefile
rabbit-slide-kenhys-tokyodebian-d-i-font-202307-2023.07.15.2 Rakefile
rabbit-slide-kenhys-tokyodebian-d-i-font-202307-2023.07.15.1 Rakefile
rabbit-slide-nishidayuya-do_not_delete-1.2023.07.07.1 Rakefile
rabbit-slide-nishidayuya-do_not_delete-1.2023.07.07.0 Rakefile
rabbit-slide-hasumikin-RubyKaigi2023-2022.05.13.2 Rakefile