# -*- encoding: utf-8 -*- # stub: jlindley-rlottery 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "jlindley-rlottery".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jim Lindley".freeze] s.date = "2009-02-28" s.description = "Rlottery can use easily swappable rule sets to govern a lottery or assignment process.".freeze s.email = "jim@jimlindley.com".freeze s.files = ["VERSION.yml".freeze, "lib/rlottery".freeze, "lib/rlottery.rb".freeze, "lib/rlottery/entity.rb".freeze, "lib/rlottery/lottery.rb".freeze, "lib/rlottery/participant.rb".freeze, "lib/rlottery/rule_set".freeze, "lib/rlottery/rule_set.rb".freeze, "lib/rlottery/rule_set/fill_all_slots.rb".freeze, "lib/rlottery/rule_set/initial_matching.rb".freeze, "lib/rlottery/slot.rb".freeze, "spec/rlottery".freeze, "spec/rlottery/entity_spec.rb".freeze, "spec/rlottery/lottery_spec.rb".freeze, "spec/rlottery/participant_spec.rb".freeze, "spec/rlottery/slot_spec.rb".freeze, "spec/rlottery_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/jlindley/rlottery".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A small and customizable assignment library.".freeze end