# -*- encoding: utf-8 -*-
# stub: guerrilla_patch 3.0.3 ruby lib

Gem::Specification.new do |s|
  s.name = "guerrilla_patch".freeze
  s.version = "3.0.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["drKreso".freeze]
  s.date = "2016-04-01"
  s.description = "Collection of monkey patches I like to use in my projects".freeze
  s.email = ["kresimir.bojcic@gmail.com".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "guerrilla_patch.gemspec".freeze, "guerrilla_patch.sublime-project".freeze, "lib/guerrilla_patch.rb".freeze, "lib/guerrilla_patch/aggregate_by_type/aggregator.rb".freeze, "lib/guerrilla_patch/aggregate_by_type/amount.rb".freeze, "lib/guerrilla_patch/aggregate_by_type/divide_by_type.rb".freeze, "lib/guerrilla_patch/allocate.rb".freeze, "lib/guerrilla_patch/kernel.rb".freeze, "lib/guerrilla_patch/string.rb".freeze, "lib/guerrilla_patch/version.rb".freeze, "spec/guerrilla_patch/aggregate_by_type/aggregator_spec.rb".freeze, "spec/guerrilla_patch/aggregate_by_type/divide_by_type_spec.rb".freeze, "spec/guerrilla_patch/allocate_spec.rb".freeze, "spec/guerrilla_patch/kernel_spec.rb".freeze, "spec/guerrilla_patch/string_spec.rb".freeze]
  s.homepage = "http://github.com/drKreso/guerrilla_patch".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Since I am tired of hunting down monkey patches at large I am caging them inside this gem".freeze
  s.test_files = ["spec/guerrilla_patch/aggregate_by_type/aggregator_spec.rb".freeze, "spec/guerrilla_patch/aggregate_by_type/divide_by_type_spec.rb".freeze, "spec/guerrilla_patch/allocate_spec.rb".freeze, "spec/guerrilla_patch/kernel_spec.rb".freeze, "spec/guerrilla_patch/string_spec.rb".freeze]
end