Sha256: 3ecd14a1638b26ff86472d68271aeb6a44b4808f10c07d30d653c046b7c0d172

Contents?: true

Size: 434 Bytes

Versions: 23

Compression:

Stored size: 434 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-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

23 entries across 23 versions & 9 rubygems

Version Path
rabbit-slide-kou-db-tech-showcase-tokyo-2018-2018.9.20.3 Rakefile
rabbit-slide-kou-db-tech-showcase-tokyo-2018-2018.9.20.2 Rakefile
rabbit-slide-kou-db-tech-showcase-tokyo-2018-2018.9.20.1 Rakefile
rabbit-slide-kou-db-tech-showcase-tokyo-2018-2018.9.20.0 Rakefile
rabbit-slide-kou-enterprise-wordpress-2018-02-2018.2.9.3 Rakefile
rabbit-slide-kou-enterprise-wordpress-2018-02-2018.2.9.2 Rakefile
rabbit-slide-kou-enterprise-wordpress-2018-02-2018.2.9.1 Rakefile
rabbit-slide-kou-enterprise-wordpress-2018-02-2018.2.9.0 Rakefile
rabbit-slide-kou-pgconf-asia-2017-2017.12.5.1 Rakefile
rabbit-slide-kou-pgconf-asia-2017-2017.12.5.0 Rakefile
rabbit-slide-kou-postgresql-conference-2017-2017.11.3.3 Rakefile
rabbit-slide-kou-postgresql-conference-2017-2017.11.3.2 Rakefile
rabbit-slide-kou-postgresql-conference-2017-2017.11.3.1 Rakefile
rabbit-slide-kou-postgresql-conference-2017-2017.11.3.0 Rakefile
rabbit-slide-kou-db-tech-showcase-tokyo-2017-2017.9.7.1 Rakefile
rabbit-slide-kou-db-tech-showcase-tokyo-2017-2017.9.7.0 Rakefile
rabbit-slide-kou-mariadb-community-event-2016-07-21-2016.7.21.0 Rakefile
rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search-2-2016.6.9.0 Rakefile
rabbit-slide-kou-groonga-meatup-2015-2015.11.29.1 Rakefile
rabbit-slide-kou-groonga-meatup-2015-2015.11.29.0 Rakefile