pageflow-support 13.0.0.beta7 → 13.0.0.rc1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63d9a73a001f922496a2eda12bee4b8ea1b75a8914821f32ee2b89a7798d2206
4
- data.tar.gz: e363ff87b846199f7a8e2eb4199916266021370405d76b8a866042b0bb321585
3
+ metadata.gz: bc12198e7ff9ef114f6bdfcd4f0e6128397db5043de3591e471bd122b0198068
4
+ data.tar.gz: 0fa85f1b279cfc0d2d7969ef77a59fb91bab75dc5759903e9d956728e05d0148
5
5
  SHA512:
6
- metadata.gz: 7af7609a6f6729b49dc23353a1d28b49302ed245ef7bfbe74d09a52e620b03d1af4a4de61a78685bcec73620bdc640d5567a0032c26e15b0188c3c94078babe5
7
- data.tar.gz: fe9e865351dab7a67f3747671dfbe9942c941640bf234d98b5637d662e07bf5369c4c1b2c791f00ffe51fe49f4caf3cf5c7c1aa301fbc2c697a10915e4c9ec4e
6
+ metadata.gz: dae03db243bee257160552bf4b1455ebd94c75a5fcc3529282ea9dd914414062bbe5081e3e9b45a6491133bf3c7a3b2db526ded0d29bd1effb92fa3bef4a36fe
7
+ data.tar.gz: c492ac75b74908cc62c45b7d8f823e225b827dea71673be561dc7904ac44bdd98ee3ab3af1ade804e5ef072ac314d3599f82a3a259d83fd45f9490b3e8038d19
@@ -7,7 +7,7 @@ module Pageflow
7
7
  module Dom
8
8
  # Dominos for admin ui elements and helper methods.
9
9
  #
10
- # @since edge
10
+ # @since 12.2
11
11
  module Admin
12
12
  # Sign in with the given role
13
13
  #
@@ -3,7 +3,7 @@ module Pageflow
3
3
  module Admin
4
4
  # Base class for attribute table dominos.
5
5
  #
6
- # @since edge
6
+ # @since 12.2
7
7
  class AttributesTable < Domino
8
8
  # Visit the admin page of the given resource and find the
9
9
  # attributes table.
@@ -26,7 +26,7 @@ module Pageflow
26
26
 
27
27
  # The attributes table on the account page.
28
28
  #
29
- # @since edge
29
+ # @since 12.2
30
30
  class AccountAttributesTable < AttributesTable
31
31
  selector '.attributes_table.pageflow_account'
32
32
 
@@ -38,7 +38,7 @@ module Pageflow
38
38
 
39
39
  # The attributes table on the entry page
40
40
  #
41
- # @since edge
41
+ # @since 12.2
42
42
  class EntryAttributesTable < AttributesTable
43
43
  selector '.attributes_table.pageflow_entry'
44
44
 
@@ -50,7 +50,7 @@ module Pageflow
50
50
 
51
51
  # The theming attributes table on the account page
52
52
  #
53
- # @since edge
53
+ # @since 12.2
54
54
  class ThemingAttributesTable < AttributesTable
55
55
  selector '.attributes_table.pageflow_theming'
56
56
 
@@ -3,7 +3,7 @@ module Pageflow
3
3
  module Admin
4
4
  # Base class for admin form dominos
5
5
  #
6
- # @since edge
6
+ # @since 12.2
7
7
  class EditForm < Domino
8
8
  # Visit the edit page and find the form.
9
9
  def self.for(resource)
@@ -30,7 +30,7 @@ module Pageflow
30
30
 
31
31
  # Edit form of entry admin.
32
32
  #
33
- # @since edge
33
+ # @since 12.2
34
34
  class EntryEditForm < EditForm
35
35
  selector '.edit.admin_entries'
36
36
 
@@ -48,7 +48,7 @@ module Pageflow
48
48
 
49
49
  # Edit form of account admin.
50
50
  #
51
- # @since edge
51
+ # @since 12.2
52
52
  class AccountEditForm < EditForm
53
53
  selector '.edit.admin_accounts'
54
54
 
@@ -66,7 +66,7 @@ module Pageflow
66
66
 
67
67
  # Edit form for theming in account admin.
68
68
  #
69
- # @since edge
69
+ # @since 12.2
70
70
  class ThemingEditForm < EditForm
71
71
  selector '.edit.admin_accounts'
72
72
 
@@ -6,7 +6,7 @@ module Pageflow
6
6
  # inside a test does not work since there is no easy way to tear it
7
7
  # down after the test.
8
8
  #
9
- # @since edge
9
+ # @since 13.0
10
10
  module GlobalConfigApiTestHelper
11
11
  mattr_accessor :custom_configure_block
12
12
 
@@ -5,7 +5,7 @@ module Pageflow
5
5
  # Shared examples providing integration level specs for Pageflow
6
6
  # components commonly defined by plugins.
7
7
  #
8
- # @since edge
8
+ # @since 13.0
9
9
  module Lint
10
10
  # Ensure file type json partials render correctly.
11
11
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.0.0.beta7
4
+ version: 13.0.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-23 00:00:00.000000000 Z
11
+ date: 2018-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pageflow
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 13.0.0.beta7
19
+ version: 13.0.0.rc1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 13.0.0.beta7
26
+ version: 13.0.0.rc1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mysql2
29
29
  requirement: !ruby/object:Gem::Requirement