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-kenhys-tokyodebian-oss-gate-onboarding-202111-2021.11.20.1 Rakefile
rabbit-slide-komainu8-postgresql-conference-japan-2021-1.0.3 Rakefile
rabbit-slide-komainu8-postgresql-conference-japan-2021-1.0.2 Rakefile
rabbit-slide-komainu8-postgresql-conference-japan-2021-1.0.1 Rakefile
rabbit-slide-komainu8-postgresql-conference-japan-2021-1.0.0 Rakefile
rabbit-slide-hasumikin-RubyConf2021-2021.11.08.1 Rakefile
rabbit-slide-unasuke-rubykaigi-takeout-2021-1.0.6 Rakefile
rabbit-slide-unasuke-rubykaigi-takeout-2021-1.0.5 Rakefile
rabbit-slide-unasuke-rubykaigi-takeout-2021-1.0.4 Rakefile
rabbit-slide-unasuke-rubykaigi-takeout-2021-1.0.3 Rakefile
rabbit-slide-unasuke-rubykaigi-takeout-2021-1.0.2 Rakefile
rabbit-slide-unasuke-rubykaigi-takeout-2021-1.0.1 Rakefile
rabbit-slide-unasuke-rubykaigi-takeout-2021-1.0.0 Rakefile
rabbit-slide-hasumikin-RubyKaigiTakeout2021-2021.9.10.0 Rakefile
rabbit-slide-kenhys-debconf2021-online-2021.08.28.3 Rakefile
rabbit-slide-kenhys-debconf2021-online-2021.08.28.1 Rakefile
rabbit-slide-kenhys-tokyodebian-oss-gate-onboarding-20210717-2021.07.17.1 Rakefile
rabbit-slide-hasumikin-RAGrant2020Report-2021.7.6.3 Rakefile
rabbit-slide-hasumikin-RAGrant2020Report-2021.7.6.2 Rakefile
rabbit-slide-hasumikin-RAGrant2020Report-2021.7.6.1 Rakefile