playbook_ui 13.4.0.pre.alpha.play961turnoffdeprecationwarnings1171 → 13.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module Playbook
20
20
  end
21
21
 
22
22
  def validate!(input_value)
23
- # warn("#{kit} Kit: The prop '#{name}' is deprecated and will be removed in a future release!") if deprecated && input_value # TODO: add some color for pop
23
+ warn("#{kit} Kit: The prop '#{name}' is deprecated and will be removed in a future release!") if deprecated && input_value # TODO: add some color for pop
24
24
 
25
25
  raise(Playbook::Props::Error, "#{kit} prop '#{name}' of type #{inspect.class} is required and needs a value") if required && input_value.nil?
26
26
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.4.0"
5
- VERSION = "13.4.0.pre.alpha.play961turnoffdeprecationwarnings1171"
5
+ VERSION = "13.5.0"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.4.0.pre.alpha.play961turnoffdeprecationwarnings1171
4
+ version: 13.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
8
8
  - Power Devs
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-09-13 00:00:00.000000000 Z
12
+ date: 2023-09-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2626,7 +2626,7 @@ homepage: https://playbook.powerapp.cloud/
2626
2626
  licenses:
2627
2627
  - ISC
2628
2628
  metadata: {}
2629
- post_install_message:
2629
+ post_install_message:
2630
2630
  rdoc_options: []
2631
2631
  require_paths:
2632
2632
  - lib
@@ -2637,12 +2637,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2637
2637
  version: '0'
2638
2638
  required_rubygems_version: !ruby/object:Gem::Requirement
2639
2639
  requirements:
2640
- - - ">"
2640
+ - - ">="
2641
2641
  - !ruby/object:Gem::Version
2642
- version: 1.3.1
2642
+ version: '0'
2643
2643
  requirements: []
2644
2644
  rubygems_version: 3.3.7
2645
- signing_key:
2645
+ signing_key:
2646
2646
  specification_version: 4
2647
2647
  summary: Playbook Design System
2648
2648
  test_files: []