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-Euruko2024-2024.09.12.0 Rakefile
rabbit-slide-hasumikin-RubyConfAfrica2024-2024.07.27.1 Rakefile
rabbit-slide-znz-rurema-2024-10-2024.10.5.0 Rakefile
rabbit-slide-unasuke-rubykaigi-2024-followup-1.0.0 Rakefile
rabbit-slide-naitoh-rexml-rubykaigi-2024-followup-1.0.0 Rakefile
rabbit-slide-hasumikin-OsakaRubyKaigi04-2024.08.24.1 Rakefile
rabbit-slide-hasumikin-OsakaRubyKaigi04-2024.08.24.0 Rakefile
rabbit-slide-znz-devise-two-factor-from-4-to-5-2024.8.24.0 Rakefile
rabbit-slide-hasumikin-RubyConfAfrica2024-2024.07.27.0 Rakefile
rabbit-slide-QWYNG-qwyng_slide-1.0.0 Rakefile
rabbit-slide-znz-docs-r-l-o-ja-202406-2024.6.13.0 Rakefile
rabbit-slide-znz-lilo-20240427-2024.4.27.0 Rakefile
rabbit-slide-znz-lilo-20240128-2024.1.28.0 Rakefile
rabbit-slide-kenhys-tokyodebian-conoha-v3-debian-202401-2024.01.20.1 Rakefile
rabbit-slide-hasumikin-RubyConfTaiwan2023-2023.12.15.0 Rakefile
rabbit-slide-S_H_-graduating-ruby-literal-object-generation-from-parsey-1.0.2 Rakefile
rabbit-slide-znz-update-rails-2023-11-2023.11.27.0 Rakefile
rabbit-slide-kenhys-tokyodebian-apt-json-hook-202309-2023.11.18.1 Rakefile
rabbit-slide-hasumikin-Euruko2023-2022.09.21.12 Rakefile
rabbit-slide-hasumikin-RubyConfTH2023-2022.10.07.1 Rakefile