# -*- encoding: utf-8 -*- # stub: color_the_circles 1.0.0 ruby libapp Gem::Specification.new do |s| s.name = "color_the_circles".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "app".freeze] s.authors = ["Andy Maleh".freeze] s.date = "2023-11-15" s.description = "Color The Circles game (desktop application) produced during RubyConf 2023 Community Day Glimmer Desktop Hacking event using Glimmer DSL for LibUI Application Scaffolding and refactoring of original example.".freeze s.email = "andy.am@gmail.com".freeze s.executables = ["color_the_circles".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "VERSION".freeze, "app/color_the_circles.rb".freeze, "app/color_the_circles/launch.rb".freeze, "app/color_the_circles/model/game.rb".freeze, "app/color_the_circles/presenter/board.rb".freeze, "app/color_the_circles/view/color_the_circles.rb".freeze, "bin/color_the_circles".freeze, "color_the_circles.gemspec".freeze, "icons/linux/Color The Circles.png".freeze, "icons/macosx/Color The Circles.icns".freeze, "icons/windows/Color The Circles.ico".freeze] s.homepage = "http://github.com/AndyObtiva/color_the_circles".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Color The Circles".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.11.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5.0".freeze]) s.add_development_dependency(%q.freeze, ["= 2.4.9".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end