Sha256: 325d6daa9faceb3a86269814c95b3e112152b0ae8fe03973d35646b1644e0d76

Contents?: true

Size: 462 Bytes

Versions: 6

Compression:

Stored size: 462 Bytes

Contents

require "rabbit/task/slide"

# Edit ./config.yaml to customize meta data

spec = nil
Rabbit::Task::Slide.new do |task|
  spec = task.spec
  task.spec.files += Dir.glob("images/**/*.*")
  # task.spec.files -= Dir.glob("private/**/*.*")
  task.spec.add_runtime_dependency("rabbit-theme-groonga", ">= 1.0.1")
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

6 entries across 6 versions & 2 rubygems

Version Path
rabbit-slide-kou-sapporoonga-20140329-2014.3.29.0 Rakefile
rabbit-slide-kou-groonga-night-4-2013.11.29.5 Rakefile
rabbit-slide-kou-groonga-night-4-2013.11.29.4 Rakefile
rabbit-slide-kou-groonga-night-4-2013.11.29.3 Rakefile
rabbit-slide-kou-groonga-night-4-2013.11.29.2 Rakefile
rabbit-slide-kou-groonga-night-4-2013.11.29.1 Rakefile