Sha256: d4e25f3b0e1c0cb6156f587318bc27aad95c3c27694c3259bc41c5c665727668

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 Bytes

Contents

# -*- encoding: utf-8 -*-

$:.push File.expand_path("../lib", __FILE__)
require "guerrilla_patch/version"

Gem::Specification.new do |gem|
  gem.authors       = ["drKreso"]
  gem.email         = ["kresimir.bojcic@gmail.com"]
  gem.description = "Collection of monkey patches I like to use in my projects"
  gem.summary = "Since I am tired of hunting down monkey patches at large I am caging them inside this gem"
  gem.homepage = "http://github.com/drKreso/guerrilla_patch"
  gem.date = "2016-04-01"


  gem.licenses = ["MIT"]
  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "guerrilla_patch"
  gem.require_paths = ["lib"]
  gem.version = GuerrillaPatch::VERSION

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guerrilla_patch-3.0.3 guerrilla_patch.gemspec