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 +4 -4
- data/lib/weak_attr_accessor/version.rb +1 -1
- data/weak_attr_accessor.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5abe9c32a3cc7d1b97a9096416b7bb20b3dd80d9
|
4
|
+
data.tar.gz: a31c2eb8fe606a43ad523863a456bb170cf4f31c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5f2520ff72cf345a749028b6370f18c881112b8207122e0cac01103c01625b3944f48dbffc8d15b323b252070539c1969bd89a825048c777efd7f4d322980bd
|
7
|
+
data.tar.gz: 08234d902c7a39d184fe63f97418e6ed822680d2c82d83bab4e2b5948a0836e177d1ea38944dfec883a46e2b83777e98e0f8a7b9d6e2502a08f2bf5011372399
|
data/weak_attr_accessor.gemspec
CHANGED
@@ -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.
|
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: []
|