Sha256: 47145f8c36542e18d49d90635bfb15155d0d0b3f77d1d6c434223d7be6ce5191
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 KB
Contents
# Generated by juwelier # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: color_the_circles 1.0.0 ruby lib app Gem::Specification.new do |s| s.name = "color_the_circles".freeze s.version = "1.0.0" 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", "README.md" ] s.files = [ "LICENSE.txt", "VERSION", "app/color_the_circles.rb", "app/color_the_circles/launch.rb", "app/color_the_circles/model/game.rb", "app/color_the_circles/presenter/board.rb", "app/color_the_circles/view/color_the_circles.rb", "bin/color_the_circles", "color_the_circles.gemspec", "icons/linux/Color The Circles.png", "icons/macosx/Color The Circles.icns", "icons/windows/Color The Circles.ico" ] s.homepage = "http://github.com/AndyObtiva/color_the_circles".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.4.6".freeze s.summary = "Color The Circles".freeze s.specification_version = 4 s.add_runtime_dependency(%q<glimmer-dsl-libui>.freeze, ["~> 0.11.0"]) s.add_development_dependency(%q<rspec>.freeze, ["~> 3.5.0"]) s.add_development_dependency(%q<juwelier>.freeze, ["= 2.4.9"]) s.add_development_dependency(%q<simplecov>.freeze, [">= 0"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
color_the_circles-1.0.0 | color_the_circles.gemspec |