Sha256: 3fd65a0a8660edeb2f1b22a60426063d58ff55db683045132c9a4b88408c62fc
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 Bytes
Contents
# -*- 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootic-0.0.1 | bootic.gemspec |