teacup 2.1.15 → 2.1.16

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: c551f8010c0ba5d659985b422ca9e7909a12e88e
4
- data.tar.gz: c3339bd9f207b0a35d8c8abe6dfc75771c29360d
3
+ metadata.gz: 96de147670ba7ae190e6c389f563208d5d902e22
4
+ data.tar.gz: e670534419eb6001161a7650229b52b898781fea
5
5
  SHA512:
6
- metadata.gz: 8050555846711ae11753c20f4ce7c0083a04ec2a262801190ddb54535c5e8f70ad19074f7de1d51dc59375e4c6182a0584e6983333005c9e913fef57b9258627
7
- data.tar.gz: a4da4b90638697520519ca4576feb1492eed5d3f3c892c833403c872b448bf77a2d4f4af87394c43aea9e750edefd8196588fc0150cc6c134f0336fe3462336d
6
+ metadata.gz: e826592ea8620316ceee9c14adfa1f21b07e570cc1450b48f27ecba5e1b9a93d46a5134fecdbfbefe8a0df0af0d6524a34f58fbec1e75c5fd9cbf95641ce8548
7
+ data.tar.gz: 3e399a95a2dadca2ca6a11c49009abc5ce4d0063e1311804624f3ed3398e64b590c36888338ca648e26dfced6f8d26a6fd0663fa5b91287980047be463fce39d
@@ -35,6 +35,8 @@ module Teacup
35
35
  width: 2,
36
36
  height: 2,
37
37
  center: 3, # set the center last; this is the main reason for all this priority nonsense
38
+ center_x: 3,
39
+ center_y: 3,
38
40
  }
39
41
  Priorities.default = 0
40
42
 
@@ -1,5 +1,5 @@
1
1
  module Teacup
2
2
 
3
- VERSION = '2.1.15'
3
+ VERSION = '2.1.16'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teacup
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.15
4
+ version: 2.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - the rubymotion community