Sha256: 27da541538e8009bbba40f44ff7df462707f966c647abcac185d6b7459ba38e9

Contents?: true

Size: 435 Bytes

Versions: 33

Compression:

Stored size: 435 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("images/**/*.*")
  # spec.files -= Dir.glob("private/**/*.*")
  spec.add_runtime_dependency("rabbit-theme-groonga")
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

33 entries across 33 versions & 12 rubygems

Version Path
rabbit-slide-kou-redmine-tokyo-17-2019.11.2.2 Rakefile
rabbit-slide-kou-redmine-tokyo-17-2019.11.2.1 Rakefile
rabbit-slide-kou-redmine-tokyo-17-2019.11.2.0 Rakefile
rabbit-slide-kou-myna-201807-2018.7.23.3 Rakefile
rabbit-slide-kou-myna-201807-2018.7.23.2 Rakefile
rabbit-slide-kou-myna-201807-2018.7.23.1 Rakefile
rabbit-slide-kou-myna-201807-2018.7.23.0 Rakefile
rabbit-slide-kou-php-conference-2017-2017.10.08.1 Rakefile
rabbit-slide-kou-php-conference-2017-2017.10.08.0 Rakefile
rabbit-slide-kou-zpnight-2017.9.6.0 Rakefile
rabbit-slide-kou-redmine-osaka-17-2017.8.26.0 Rakefile
rabbit-slide-kou-php-study-115-2017.6.28.2 Rakefile
rabbit-slide-kou-php-study-115-2017.6.28.1 Rakefile
rabbit-slide-kou-php-study-115-2017.6.28.0 Rakefile
rabbit-slide-kou-oss-on-azure-5-2017.6.26.1 Rakefile
rabbit-slide-kou-oss-on-azure-5-2017.6.26.0 Rakefile
rabbit-slide-kou-redmine-tokyo-12-2017.5.13.4 Rakefile
rabbit-slide-kou-redmine-tokyo-12-2017.5.13.3 Rakefile
rabbit-slide-kou-redmine-tokyo-12-2017.5.13.2 Rakefile
rabbit-slide-kou-redmine-tokyo-12-2017.5.13.1 Rakefile