Sha256: 0667bddd1c830948a76672e981dfeaac18baa68e32363a212d3b0d2ffb9e7e6f

Contents?: true

Size: 1015 Bytes

Versions: 4

Compression:

Stored size: 1015 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'shmatgem/version'

Gem::Specification.new do |spec|
  spec.name          = "shmatgem"
  spec.version       = Shmatgem::VERSION
  spec.authors       = ["Andrey Shmatko"]
  spec.email         = ["shmatuan@gmail.com"]

  # if spec.respond_to?(:metadata)
  #   spec.metadata['allowed_push_host'] = 'https://rubygems.org'
  # end

  spec.summary       = %q{Colorize and some pics}
  spec.description   = %q{Colorize puts and some char pics onload.}
  spec.homepage      = "https://github.com/ShmatkoAndrey/smatgem"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.8"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shmatgem-0.10.0 shmatgem.gemspec
shmatgem-0.0.9 shmatgem.gemspec
shmatgem-0.8.0 shmatgem.gemspec
shmatgem-0.7.0 shmatgem.gemspec