ProMotion 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ProMotion/table/table.rb +1 -0
- data/lib/ProMotion/version.rb +1 -1
- data/lib/ProMotion/web/web_screen_module.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bef0e1c2d9dac5c7bc580ea6950a36c477446ec5
|
4
|
+
data.tar.gz: b6a8b220631abbe37a357f67f11ba43287569465
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bd4b1cd897fef08e8a476038acd43027d22d00d611fee8b4552bb36e10e89acfc7fdbee33c03574de25ebf599ef0b34fe3e736500739bd2ee6a573826615402
|
7
|
+
data.tar.gz: fa0fd455ad6e3e4e86ae0feff264215efa5962f7d3a5e913c6dfc3632edca57680ad89ab27d26aa20614c35969f5b93c322483c1f537304638f84bc8b643ccb2
|
@@ -139,6 +139,7 @@ module ProMotion
|
|
139
139
|
table_cell = data_cell[:cell_class].alloc.initWithStyle(data_cell[:cell_style], reuseIdentifier:data_cell[:cell_identifier])
|
140
140
|
table_cell.extend PM::TableViewCellModule unless table_cell.is_a?(PM::TableViewCellModule)
|
141
141
|
table_cell.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleLeftMargin|UIViewAutoresizingFlexibleRightMargin
|
142
|
+
table_cell.clipsToBounds = true # fix for changed default in 7.1
|
142
143
|
end
|
143
144
|
|
144
145
|
table_cell.setup(data_cell, self)
|
data/lib/ProMotion/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ProMotion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamon Holmgren
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-06-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: motion-require
|
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
231
231
|
version: '0'
|
232
232
|
requirements: []
|
233
233
|
rubyforge_project:
|
234
|
-
rubygems_version: 2.2.
|
234
|
+
rubygems_version: 2.2.2
|
235
235
|
signing_key:
|
236
236
|
specification_version: 4
|
237
237
|
summary: ProMotion makes it easy to build RubyMotion iOS screen-based apps.
|