# -*- encoding: utf-8 -*- # stub: cem 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "cem".freeze s.version = "0.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/coezbek/cem/README.md", "homepage_uri" => "https://github.com/coezbek/cem", "source_code_uri" => "https://github.com/coezbek/cem" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Christopher \u00D6zbek".freeze] s.bindir = "exe".freeze s.date = "2021-12-07" s.description = "Christopher's Gem = My little helpers which I use in many projects.".freeze s.email = ["christopher@oezbek.org".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "cem.gemspec".freeze, "examples/aoc2018/.gitignore".freeze, "examples/aoc2018/day1.rb".freeze, "examples/aoc2018/day10.rb".freeze, "examples/aoc2018/day11.rb".freeze, "examples/aoc2018/day12.rb".freeze, "examples/aoc2018/day13.rb".freeze, "examples/aoc2018/day14.rb".freeze, "examples/aoc2018/day14_2.rb".freeze, "examples/aoc2018/day15.rb".freeze, "examples/aoc2018/day16.rb".freeze, "examples/aoc2018/day17.rb".freeze, "examples/aoc2018/day18.rb".freeze, "examples/aoc2018/day18_rspec.rb".freeze, "examples/aoc2018/day19.rb".freeze, "examples/aoc2018/day1_part2.rb".freeze, "examples/aoc2018/day2.rb".freeze, "examples/aoc2018/day20.rb".freeze, "examples/aoc2018/day21.rb".freeze, "examples/aoc2018/day21_v2.rb".freeze, "examples/aoc2018/day21_v3.rb".freeze, "examples/aoc2018/day21_v4.rb".freeze, "examples/aoc2018/day22.rb".freeze, "examples/aoc2018/day23.rb".freeze, "examples/aoc2018/day24.rb".freeze, "examples/aoc2018/day25.rb".freeze, "examples/aoc2018/day2_2.rb".freeze, "examples/aoc2018/day3.rb".freeze, "examples/aoc2018/day4.rb".freeze, "examples/aoc2018/day5.rb".freeze, "examples/aoc2018/day5_part2.rb".freeze, "examples/aoc2018/day6.rb".freeze, "examples/aoc2018/day7.rb".freeze, "examples/aoc2018/day8.rb".freeze, "examples/aoc2018/day8_part2.rb".freeze, "examples/aoc2018/day9.rb".freeze, "examples/aoc2018/day9_circular.rb".freeze, "examples/aoc2018/inputs/day10_input.txt".freeze, "examples/aoc2018/inputs/day11_input.txt".freeze, "examples/aoc2018/inputs/day12_input.txt".freeze, "examples/aoc2018/inputs/day12_input2.txt".freeze, "examples/aoc2018/inputs/day13_input.txt".freeze, "examples/aoc2018/inputs/day13_test.txt".freeze, "examples/aoc2018/inputs/day14_input.txt".freeze, "examples/aoc2018/inputs/day15_input.txt".freeze, "examples/aoc2018/inputs/day15_input10.txt".freeze, "examples/aoc2018/inputs/day15_input11.txt".freeze, "examples/aoc2018/inputs/day15_input12.txt".freeze, "examples/aoc2018/inputs/day15_input13.txt".freeze, "examples/aoc2018/inputs/day15_input14.txt".freeze, "examples/aoc2018/inputs/day15_input2.txt".freeze, "examples/aoc2018/inputs/day15_input3.txt".freeze, "examples/aoc2018/inputs/day15_input4.txt".freeze, "examples/aoc2018/inputs/day15_input5.txt".freeze, "examples/aoc2018/inputs/day15_input6.txt".freeze, "examples/aoc2018/inputs/day15_input7.txt".freeze, "examples/aoc2018/inputs/day15_input8.txt".freeze, "examples/aoc2018/inputs/day15_input9.txt".freeze, "examples/aoc2018/inputs/day15_test.txt".freeze, "examples/aoc2018/inputs/day16_input.txt".freeze, "examples/aoc2018/inputs/day17_input.txt".freeze, "examples/aoc2018/inputs/day17_input_test.txt".freeze, "examples/aoc2018/inputs/day18_input.txt".freeze, "examples/aoc2018/inputs/day18_test.txt".freeze, "examples/aoc2018/inputs/day19_input.txt".freeze, "examples/aoc2018/inputs/day1_input.txt".freeze, "examples/aoc2018/inputs/day20_input.txt".freeze, "examples/aoc2018/inputs/day21_input.txt".freeze, "examples/aoc2018/inputs/day22_input.txt".freeze, "examples/aoc2018/inputs/day23_input.txt".freeze, "examples/aoc2018/inputs/day23_input2.txt".freeze, "examples/aoc2018/inputs/day24_input.txt".freeze, "examples/aoc2018/inputs/day25_input.txt".freeze, "examples/aoc2018/inputs/day2_input.txt".freeze, "examples/aoc2018/inputs/day3_input.txt".freeze, "examples/aoc2018/inputs/day4_input.txt".freeze, "examples/aoc2018/inputs/day5_input.txt".freeze, "examples/aoc2018/inputs/day6_input.txt".freeze, "examples/aoc2018/inputs/day7_input.txt".freeze, "examples/aoc2018/inputs/day8_input.txt".freeze, "examples/aoc2018/inputs/day9_input.txt".freeze, "lib/cem.rb".freeze, "lib/cem/ccommon.rb".freeze, "lib/cem/cflame.rb".freeze, "lib/cem/cflame/clickable_img.rb".freeze, "lib/cem/cflame/missing_html.rb".freeze, "lib/cem/cflame/p.rb".freeze, "lib/cem/cflame/popen.rb".freeze, "lib/cem/cflame/progress.rb".freeze, "lib/cem/cruzzles.rb".freeze, "lib/cem/version.rb".freeze] s.homepage = "https://github.com/coezbek/cem".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Cem = Christopher's Common Helper Gem for Ruby.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) end