Sha256: 82abd395959c6c5897216a66ac7b04d87cc014193bf47968e49121a52134cafb
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/kandan-count-dev/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Kandan App"] gem.email = ["kandanapp@gmail.com"] gem.description = %q{Gem to count Kandan installations on development environments} gem.summary = %q{Gem to count Kandan installations on development environments} gem.homepage = "https://github.com/kandanapp/kandan-count-dev" gem.files = `git ls-files`.split("\n") gem.name = "kandan-count-dev" gem.require_paths = ["lib"] gem.version = Kandan::Count::Dev::VERSION gem.required_ruby_version = '>= 1.9.3' 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-dev-1.1.0 | kandan-count-dev.gemspec |