# -*- encoding: utf-8 -*- # stub: tic_tac_toe_bfox 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "tic_tac_toe_bfox".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brett Fox".freeze] s.bindir = "exe".freeze s.date = "2017-09-18" s.description = "In order to play the game, please type \"tictactoe\" at the command line.".freeze s.email = ["brettfox11@gmail.com".freeze] s.executables = ["setup".freeze, "tictactoe".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "exe/setup".freeze, "exe/tictactoe".freeze, "lib/tictactoe.rb".freeze, "lib/tictactoe/board.rb".freeze, "lib/tictactoe/board_presenter_terminal.rb".freeze, "lib/tictactoe/game.rb".freeze, "lib/tictactoe/game_config.rb".freeze, "lib/tictactoe/input_helper.rb".freeze, "lib/tictactoe/io_terminal.rb".freeze, "lib/tictactoe/move_generator.rb".freeze, "lib/tictactoe/player.rb".freeze, "lib/tictactoe/square.rb".freeze, "lib/tictactoe/squares.rb".freeze, "lib/tictactoe/squares_factory.rb".freeze, "lib/tictactoe/version.rb".freeze, "tictactoe.gemspec".freeze] s.homepage = "https://github.com/brett11/tic_tac_toe_2".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Command line tic tac toe".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.4".freeze]) end