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-komainu8-july-tech-festa-2021-winter-1.0.2 Rakefile
rabbit-slide-kenhys-tokyodebian-dputng-howto-202301-2023.01.21.1 Rakefile
rabbit-slide-kenhys-tokyodebian-repack-howto-202211-2022.11.19.3 Rakefile
rabbit-slide-kenhys-tokyodebian-repack-howto-202211-2022.11.19.2 Rakefile
rabbit-slide-kenhys-tokyodebian-repack-howto-202211-2022.11.19.1 Rakefile
rabbit-slide-hasumikin-RubyWorldConference2022-2022.11.10.0 Rakefile
rabbit-slide-hasumikin-RAGrant2021Report-2022.7.12.1 Rakefile
rabbit-slide-hasumikin-RAGrant2021Report-2022.7.12.0 Rakefile
rabbit-slide-znz-rubykaigi2022-rurema-2022.9.10.0 Rakefile
rabbit-slide-unasuke-rubykaigi-2022-1.0.0 Rakefile
rabbit-slide-unasuke-techfeed-conference-2022-1.0.2 Rakefile
rabbit-slide-unasuke-techfeed-conference-2022-1.0.1 Rakefile
rabbit-slide-unasuke-techfeed-conference-2022-1.0.0 Rakefile
rabbit-slide-ashie-osc2022-online-spring-fluentd-2022.03.12.1 Rakefile
rabbit-slide-kenhys-osc2022-online-spring-fluentd-2022.03.12.3 Rakefile
rabbit-slide-kenhys-osc2022-online-spring-fluentd-2022.03.12.2 Rakefile
rabbit-slide-kenhys-osc2022-online-spring-fluentd-2022.03.12.1 Rakefile
rabbit-slide-znz-lilo-20220205-2022.2.5.0 Rakefile
rabbit-slide-kenhys-tokyodebian-lintian-howto-202112-2021.12.18.1 Rakefile
rabbit-slide-kenhys-tokyodebian-oss-gate-onboarding-202111-2021.11.21.1 Rakefile