motion-kit-templates 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/templates/mk-osx/files/app/main/main_window_layout.rb +0 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fbf6e7987300ca0f36509717141238ae032d5a7
|
4
|
+
data.tar.gz: 139f45511f7dea58df63014768fe5232028ca283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd9fe445195c1962c5a729c516e30e1f2492b9d2f657c9024a8f8913225633faafaec5ee047afcc6e97efa470312a0680b368c18409b55de1b9a8ad8d192552c
|
7
|
+
data.tar.gz: 1b3aba79bb3b8aa59366d5db6e08cbb5218f2316152a9b67d64a6fef11de64167ac0b4cf3114a03ca73415837a775e95ec36d143d90136ebea22549754542719
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-kit-templates
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Colin T.A. Gray
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: The templates provided are "mk-ios" and "mk-osx".
|
14
14
|
email:
|
15
15
|
- colinta@gmail.com
|
16
16
|
executables: []
|
@@ -58,5 +58,5 @@ rubyforge_project:
|
|
58
58
|
rubygems_version: 2.0.3
|
59
59
|
signing_key:
|
60
60
|
specification_version: 4
|
61
|
-
summary: Create projects with the `motion create --template=
|
61
|
+
summary: Create projects with the `motion create --template=mk-...` command.
|
62
62
|
test_files: []
|