simple-view 0.6 → 0.6.1
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.
- data/README.md +3 -1
- data/lib/simple_view/extensions/ui_view.rb +11 -1
- data/lib/simple_view/layout.rb +0 -2
- data/lib/simple_view/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -4,7 +4,7 @@ RubyMotion DSL for UIKit.
|
|
4
4
|
|
5
5
|
## Change log
|
6
6
|
|
7
|
-
__Version 0.
|
7
|
+
__Version 0.6.x__
|
8
8
|
|
9
9
|
Breaking changes:
|
10
10
|
|
@@ -34,6 +34,8 @@ end
|
|
34
34
|
|
35
35
|
`add` is renamed to `add_view` for clarity.
|
36
36
|
|
37
|
+
UIView#name is now an alias to UIView#accessibilityLabel
|
38
|
+
|
37
39
|
## Installation
|
38
40
|
|
39
41
|
Add the gem to your Gemfile
|
data/lib/simple_view/layout.rb
CHANGED
data/lib/simple_view/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-view
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.6.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-14 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: RubyMotion DSL for UIKit
|
15
15
|
email:
|