simple-view 0.6.1 → 0.6.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.
data/README.md CHANGED
@@ -34,8 +34,6 @@ 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
-
39
37
  ## Installation
40
38
 
41
39
  Add the gem to your Gemfile
@@ -1,15 +1,5 @@
1
1
  class UIView
2
- def name
3
- self.accessibilityLabel
4
- end
5
-
6
- def name= name
7
- self.accessibilityLabel = name
8
- end
9
-
10
- def setName name
11
- self.name = name
12
- end
2
+ attr_accessor :name
13
3
 
14
4
  def find name
15
5
  subviews.each do |subview|
@@ -1,3 +1,3 @@
1
1
  module SimpleView
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
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: 0.6.1
4
+ version: 0.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: