mobile_workflow 0.10.1 → 0.10.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f468888276f739eb0ae572c2d726273b2848cecb81340e63f0808127ff83c917
|
|
4
|
+
data.tar.gz: 5bc7aff35b9be7f1938f3eabd2e01bf734608eca8db805cfa01b416508f60290
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33f31ce284d0799276f6950c3b0ee6e820cb2107f1ad0de274b55c5fcc2d464b4f2304d6231201ef06419b2a621b85cfed8f8d42f546fc9a7ac47d5e7ea02559
|
|
7
|
+
data.tar.gz: a298610029408fced69d431c5ebc37d6473570205fadc25e5fa260ed1c9560ae67d3d6c74b163a7efbbbcc3b340c0f98b892a27f59ac580208a59b19054fb08e
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
+
require 'app_rail/steps'
|
|
2
|
+
|
|
1
3
|
module MobileWorkflow
|
|
2
4
|
module Displayable
|
|
3
5
|
module Steps
|
|
4
6
|
module List
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
def mw_list_search_suggestion(id: self.id, text:, section_name:, sf_symbol_name: nil)
|
|
10
|
-
{id: id.to_s, text: text, sectionName: section_name, sfSymbolName: sf_symbol_name}.compact
|
|
11
|
-
end
|
|
7
|
+
include AppRail::Steps::Core::List
|
|
8
|
+
alias_method :mw_list_item, :ar_core_list_item
|
|
9
|
+
alias_method :mw_list_search_suggestion, :ar_core_list_search_suggestion
|
|
12
10
|
end
|
|
13
11
|
end
|
|
14
12
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mobile_workflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Brooke-Smith
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-s3
|
|
@@ -51,6 +51,9 @@ dependencies:
|
|
|
51
51
|
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: 6.1.3.1
|
|
54
|
+
- - "<"
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '7'
|
|
54
57
|
type: :runtime
|
|
55
58
|
prerelease: false
|
|
56
59
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,6 +61,23 @@ dependencies:
|
|
|
58
61
|
- - ">="
|
|
59
62
|
- !ruby/object:Gem::Version
|
|
60
63
|
version: 6.1.3.1
|
|
64
|
+
- - "<"
|
|
65
|
+
- !ruby/object:Gem::Version
|
|
66
|
+
version: '7'
|
|
67
|
+
- !ruby/object:Gem::Dependency
|
|
68
|
+
name: app_rail-steps
|
|
69
|
+
requirement: !ruby/object:Gem::Requirement
|
|
70
|
+
requirements:
|
|
71
|
+
- - ">="
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
version: '0'
|
|
74
|
+
type: :runtime
|
|
75
|
+
prerelease: false
|
|
76
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
77
|
+
requirements:
|
|
78
|
+
- - ">="
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: '0'
|
|
61
81
|
- !ruby/object:Gem::Dependency
|
|
62
82
|
name: sqlite3
|
|
63
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,7 +134,7 @@ dependencies:
|
|
|
114
134
|
- - ">="
|
|
115
135
|
- !ruby/object:Gem::Version
|
|
116
136
|
version: '0'
|
|
117
|
-
description:
|
|
137
|
+
description:
|
|
118
138
|
email:
|
|
119
139
|
- matt@futureworkshops.com
|
|
120
140
|
executables:
|
|
@@ -192,7 +212,7 @@ homepage: https://github.com/futureworkshops/mobile_workflow
|
|
|
192
212
|
licenses:
|
|
193
213
|
- MIT
|
|
194
214
|
metadata: {}
|
|
195
|
-
post_install_message:
|
|
215
|
+
post_install_message:
|
|
196
216
|
rdoc_options: []
|
|
197
217
|
require_paths:
|
|
198
218
|
- lib
|
|
@@ -207,8 +227,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
227
|
- !ruby/object:Gem::Version
|
|
208
228
|
version: '0'
|
|
209
229
|
requirements: []
|
|
210
|
-
rubygems_version: 3.
|
|
211
|
-
signing_key:
|
|
230
|
+
rubygems_version: 3.1.6
|
|
231
|
+
signing_key:
|
|
212
232
|
specification_version: 4
|
|
213
233
|
summary: A Rails engine to provide API support for Mobile Workflow Apps.
|
|
214
234
|
test_files: []
|