Sha256: 2636f85d9ff86dd3962b1e4ce64c4566deeb5a85e3a56b57b3607bf56dc482d3
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/turnkey/version', __FILE__) Gem::Specification.new do |s| s.name = "turnkey" s.version = Turnkey::VERSION s.summary = "RubyMotion utility for saving custom objects to disk" s.description = "TurnKey allows you to save custom objects to disk without implementing NSCoder protocols" s.author = "Matthew Salerno" s.email = "matthewsalern@gmail.com" s.homepage = "https://github.com/seldomatt/turnkey" s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
turnkey-0.2.2 | turnkey.gemspec |