weak_attr_accessor 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 946435bf1509eb0a4880794b29e343854dd6e990
4
- data.tar.gz: c0540104ab7481e3485e451ad023c11cc0d57f8c
3
+ metadata.gz: 5abe9c32a3cc7d1b97a9096416b7bb20b3dd80d9
4
+ data.tar.gz: a31c2eb8fe606a43ad523863a456bb170cf4f31c
5
5
  SHA512:
6
- metadata.gz: 94e1a1fe6b1708f0d5ade921b5fdf46f8625a6a44c2b3cd3ed92d9327c68ba0aa9dffc98e7e09bfbcbe01758e849b30f11b269be9dd16b9edf72d93114848f00
7
- data.tar.gz: 07f5f56d65591c8313e390165ce18f304751e55d052b4c4d6d1fdfeac9af7826f87f64272c26a1f5ccd502b476fe77d6c7a3adba527a5dd4a6ec2b7784b056aa
6
+ metadata.gz: a5f2520ff72cf345a749028b6370f18c881112b8207122e0cac01103c01625b3944f48dbffc8d15b323b252070539c1969bd89a825048c777efd7f4d322980bd
7
+ data.tar.gz: 08234d902c7a39d184fe63f97418e6ed822680d2c82d83bab4e2b5948a0836e177d1ea38944dfec883a46e2b83777e98e0f8a7b9d6e2502a08f2bf5011372399
@@ -1,3 +1,3 @@
1
1
  module WeakAttrAccessor
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
 
9
9
  gem.authors = ['Hwee-Boon Yar']
10
10
 
11
- gem.description = 'Adds weak_attr_accessor that wraps objects with WeakRef'
11
+ gem.description = 'Adds weak_attr_accessor that wraps objects with WeakRef, for RubyMotion'
12
12
  gem.summary = 'Adds weak_attr_accessor that wraps objects with WeakRef'
13
13
  gem.homepage = 'https://github.com/hboon/weak_attr_accessor'
14
14
  gem.email = 'hboon@motionobj.com'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weak_attr_accessor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hwee-Boon Yar
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-01-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Adds weak_attr_accessor that wraps objects with WeakRef
13
+ description: Adds weak_attr_accessor that wraps objects with WeakRef, for RubyMotion
14
14
  email: hboon@motionobj.com
15
15
  executables: []
16
16
  extensions: []