motion_bindable 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/motion_bindable/version.rb +1 -1
- data/motion_bindable.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: ace99dfe7cffb3986b6c8bd4b76765a56d711d91
|
4
|
+
data.tar.gz: 4afbe278c4a686ce61d8d97c1b527df4b96bdf54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d353e84dc28c1d28751ec54f46205551ef19cec817b0cb12106f03a396839dde8e41eb76a99edc2775a072c287ea2de10e1e28c9066147c638e795a062af31dd
|
7
|
+
data.tar.gz: dda1bb105f91674f622d222f50513056fa92214fe5da702237662184fdbb13e0fec3426dc6700a855e2ca8d75229abf7bc52ec438f211db0e025b87fa84fa72b
|
data/motion_bindable.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["nk@nathankot.com"]
|
11
11
|
spec.description = 'A simple data binding library for RubyMotion.'
|
12
12
|
spec.summary = 'Inspired by RivetsJS'
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/nathankot/motion-bindable"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion_bindable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Kot
|
@@ -39,7 +39,7 @@ files:
|
|
39
39
|
- spec/proc_strategy_spec.rb
|
40
40
|
- spec/strategy_spec.rb
|
41
41
|
- spec/ui_text_field_strategy_spec.rb
|
42
|
-
homepage:
|
42
|
+
homepage: https://github.com/nathankot/motion-bindable
|
43
43
|
licenses:
|
44
44
|
- MIT
|
45
45
|
metadata: {}
|