# -*- encoding: utf-8 -*- # stub: turnkey 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "turnkey".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matthew Salerno".freeze] s.date = "2013-10-25" s.description = "TurnKey allows you to save custom objects to disk without implementing NSCoder protocols".freeze s.email = "matthewsalern@gmail.com".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "app/models/song.rb".freeze, "lib/turnkey.rb".freeze, "lib/turnkey/cache.rb".freeze, "lib/turnkey/core.rb".freeze, "lib/turnkey/proxy.rb".freeze, "lib/turnkey/sanitizers.rb".freeze, "lib/turnkey/utility.rb".freeze, "lib/turnkey/version.rb".freeze, "spec/cache_spec.rb".freeze, "spec/core_spec.rb".freeze, "spec/proxy_spec.rb".freeze, "spec/utility_spec.rb".freeze, "turnkey.gemspec".freeze] s.homepage = "https://github.com/seldomatt/turnkey".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RubyMotion utility for saving custom objects to disk".freeze s.test_files = ["spec/cache_spec.rb".freeze, "spec/core_spec.rb".freeze, "spec/proxy_spec.rb".freeze, "spec/utility_spec.rb".freeze] end