Sha256: 0565dd7798dd328ea31d5c702b66c8026fb5d55c05d7245e816a330c8612a194
Contents?: true
Size: 732 Bytes
Versions: 2
Compression:
Stored size: 732 Bytes
Contents
# -*- 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-memorymanagement-0.1.0 | motion-memorymanagement.gemspec |
motion-memorymanagement-0.0.1 | motion-memorymanagement.gemspec |