ProMotion 2.0.0.rc2 → 2.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 237481070752e84a433f41a7d0bc8aca9d315999
4
- data.tar.gz: 64fb7aa97e1f907c0805d623a60eb9435ef510f8
3
+ metadata.gz: 2bc46b2fce8940f383e15d567a97406d86695677
4
+ data.tar.gz: 3a11bc409b27339f4df881c5d1e5bd3a7b64b2b3
5
5
  SHA512:
6
- metadata.gz: 8395a8ece941acb58790fef73b2b32c13bc1097fb02fefb15e150526d2c4597a6167f96379eb938f35cc3a5b66a2da536ecc3a4b554f0e2a6d847de5c45e86c7
7
- data.tar.gz: 6b77365b92b5a7905f904c1e25c0d913068fa9d7382132299ef9e733d775886410ec70aa64f5b16605c7afe101903f77d8adc6a6e3dcc88ae88a748279ff2126
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
@@ -1,3 +1,3 @@
1
1
  module ProMotion
2
- VERSION = "2.0.0.rc2" unless defined?(ProMotion::VERSION)
2
+ VERSION = "2.0.0.rc3" unless defined?(ProMotion::VERSION)
3
3
  end
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.rc2
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-24 00:00:00.000000000 Z
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: