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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c30b14a78e309f06207d7edd89b387ba07cd03b0
4
- data.tar.gz: 3be9155249e35ca9b3abe5e597a28a2a554f2d71
3
+ metadata.gz: 2fbf6e7987300ca0f36509717141238ae032d5a7
4
+ data.tar.gz: 139f45511f7dea58df63014768fe5232028ca283
5
5
  SHA512:
6
- metadata.gz: e5dd352332860dce3c739d021d0a2a217bee779b2deeab66051aa6d6eaa73e390228e13b8ecf9ee3ca0c86771d54ce2d4f46edd2766bca969e9e0fe0fc0cde34
7
- data.tar.gz: cceb0ca866459259815788f2fff3b2393dfb5ee7d28251d47258495a7edc5236b9ca2bce536d462c8ceea39309625aebfe9bc6cff73c97eec4135895fe169b3d
6
+ metadata.gz: fd9fe445195c1962c5a729c516e30e1f2492b9d2f657c9024a8f8913225633faafaec5ee047afcc6e97efa470312a0680b368c18409b55de1b9a8ad8d192552c
7
+ data.tar.gz: 1b3aba79bb3b8aa59366d5db6e08cbb5218f2316152a9b67d64a6fef11de64167ac0b4cf3114a03ca73415837a775e95ec36d143d90136ebea22549754542719
@@ -14,7 +14,6 @@ class MainWindowLayout < MK::WindowLayout
14
14
  center ['50%', '50%']
15
15
  autoresizing_mask :pin_to_center
16
16
  background_color NSColor.clearColor
17
- opaque false
18
17
 
19
18
  editable false
20
19
  selectable true
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.1
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-06-16 00:00:00.000000000 Z
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=motion-kit-...` command.
61
+ summary: Create projects with the `motion create --template=mk-...` command.
62
62
  test_files: []