Sha256: c8a19ced3e2c0f902dffa36f6f8c58c7f5f3e8ea3bcac237000b0697632026a2

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/joybox/version.rb', __FILE__)

Gem::Specification.new do |gem|
  gem.name = 'joybox'
  gem.version = Joybox::VERSION
  gem.authors = ['Juan José Karam', 'Gabriel Sosa', 'Contributors']
  gem.email = 'juanjokaram@gmail.com'
  
  gem.description = 'A Cocos2D & Box2D Wrapper for creating video games using RubyMotion'
  gem.summary = 'A Cocos2D & Box2D Wrapper for RubyMotion'

  gem.homepage = 'http://joybox.io'
  gem.license = 'MIT'

  gem.files = `git ls-files`.split($\)
  gem.require_paths = ['lib', 'motion', 'vendor', 'command', 'template']
  gem.test_files = gem.files.grep(%r{^spec/})

  gem.add_dependency 'rake'
  gem.add_development_dependency 'rspec'

  gem.extensions = ['ext/extconf.rb'] 

  gem.post_install_message = <<-MESSAGE
  = Joybox 1.1.1 =

  Bug Fix
  * Missing include in LayerColor

  00000000000000111111111111110000000000000000000000000000000000
  00000000000000000111111111111111111111100000000000000000000000
  00000000000000000011111111111111111111111111111110000000000000
  00000000000000111111111111111111111111111111111111111000000000
  00000000000001111111111111111111111111111111111111111111000000
  00000001100001111111111110000000111111111111111111111111000000
  00000011111001111111111100000000011111111111111111111110000000
  00000011111111111111111000000000001111111111111111111000000000
  00000011111111111111111000000000011111111111111111100000000000
  00000001111111111111111110000000111111111111111110000000000000
  00000001111110011111111111111111111111111111100000000000000000
  00000001111100011111111111111111111111111000000000000000000000
  00000000011000001111111111111111111110000000000000000000000000
  00000000000000000111111111111111110000000000000000000000000000
  00000000000000000000000111111111000000000000000000000000000000
  00000000000000000000011111111000000000000000000000000000000000
  00000000000000000001111100000000000000000000000000000000000000

  MESSAGE
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
joybox-1.1.1 joybox.gemspec