Sha256: e3f3fb73528a44fdb511748e1c77dc922495cb5aa92e865b1454e0b0ea1a14d4
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "game_tictactoe_alu4078/version" Gem::Specification.new do |s| s.name = "game-tictactoe-alu4078" s.version = TicTacToe::VERSION s.authors = ["David Hernández Bethencourt"] s.email = ["alu0100536881@ull.edu.es"] s.homepage = "https://github.com/DavidHerBet/LPPpr10.git" s.summary = %q{Gem which implements tictactoe game with different kinds of players} s.description = %q{Gem which implements tictactoe game with different kinds of players} s.rubyforge_project = "game-tictactoe-alu4078" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.add_development_dependency 'guard-rspec' # s.add_runtime_dependency "rest-client" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
game-tictactoe-alu4078-0.0.2 | game-tictactoe-alu4078.gemspec |
game-tictactoe-alu4078-0.0.1 | game-tictactoe-alu4078.gemspec |