ProMotion 2.0.0.rc2 → 2.0.0.rc3
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 +4 -4
- data/lib/ProMotion/table/cell/table_view_cell_module.rb +1 -1
- data/lib/ProMotion/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bc46b2fce8940f383e15d567a97406d86695677
|
|
4
|
+
data.tar.gz: 3a11bc409b27339f4df881c5d1e5bd3a7b64b2b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9dcc94f58b16ecf592701ca0d5061eea10afa1caed1d9f6733e2825375eba6273bcb8808c340b7306d4a174c768d6c147b9557a1aa3f99dfa4e36673b5bd581a
|
|
7
|
+
data.tar.gz: 15a08781adb01444520577850cd274ef2f803a4bc7a7f17ba0b81153de4e78dbdd6f470e91c352453d79549f69dfa31f9cb1bee3669a15a50c3e52b7bdfdd323
|
|
@@ -23,7 +23,7 @@ module ProMotion
|
|
|
23
23
|
|
|
24
24
|
# TODO: Remove this in ProMotion 2.1. Just for migration purposes.
|
|
25
25
|
def check_deprecated_styles
|
|
26
|
-
whitelist = [ :title, :subtitle, :image, :remote_image, :accessory, :selection_style, :action, :long_press_action, :arguments, :cell_style, :cell_class, :cell_identifier, :editing_style, :search_text, :keep_selection, :height, :accessory_type ]
|
|
26
|
+
whitelist = [ :title, :subtitle, :image, :remote_image, :accessory, :selection_style, :action, :long_press_action, :arguments, :cell_style, :cell_class, :cell_identifier, :editing_style, :search_text, :keep_selection, :height, :accessory_type, :style ]
|
|
27
27
|
if (data_cell.keys - whitelist).length > 0
|
|
28
28
|
PM.logger.deprecated("In #{self.table_screen.class.to_s}#table_data, you should set :#{(data_cell.keys - whitelist).join(", :")} in a `style:` hash. See TableScreen documentation.")
|
|
29
29
|
end
|
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: 2.0.0.
|
|
4
|
+
version: 2.0.0.rc3
|
|
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-06-
|
|
13
|
+
date: 2014-06-27 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: methadone
|
|
@@ -211,3 +211,4 @@ test_files:
|
|
|
211
211
|
- spec/unit/view_helper_spec.rb
|
|
212
212
|
- spec/unit/view_title_screen.rb
|
|
213
213
|
- spec/unit/web_spec.rb
|
|
214
|
+
has_rdoc:
|