tgios 0.0.3 → 0.0.4
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 +8 -8
- data/Gemfile.lock +1 -1
- data/lib/tgios/ui_table_view_model_binding.rb +2 -0
- data/lib/tgios/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDA4NmMxNDhjNmFlZWFjYjU1Y2I1ZGVkYjA1NzQzMjFkZThmYWUyMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTUwNGJhYWViOWQ2MTI0YmFlYjM1ZTE3NDMwMTliMWNjODhhMmQ2NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MmVmZDA0YTQ0YjE4MTVjOGJmMzdlOTEwYjc1ZTRkOWRmNDBiOTZjOTc4M2E3
|
|
10
|
+
NWEyMGEzNDE5Mzk5MzdiZjhjNWFjMDQ3MjY4NTViY2MxNmUzZTVlZjM3NzA5
|
|
11
|
+
MTRhNTkzODkzZjkxZDM5MGIzNjdhM2VmNDY3NDdjMmE1M2QyMGM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDVjNWM5NGQ3OGU0NTliZjFiYWM0YTQzODY1ZTM0NGI0MWMwMjc5MmE5Nzk1
|
|
14
|
+
NDg4OTZlMzYyNzM3MDc5Y2JlNGEzNjIxZTExMGEzODI2ZWJhODk4ZWY5ZWE2
|
|
15
|
+
ODI3ZjUyMzVlMmQyNDlhMDM3YjdhYTU2ZGQ5ODg0ZWE5YjdhMjQ=
|
data/Gemfile.lock
CHANGED
|
@@ -88,6 +88,7 @@ module Tgios
|
|
|
88
88
|
cell = UITableViewCell.value2(cell_identifier)
|
|
89
89
|
cell.detailTextLabel.numberOfLines = 0
|
|
90
90
|
cell.detailTextLabel.backgroundColor = :clear.uicolor
|
|
91
|
+
cell.textLabel.numberOfLines = 0
|
|
91
92
|
else
|
|
92
93
|
cell = UITableViewCell.value2(cell_identifier)
|
|
93
94
|
cell.textLabel.numberOfLines = 2
|
|
@@ -234,6 +235,7 @@ module Tgios
|
|
|
234
235
|
elsif field_set[:type] == :text_view
|
|
235
236
|
110
|
|
236
237
|
elsif field_set[:type] == :dynamic_label
|
|
238
|
+
return 45 if @model.send(field_set[:name]).nil?
|
|
237
239
|
width = 284
|
|
238
240
|
width -= 20 unless field_set[:accessory].nil? || field_set[:accessory] == :none
|
|
239
241
|
width -= 94 if field_set[:show_label]
|
data/lib/tgios/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tgios
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- April Tsang
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-02-
|
|
12
|
+
date: 2014-02-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sugarcube
|