# -*- encoding: utf-8 -*- # stub: collection_of 1.0.6 ruby lib Gem::Specification.new do |s| s.name = "collection_of".freeze s.version = "1.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Vandersluis".freeze] s.date = "2017-01-05" s.description = "Ruby object for ease of collecting a certain type".freeze s.email = ["dvandersluis@selfmgmt.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "collection_of.gemspec".freeze, "lib/collection_of.rb".freeze, "lib/collection_of/collection.rb".freeze, "lib/collection_of/version.rb".freeze, "spec/collection_spec.rb".freeze] s.homepage = "https://github.com/dvandersluis/collection_of".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Allows a collection of a given type of object to be worked with easily".freeze s.test_files = ["spec/collection_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end