# -*- encoding: utf-8 -*- # stub: slot_machine 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "slot_machine".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Engel".freeze] s.date = "2013-07-10" s.description = "One of the classic programming problems is the determination of time slot availability. Very often this is used within scheduling / calendar programs. SlotMachine is a very small Ruby gem which can do the job for you. It does not only focuses on time slots, but also slots in general.".freeze s.email = ["paul.engel@holder.nl".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.rdoc".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/slot.rb".freeze, "lib/slot_machine.rb".freeze, "lib/slot_machine/slot.rb".freeze, "lib/slot_machine/slots.rb".freeze, "lib/slot_machine/version.rb".freeze, "lib/slots.rb".freeze, "lib/time_slot.rb".freeze, "lib/time_slots.rb".freeze, "script/console".freeze, "slot_machine.gemspec".freeze, "test/test_helper.rb".freeze, "test/unit/test_slot.rb".freeze, "test/unit/test_slots.rb".freeze, "test/unit/test_time_slot.rb".freeze, "test/unit/test_time_slots.rb".freeze] s.homepage = "https://github.com/archan937/slot_machine".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby gem for matching available slots (time slots are also supported)".freeze s.test_files = ["test/test_helper.rb".freeze, "test/unit/test_slot.rb".freeze, "test/unit/test_slots.rb".freeze, "test/unit/test_time_slot.rb".freeze, "test/unit/test_time_slots.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["= 4.6.2".freeze]) s.add_development_dependency(%q.freeze, ["= 0.13.2".freeze]) end