dexkit 0.1.0

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.
metadata ADDED
@@ -0,0 +1,160 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dexkit
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Jacek Galanciak
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: literal
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.9'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.9'
26
+ - !ruby/object:Gem::Dependency
27
+ name: zeitwerk
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.6'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.6'
40
+ - !ruby/object:Gem::Dependency
41
+ name: activejob
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '6.1'
47
+ type: :development
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '6.1'
54
+ - !ruby/object:Gem::Dependency
55
+ name: activesupport
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '6.1'
61
+ type: :development
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '6.1'
68
+ - !ruby/object:Gem::Dependency
69
+ name: activerecord
70
+ requirement: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '6.1'
75
+ type: :development
76
+ prerelease: false
77
+ version_requirements: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: '6.1'
82
+ - !ruby/object:Gem::Dependency
83
+ name: sqlite3
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '2.1'
89
+ type: :development
90
+ prerelease: false
91
+ version_requirements: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '2.1'
96
+ description: 'A toolbelt of patterns for your Rails applications: Operation (more
97
+ coming soon)'
98
+ email:
99
+ - jacek.galanciak@gmail.com
100
+ executables: []
101
+ extensions: []
102
+ extra_rdoc_files: []
103
+ files:
104
+ - CHANGELOG.md
105
+ - LICENSE.txt
106
+ - README.md
107
+ - guides/llm/OPERATION.md
108
+ - lib/dex/error.rb
109
+ - lib/dex/match.rb
110
+ - lib/dex/operation.rb
111
+ - lib/dex/operation/async_proxy.rb
112
+ - lib/dex/operation/async_wrapper.rb
113
+ - lib/dex/operation/callback_wrapper.rb
114
+ - lib/dex/operation/jobs.rb
115
+ - lib/dex/operation/lock_wrapper.rb
116
+ - lib/dex/operation/outcome.rb
117
+ - lib/dex/operation/pipeline.rb
118
+ - lib/dex/operation/props_setup.rb
119
+ - lib/dex/operation/record_backend.rb
120
+ - lib/dex/operation/record_wrapper.rb
121
+ - lib/dex/operation/rescue_wrapper.rb
122
+ - lib/dex/operation/result_wrapper.rb
123
+ - lib/dex/operation/safe_wrapper.rb
124
+ - lib/dex/operation/settings.rb
125
+ - lib/dex/operation/transaction_adapter.rb
126
+ - lib/dex/operation/transaction_wrapper.rb
127
+ - lib/dex/ref_type.rb
128
+ - lib/dex/test_helpers.rb
129
+ - lib/dex/test_helpers/assertions.rb
130
+ - lib/dex/test_helpers/execution.rb
131
+ - lib/dex/test_helpers/stubbing.rb
132
+ - lib/dex/test_log.rb
133
+ - lib/dex/version.rb
134
+ - lib/dexkit.rb
135
+ homepage: https://github.com/razorjack/dexkit
136
+ licenses:
137
+ - MIT
138
+ metadata:
139
+ allowed_push_host: https://rubygems.org
140
+ homepage_uri: https://github.com/razorjack/dexkit
141
+ source_code_uri: https://github.com/razorjack/dexkit
142
+ changelog_uri: https://github.com/razorjack/dexkit/blob/master/CHANGELOG.md
143
+ rdoc_options: []
144
+ require_paths:
145
+ - lib
146
+ required_ruby_version: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ version: 3.2.0
151
+ required_rubygems_version: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - ">="
154
+ - !ruby/object:Gem::Version
155
+ version: '0'
156
+ requirements: []
157
+ rubygems_version: 4.0.3
158
+ specification_version: 4
159
+ summary: 'Dexkit: Rails Patterns Toolbelt. Equip to gain +4 DEX'
160
+ test_files: []