purplish-frame 0.0.11 → 0.0.12

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: 4242a91b541e0fd3656215299bbcf84f550304c1
4
- data.tar.gz: 95556d10ca6da7f808d9caf5231ba4b2a523166e
3
+ metadata.gz: ed4a7998ef9facce6a2f252afe45e645c9e0d2c3
4
+ data.tar.gz: 627ccb2bf15b6ed19278ad6ae063b45850974677
5
5
  SHA512:
6
- metadata.gz: 46fe5b1816c922e9b2ab1c5b14057a2776d176c616f3af882390ba2be33d550b4524a24c431d8c23b8f54edab5f4b4f81eed7c16dd441b8d097a6605363badab
7
- data.tar.gz: 783636d032e57f072e4e5f66848afb6327a1e32e3eb2e5b11b4fa429b785709c4b00c1b4e4b5e3cddf392bb6a6d72745e60a8a222fe4d5b92568f2eefec25a14
6
+ metadata.gz: fd0091b75b39574f7daeb056f6131f43c8a09817972248cdd88edbe76875b8302428569a90099d11536095d25ee7c604b474973af1af6c81a2c5f4cf3cd0902a
7
+ data.tar.gz: a8e50fe7926fda93a72d8a95fec7017072139202f3ad7461d37131a0b0f1d7a8670298f395447fac206771ab0a254f45ba0909bc973f46eaed688357fdf0dd39
@@ -29,7 +29,7 @@ class CGRect
29
29
  size.height = h
30
30
  end
31
31
 
32
- def inset(dx, dy)
32
+ def inset(dx, dy=dx)
33
33
  CGRectInset(self, dx, dy)
34
34
  end
35
35
  end
@@ -29,7 +29,7 @@ class NSRect
29
29
  size.height = h
30
30
  end
31
31
 
32
- def inset(dx, dy)
32
+ def inset(dx, dy=dx)
33
33
  NSInsetRect(self, dx, dy)
34
34
  end
35
35
  end
@@ -1,3 +1,3 @@
1
1
  module PurplishFrame
2
- VERSION = '0.0.11'
2
+ VERSION = '0.0.12'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purplish-frame
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hwee-Boon Yar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-04 00:00:00.000000000 Z
11
+ date: 2018-02-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Make working with rects, sizes and points more convenient with RubyMotion
14
14
  for iOS & OS X