turnkey 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5cad3ee46e27d691a3d3355b50a3f16aa6fd1623
4
+ data.tar.gz: 5aba64c2799d20ec7cc927eb81d91080808f35f0
5
+ SHA512:
6
+ metadata.gz: dcddda3b845316cb3b3e59abab8c6ee3335b59c8fe73fa0fc2ff1ac40c14287ff0846c979d4ea1cd32ba47d24ab2a25b6a4df6fc010ea5dc8906b551558d067e
7
+ data.tar.gz: f30aacb28a3881f8b56fff0595d3969d96c785c4030c8861376797a44cdb440ed76d3fb3f24241fbe52109187d1cae4b0922402131acfe13fa3d733a3502748f
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: turnkey
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Matthew Salerno
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: TurnKey allows you to save custom objects to disk without implementing
14
+ NSCoder protocols
15
+ email: matthewsalern@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/seldomatt/turnkey
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.0.0
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: RubyMotion utility for saving custom objects to disk
44
+ test_files: []