Sha256: 6b45c672a47dc2972a121eb1038b34f24a223b53c44b71bdf160e5c6ac00bd43

Contents?: true

Size: 755 Bytes

Versions: 1

Compression:

Stored size: 755 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/kandan-count/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Kandan App"]
  gem.email         = ["kandanapp@gmail.com"]
  gem.description   = %q{Gem to count Kandan installations}
  gem.summary       = %q{Gem to count Kandan installations}
  gem.homepage      = "https://github.com/kandanapp/kandan-count"
  
  gem.files         = `git ls-files`.split("\n")
  gem.name          = "kandan-count"
  gem.require_paths = ["lib"]
  gem.version       = Kandan::Count::VERSION

  gem.post_install_message = <<-DESC

  \e[32mWelcome to Kandan, the slickest chat app out there!
  
  Don't forget to run kandan:bootstrap\e[0m

DESC

  gem.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kandan-count-1.1.1 kandan-count.gemspec