# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "bootic" s.version = '0.0.1' s.platform = Gem::Platform::RUBY s.authors = ['Tomás Pollak'] s.email = ['tomas@bootic.io'] s.homepage = "https://github.com/bootic/gem" s.summary = "Meta package for Bootic CLI." s.description = "Meta package for Bootic CLI." s.files = `git ls-files`.split("\n") s.post_install_message = <<-END --------------------------------------------------------------- Heads up! This is just a temporary placeholder package. To install the Bootic CLI please run `gem install bootic_cli`. --------------------------------------------------------------- END end