Sha256: dc879c41b3a614df3cae202c0f1146f7a6f168f4d20a8983c995a589165c41f3

Contents?: true

Size: 985 Bytes

Versions: 1

Compression:

Stored size: 985 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'tarzan/version'

Gem::Specification.new do |spec|
  spec.name          = 'tarzan'
  spec.version       = Tarzan::VERSION
  spec.authors       = ['claudiob']
  spec.email         = ['claudiob@gmail.com']
  spec.summary       = %q{King of the Game Jungle.}
  spec.description   = %q{Step-by-step tutorial to modular games in Ruby}
  spec.homepage      = 'https://github.com/claudiob/tarzan'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_dependency 'nico', '>= 0.1.0' # Campfire integration

  spec.add_development_dependency 'bundler', '~> 1.5'
  spec.add_development_dependency 'rake', '~> 0'
  spec.add_development_dependency 'rspec'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tarzan-0.0.3 tarzan.gemspec