tgios 0.0.27 → 0.0.28
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
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTY2MzY1YTFkNzVlNDMxOTIzN2I5Y2JmMWNlYTQ2MmQ1ZTI5NmZjMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzU2NzBiYTZjYjc4ZDc3OGU3MjE4ZjJhYTEyNjUzMTM1NTliYmU2ZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzBiYTgzN2Y5ZTcwOGNhYmFhMDQzZTU4NGE5OTVlN2QzYTg3M2QyMjlhMDkw
|
|
10
|
+
ZDVmMmJlNTAyNDJjNDlmMzIxN2FkZDE2ODA4NmVmOGE1ZDNkMjk1ZDBmOWU4
|
|
11
|
+
NGFjOTliYzA3ZmVjMjE0NDNmZTEzNDYzMWU1NmRlNTllN2U0NTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Yjc4NWRmZTYyYzU1NzY1N2Q0YWJkNjQ3YjhiMWVjZDhiNGU5YjU3MjQ1NWRl
|
|
14
|
+
YjNiYWZlMjRmNGRjMjNmNGQ0ZWUxMTUzZDEwMjQxN2UyMzJmYjA0ZDcxZmE1
|
|
15
|
+
ZTE4YmE2NWYxZGIzNmEyZTI0MTAxOGU4ZmY2YzJlNjZjMWQ2MmE=
|
data/Gemfile.lock
CHANGED
|
@@ -258,6 +258,7 @@ module Tgios
|
|
|
258
258
|
|
|
259
259
|
def update_cell_height(field_set, index_path)
|
|
260
260
|
field_set = field_set[:child_field] unless field_set[:child_index].nil?
|
|
261
|
+
return field_set[:height] unless field_set[:height].nil?
|
|
261
262
|
if field_set[:type] == :big_label || field_set[:type] == :checkbox
|
|
262
263
|
26 + 19 * (field_set[:lines] || 2)
|
|
263
264
|
elsif field_set[:type] == :text_view
|
|
@@ -150,7 +150,7 @@ module Tgios
|
|
|
150
150
|
|
|
151
151
|
def update_cell_height(field_set, index_path)
|
|
152
152
|
field_set = field_set[:child_field] unless field_set[:child_index].nil?
|
|
153
|
-
return field_set[:height]
|
|
153
|
+
return field_set[:height] unless field_set[:height].nil?
|
|
154
154
|
if field_set[:type] == :big_label || field_set[:type] == :checkbox
|
|
155
155
|
26 + 19 * (field_set[:lines] || 2)
|
|
156
156
|
elsif field_set[:type] == :text_view
|
data/lib/tgios/version.rb
CHANGED
data/tgios.gemspec
CHANGED
|
@@ -19,7 +19,7 @@ A package of ruby-motion libraries written by our team.
|
|
|
19
19
|
gem.files = `git ls-files`.split($\)
|
|
20
20
|
gem.require_paths = ['lib']
|
|
21
21
|
gem.test_files = gem.files.grep(%r{^spec/})
|
|
22
|
-
gem.add_dependency 'sugarcube', '1.1.0'
|
|
22
|
+
gem.add_dependency 'sugarcube', '>=1.1.0'
|
|
23
23
|
#gem.add_dependency 'sugarcube-classic'
|
|
24
24
|
gem.add_dependency 'awesome_print_motion'
|
|
25
25
|
gem.add_dependency 'motion-layout'
|
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.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- April Tsang
|
|
@@ -9,20 +9,20 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-05-
|
|
12
|
+
date: 2014-05-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sugarcube
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- - '
|
|
18
|
+
- - ! '>='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: 1.1.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
|
-
- - '
|
|
25
|
+
- - ! '>='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: 1.1.0
|
|
28
28
|
- !ruby/object:Gem::Dependency
|