# -*- encoding: utf-8 -*- require File.expand_path('../lib/motion-memorymanagement/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Vladimir Pouzanov"] gem.email = ["farcaller@gmail.com"] gem.description = "Memory management (weak references and autorelease pools) for RubyMotion" gem.summary = "Memory management for RubyMotion" gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "motion-memorymanagement" gem.require_paths = ["lib"] gem.version = Motion::MemoryManagement::VERSION end