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-unasuke-isocjp-ietf-116-report-1.0.1 Rakefile
rabbit-slide-unasuke-isocjp-ietf-116-report-1.0.0 Rakefile
rabbit-slide-hasumikin-RubyKaigi2023-2022.05.13.1 Rakefile
rabbit-slide-unasuke-after-rubykaigi-2023-1.0.0 Rakefile
rabbit-slide-hasumikin-RubyKaigi2023-2022.05.13.0 Rakefile
rabbit-slide-unasuke-rubykaigi-2023-1.0.0 Rakefile
rabbit-slide-hasumikin-KeebKaigi2023-2022.05.10.1 Rakefile
rabbit-slide-hasumikin-KeebKaigi2023-2022.05.10.0 Rakefile
rabbit-slide-kenhys-tokyodebian-obs-howto-202304-2023.04.15.2 Rakefile
rabbit-slide-kenhys-tokyodebian-obs-howto-202304-2023.04.15.1 Rakefile
rabbit-slide-znz-rubykansai-2023-03-2023.3.25.0 Rakefile
rabbit-slide-komainu8-yapc-kyoto-2023-2023.3.19.6 Rakefile
rabbit-slide-komainu8-yapc-kyoto-2023-2023.3.19.5 Rakefile
rabbit-slide-komainu8-yapc-kyoto-2023-2023.3.19.4 Rakefile
rabbit-slide-komainu8-yapc-kyoto-2023-2023.3.19.3 Rakefile
rabbit-slide-komainu8-yapc-kyoto-2023-2023.3.19.2 Rakefile
rabbit-slide-komainu8-yapc-kyoto-2023-2023.3.19.1 Rakefile
rabbit-slide-unasuke-kagoshima-rubykaigi02-1.0.0 Rakefile
rabbit-slide-unasuke-ruby30th-lt-1.0.0 Rakefile
rabbit-slide-znz-fukuoka03-rubima-reboot-2023.2.18.0 Rakefile