mt_tool 0.1.5 → 1.0.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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +6 -1
  3. data/README.md +69 -16
  4. data/Rakefile +14 -1
  5. data/bin/console +15 -0
  6. data/bin/setup +8 -0
  7. data/lib/mt_tool/commands.rb +43 -36
  8. data/lib/mt_tool/module/module.rb +1 -1
  9. data/lib/mt_tool/module/template/swift/Interactor.swift +1 -1
  10. data/lib/mt_tool/version.rb +1 -1
  11. data/mt_tool.gemspec +23 -28
  12. metadata +72 -165
  13. data/.MTModuleFilesConfig.yml +0 -5
  14. data/.idea/.gitignore +0 -8
  15. data/.idea/misc.xml +0 -4
  16. data/.idea/modules.xml +0 -8
  17. data/.idea/mt_tool.iml +0 -95
  18. data/.idea/sonarlint/issuestore/4/7/4745e92ab1b53af3e65026337909045741e13bea +0 -0
  19. data/.idea/sonarlint/issuestore/5/2/5283f86f6adbda087dceb47c69b64e141dfb1e93 +0 -0
  20. data/.idea/sonarlint/issuestore/7/0/70213f721c971c9a12d0f46060f7ee2a087b4a96 +0 -0
  21. data/.idea/sonarlint/issuestore/b/5/b53eec12e0ab8df9876dbc7fe65915bb985c4f72 +0 -0
  22. data/.idea/sonarlint/issuestore/e/8/e84cc700d4480c1d3ca7dcc158063e40a25cee12 +0 -0
  23. data/.idea/sonarlint/issuestore/f/8/f80e2edcdaf9ddf9362d26f7fa5d19df422f29c7 +0 -0
  24. data/.idea/sonarlint/issuestore/index.pb +0 -13
  25. data/.idea/vcs.xml +0 -7
  26. data/Gemfile.lock +0 -138
  27. data/img/69786f8e2a527b8c26f2c1311e230e5f.webp.png +0 -0
  28. data/img/SCR-20240619-msnz.png +0 -0
  29. data/lib/mt_tool/module/template/objc/Bundle.h +0 -21
  30. data/lib/mt_tool/module/template/objc/Bundle.m +0 -28
  31. data/lib/mt_tool/module/template/objc/CategoryHeader.h +0 -15
  32. data/lib/mt_tool/module/template/objc/PrefixHeader.pch +0 -36
  33. data/lib/mt_tool/module/template/objc/RouterDefine.h +0 -14
  34. data/lib/mt_tool/module/template/objc/RouterRegister.h +0 -16
  35. data/lib/mt_tool/module/template/objc/RouterRegister.m +0 -33
  36. data/lib/mt_tool/module/template/objc/ServiceProtocol.h +0 -15
  37. data/lib/mt_tool/module/template/objc/ServiceRegister.h +0 -16
  38. data/lib/mt_tool/module/template/objc/ServiceRegister.m +0 -25
  39. data/lib/mt_tool/module/template/objc/ToolsHeader.h +0 -13
  40. data/lib/mt_tool/module/template/objc/VendorHeader.h +0 -13
  41. data/lib/mt_tool/module/template/objc/demo/DemoViewController.h +0 -17
  42. data/lib/mt_tool/module/template/objc/demo/DemoViewController.m +0 -28
  43. data/lib/mt_tool/module/template/objc/demo/DemoViewModel.h +0 -14
  44. data/lib/mt_tool/module/template/objc/demo/DemoViewModel.m +0 -19
  45. data/lib/mt_tool/oc_model/main.rb +0 -112
  46. data/lib/mt_tool/oc_model/oc_model.rb +0 -235
  47. data/lib/mt_tool/oc_model/sample.json +0 -11
  48. data/lib/mt_tool/short_hand/objc_generate_from_shorthand.rb +0 -182
  49. data/lib/mt_tool/short_hand/objc_header.mustache +0 -41
  50. data/lib/mt_tool/short_hand/objc_implementation.mustache +0 -99
  51. data/lib/mt_tool/short_hand/objc_shorthand.rb +0 -64
  52. data/sig/mt_tool.rbs +0 -4
metadata CHANGED
@@ -1,239 +1,183 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mt_tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - LyleLH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-08 00:00:00.000000000 Z
11
+ date: 2024-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :development
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: '0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: thor
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: colored
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: colored2
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: rspec
71
15
  requirement: !ruby/object:Gem::Requirement
72
16
  requirements:
73
17
  - - "~>"
74
18
  - !ruby/object:Gem::Version
75
- version: '3.2'
76
- type: :development
19
+ version: '1.2'
20
+ type: :runtime
77
21
  prerelease: false
78
22
  version_requirements: !ruby/object:Gem::Requirement
79
23
  requirements:
80
24
  - - "~>"
81
25
  - !ruby/object:Gem::Version
82
- version: '3.2'
26
+ version: '1.2'
83
27
  - !ruby/object:Gem::Dependency
84
28
  name: xcodeproj
85
29
  requirement: !ruby/object:Gem::Requirement
86
30
  requirements:
87
- - - ">="
31
+ - - "~>"
88
32
  - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :development
33
+ version: '1.22'
34
+ type: :runtime
91
35
  prerelease: false
92
36
  version_requirements: !ruby/object:Gem::Requirement
93
37
  requirements:
94
- - - ">="
38
+ - - "~>"
95
39
  - !ruby/object:Gem::Version
96
- version: '0'
40
+ version: '1.22'
97
41
  - !ruby/object:Gem::Dependency
98
- name: cocoapods
42
+ name: colored
99
43
  requirement: !ruby/object:Gem::Requirement
100
44
  requirements:
101
- - - ">="
45
+ - - "~>"
102
46
  - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :development
47
+ version: '1.2'
48
+ type: :runtime
105
49
  prerelease: false
106
50
  version_requirements: !ruby/object:Gem::Requirement
107
51
  requirements:
108
- - - ">="
52
+ - - "~>"
109
53
  - !ruby/object:Gem::Version
110
- version: '0'
54
+ version: '1.2'
111
55
  - !ruby/object:Gem::Dependency
112
- name: cocoapods-core
56
+ name: colored2
113
57
  requirement: !ruby/object:Gem::Requirement
114
58
  requirements:
115
- - - ">="
59
+ - - "~>"
116
60
  - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :development
61
+ version: '3.1'
62
+ type: :runtime
119
63
  prerelease: false
120
64
  version_requirements: !ruby/object:Gem::Requirement
121
65
  requirements:
122
- - - ">="
66
+ - - "~>"
123
67
  - !ruby/object:Gem::Version
124
- version: '0'
68
+ version: '3.1'
125
69
  - !ruby/object:Gem::Dependency
126
- name: bundler
70
+ name: pathname
127
71
  requirement: !ruby/object:Gem::Requirement
128
72
  requirements:
129
- - - ">="
73
+ - - "~>"
130
74
  - !ruby/object:Gem::Version
131
- version: '0'
75
+ version: '0.2'
132
76
  type: :runtime
133
77
  prerelease: false
134
78
  version_requirements: !ruby/object:Gem::Requirement
135
79
  requirements:
136
- - - ">="
80
+ - - "~>"
137
81
  - !ruby/object:Gem::Version
138
- version: '0'
82
+ version: '0.2'
139
83
  - !ruby/object:Gem::Dependency
140
- name: thor
84
+ name: mustache
141
85
  requirement: !ruby/object:Gem::Requirement
142
86
  requirements:
143
- - - ">="
87
+ - - "~>"
144
88
  - !ruby/object:Gem::Version
145
- version: '0'
89
+ version: '1.1'
146
90
  type: :runtime
147
91
  prerelease: false
148
92
  version_requirements: !ruby/object:Gem::Requirement
149
93
  requirements:
150
- - - ">="
94
+ - - "~>"
151
95
  - !ruby/object:Gem::Version
152
- version: '0'
96
+ version: '1.1'
153
97
  - !ruby/object:Gem::Dependency
154
- name: xcodeproj
98
+ name: activesupport
155
99
  requirement: !ruby/object:Gem::Requirement
156
100
  requirements:
157
- - - ">="
101
+ - - "~>"
158
102
  - !ruby/object:Gem::Version
159
- version: '0'
103
+ version: '7.0'
160
104
  type: :runtime
161
105
  prerelease: false
162
106
  version_requirements: !ruby/object:Gem::Requirement
163
107
  requirements:
164
- - - ">="
108
+ - - "~>"
165
109
  - !ruby/object:Gem::Version
166
- version: '0'
110
+ version: '7.0'
167
111
  - !ruby/object:Gem::Dependency
168
- name: colored
112
+ name: bundler
169
113
  requirement: !ruby/object:Gem::Requirement
170
114
  requirements:
171
- - - ">="
115
+ - - "~>"
172
116
  - !ruby/object:Gem::Version
173
- version: '0'
174
- type: :runtime
117
+ version: '2.3'
118
+ type: :development
175
119
  prerelease: false
176
120
  version_requirements: !ruby/object:Gem::Requirement
177
121
  requirements:
178
- - - ">="
122
+ - - "~>"
179
123
  - !ruby/object:Gem::Version
180
- version: '0'
124
+ version: '2.3'
181
125
  - !ruby/object:Gem::Dependency
182
- name: colored2
126
+ name: rake
183
127
  requirement: !ruby/object:Gem::Requirement
184
128
  requirements:
185
- - - ">="
129
+ - - "~>"
186
130
  - !ruby/object:Gem::Version
187
- version: '0'
188
- type: :runtime
131
+ version: '13.0'
132
+ type: :development
189
133
  prerelease: false
190
134
  version_requirements: !ruby/object:Gem::Requirement
191
135
  requirements:
192
- - - ">="
136
+ - - "~>"
193
137
  - !ruby/object:Gem::Version
194
- version: '0'
138
+ version: '13.0'
195
139
  - !ruby/object:Gem::Dependency
196
- name: pathname
140
+ name: rspec
197
141
  requirement: !ruby/object:Gem::Requirement
198
142
  requirements:
199
- - - ">="
143
+ - - "~>"
200
144
  - !ruby/object:Gem::Version
201
- version: '0'
202
- type: :runtime
145
+ version: '3.12'
146
+ type: :development
203
147
  prerelease: false
204
148
  version_requirements: !ruby/object:Gem::Requirement
205
149
  requirements:
206
- - - ">="
150
+ - - "~>"
207
151
  - !ruby/object:Gem::Version
208
- version: '0'
152
+ version: '3.12'
209
153
  - !ruby/object:Gem::Dependency
210
- name: mustache
154
+ name: pry
211
155
  requirement: !ruby/object:Gem::Requirement
212
156
  requirements:
213
- - - ">="
157
+ - - "~>"
214
158
  - !ruby/object:Gem::Version
215
- version: '0'
216
- type: :runtime
159
+ version: '0.14'
160
+ type: :development
217
161
  prerelease: false
218
162
  version_requirements: !ruby/object:Gem::Requirement
219
163
  requirements:
220
- - - ">="
164
+ - - "~>"
221
165
  - !ruby/object:Gem::Version
222
- version: '0'
166
+ version: '0.14'
223
167
  - !ruby/object:Gem::Dependency
224
- name: activesupport
168
+ name: pry-byebug
225
169
  requirement: !ruby/object:Gem::Requirement
226
170
  requirements:
227
- - - ">="
171
+ - - "~>"
228
172
  - !ruby/object:Gem::Version
229
- version: '0'
230
- type: :runtime
173
+ version: '3.10'
174
+ type: :development
231
175
  prerelease: false
232
176
  version_requirements: !ruby/object:Gem::Requirement
233
177
  requirements:
234
- - - ">="
178
+ - - "~>"
235
179
  - !ruby/object:Gem::Version
236
- version: '0'
180
+ version: '3.10'
237
181
  description: 常用工具 -- 快速创建模版代码.
238
182
  email:
239
183
  - v2top1lyle@gmail.com
@@ -242,63 +186,26 @@ executables:
242
186
  extensions: []
243
187
  extra_rdoc_files: []
244
188
  files:
245
- - ".MTModuleFilesConfig.yml"
246
- - ".idea/.gitignore"
247
- - ".idea/misc.xml"
248
- - ".idea/modules.xml"
249
- - ".idea/mt_tool.iml"
250
- - ".idea/sonarlint/issuestore/4/7/4745e92ab1b53af3e65026337909045741e13bea"
251
- - ".idea/sonarlint/issuestore/5/2/5283f86f6adbda087dceb47c69b64e141dfb1e93"
252
- - ".idea/sonarlint/issuestore/7/0/70213f721c971c9a12d0f46060f7ee2a087b4a96"
253
- - ".idea/sonarlint/issuestore/b/5/b53eec12e0ab8df9876dbc7fe65915bb985c4f72"
254
- - ".idea/sonarlint/issuestore/e/8/e84cc700d4480c1d3ca7dcc158063e40a25cee12"
255
- - ".idea/sonarlint/issuestore/f/8/f80e2edcdaf9ddf9362d26f7fa5d19df422f29c7"
256
- - ".idea/sonarlint/issuestore/index.pb"
257
- - ".idea/vcs.xml"
258
189
  - Gemfile
259
- - Gemfile.lock
260
190
  - README.md
261
191
  - Rakefile
192
+ - bin/console
262
193
  - bin/mt_tool
263
- - img/69786f8e2a527b8c26f2c1311e230e5f.webp.png
264
- - img/SCR-20240619-msnz.png
194
+ - bin/setup
265
195
  - lib/mt_tool.rb
266
196
  - lib/mt_tool/commands.rb
267
197
  - lib/mt_tool/module/module.rb
268
- - lib/mt_tool/module/template/objc/Bundle.h
269
- - lib/mt_tool/module/template/objc/Bundle.m
270
- - lib/mt_tool/module/template/objc/CategoryHeader.h
271
- - lib/mt_tool/module/template/objc/PrefixHeader.pch
272
- - lib/mt_tool/module/template/objc/RouterDefine.h
273
- - lib/mt_tool/module/template/objc/RouterRegister.h
274
- - lib/mt_tool/module/template/objc/RouterRegister.m
275
- - lib/mt_tool/module/template/objc/ServiceProtocol.h
276
- - lib/mt_tool/module/template/objc/ServiceRegister.h
277
- - lib/mt_tool/module/template/objc/ServiceRegister.m
278
- - lib/mt_tool/module/template/objc/ToolsHeader.h
279
- - lib/mt_tool/module/template/objc/VendorHeader.h
280
- - lib/mt_tool/module/template/objc/demo/DemoViewController.h
281
- - lib/mt_tool/module/template/objc/demo/DemoViewController.m
282
- - lib/mt_tool/module/template/objc/demo/DemoViewModel.h
283
- - lib/mt_tool/module/template/objc/demo/DemoViewModel.m
284
198
  - lib/mt_tool/module/template/swift/Entity.swift
285
199
  - lib/mt_tool/module/template/swift/Interactor.swift
286
200
  - lib/mt_tool/module/template/swift/Presenter.swift
287
201
  - lib/mt_tool/module/template/swift/Router.swift
288
202
  - lib/mt_tool/module/template/swift/RouterDefine.swift
289
203
  - lib/mt_tool/module/template/swift/ViewController.swift
290
- - lib/mt_tool/oc_model/main.rb
291
- - lib/mt_tool/oc_model/oc_model.rb
292
- - lib/mt_tool/oc_model/sample.json
293
- - lib/mt_tool/short_hand/objc_generate_from_shorthand.rb
294
- - lib/mt_tool/short_hand/objc_header.mustache
295
- - lib/mt_tool/short_hand/objc_implementation.mustache
296
- - lib/mt_tool/short_hand/objc_shorthand.rb
297
204
  - lib/mt_tool/version.rb
298
205
  - mt_tool.gemspec
299
- - sig/mt_tool.rbs
300
206
  homepage: https://github.com/lyleLH/mt_tool
301
- licenses: []
207
+ licenses:
208
+ - MIT
302
209
  metadata:
303
210
  homepage_uri: https://github.com/lyleLH/mt_tool
304
211
  source_code_uri: https://github.com/lyleLH/mt_tool
@@ -317,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
317
224
  - !ruby/object:Gem::Version
318
225
  version: '0'
319
226
  requirements: []
320
- rubygems_version: 3.3.3
227
+ rubygems_version: 3.4.10
321
228
  signing_key:
322
229
  specification_version: 4
323
230
  summary: 常用工具.
@@ -1,5 +0,0 @@
1
- ---
2
- :project: UserProfile
3
- :language: objc
4
- :class_prefix: DG
5
- :author: Tom.Liu
data/.idea/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
4
- # Editor-based HTTP Client requests
5
- /httpRequests/
6
- # Datasource local storage ignored files
7
- /dataSources/
8
- /dataSources.local.xml
data/.idea/misc.xml DELETED
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.7.2" project-jdk-type="RUBY_SDK" />
4
- </project>
data/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/mt_tool.iml" filepath="$PROJECT_DIR$/.idea/mt_tool.iml" />
6
- </modules>
7
- </component>
8
- </project>
data/.idea/mt_tool.iml DELETED
@@ -1,95 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="ModuleRunConfigurationManager">
4
- <shared />
5
- </component>
6
- <component name="NewModuleRootManager">
7
- <content url="file://$MODULE_DIR$">
8
- <sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
9
- <sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
10
- <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
11
- </content>
12
- <orderEntry type="jdk" jdkName="ruby-3.1.0-p0" jdkType="RUBY_SDK" />
13
- <orderEntry type="sourceFolder" forTests="false" />
14
- <orderEntry type="library" scope="PROVIDED" name="CFPropertyList (v3.0.5, ruby-3.1.0-p0) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="activesupport (v6.1.6, ruby-3.1.0-p0) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="addressable (v2.8.0, ruby-3.1.0-p0) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="algoliasearch (v1.27.5, ruby-3.1.0-p0) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="atomos (v0.1.3, ruby-3.1.0-p0) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="bundler (v2.3.11, ruby-3.1.0-p0) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="claide (v1.1.0, ruby-3.1.0-p0) [gem]" level="application" />
21
- <orderEntry type="library" scope="PROVIDED" name="cocoapods (v1.11.3, ruby-3.1.0-p0) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="cocoapods-core (v1.11.3, ruby-3.1.0-p0) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="cocoapods-deintegrate (v1.0.5, ruby-3.1.0-p0) [gem]" level="application" />
24
- <orderEntry type="library" scope="PROVIDED" name="cocoapods-downloader (v1.6.3, ruby-3.1.0-p0) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="cocoapods-plugins (v1.0.0, ruby-3.1.0-p0) [gem]" level="application" />
26
- <orderEntry type="library" scope="PROVIDED" name="cocoapods-search (v1.0.1, ruby-3.1.0-p0) [gem]" level="application" />
27
- <orderEntry type="library" scope="PROVIDED" name="cocoapods-trunk (v1.6.0, ruby-3.1.0-p0) [gem]" level="application" />
28
- <orderEntry type="library" scope="PROVIDED" name="cocoapods-try (v1.2.0, ruby-3.1.0-p0) [gem]" level="application" />
29
- <orderEntry type="library" scope="PROVIDED" name="colored (v1.2, ruby-3.1.0-p0) [gem]" level="application" />
30
- <orderEntry type="library" scope="PROVIDED" name="colored2 (v3.1.2, ruby-3.1.0-p0) [gem]" level="application" />
31
- <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.1.10, ruby-3.1.0-p0) [gem]" level="application" />
32
- <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.5.0, ruby-3.1.0-p0) [gem]" level="application" />
33
- <orderEntry type="library" scope="PROVIDED" name="escape (v0.0.4, ruby-3.1.0-p0) [gem]" level="application" />
34
- <orderEntry type="library" scope="PROVIDED" name="ethon (v0.15.0, ruby-3.1.0-p0) [gem]" level="application" />
35
- <orderEntry type="library" scope="PROVIDED" name="ffi (v1.15.5, ruby-3.1.0-p0) [gem]" level="application" />
36
- <orderEntry type="library" scope="PROVIDED" name="fourflusher (v2.3.1, ruby-3.1.0-p0) [gem]" level="application" />
37
- <orderEntry type="library" scope="PROVIDED" name="fuzzy_match (v2.0.4, ruby-3.1.0-p0) [gem]" level="application" />
38
- <orderEntry type="library" scope="PROVIDED" name="gh_inspector (v1.1.3, ruby-3.1.0-p0) [gem]" level="application" />
39
- <orderEntry type="library" scope="PROVIDED" name="httpclient (v2.8.3, ruby-3.1.0-p0) [gem]" level="application" />
40
- <orderEntry type="library" scope="PROVIDED" name="i18n (v1.10.0, ruby-3.1.0-p0) [gem]" level="application" />
41
- <orderEntry type="library" scope="PROVIDED" name="json (v2.6.2, ruby-3.1.0-p0) [gem]" level="application" />
42
- <orderEntry type="library" scope="PROVIDED" name="minitest (v5.15.0, ruby-3.1.0-p0) [gem]" level="application" />
43
- <orderEntry type="library" scope="PROVIDED" name="molinillo (v0.8.0, ruby-3.1.0-p0) [gem]" level="application" />
44
- <orderEntry type="library" scope="PROVIDED" name="mustache (v1.1.1, ruby-3.1.0-p0) [gem]" level="application" />
45
- <orderEntry type="library" scope="PROVIDED" name="nanaimo (v0.3.0, ruby-3.1.0-p0) [gem]" level="application" />
46
- <orderEntry type="library" scope="PROVIDED" name="nap (v1.1.0, ruby-3.1.0-p0) [gem]" level="application" />
47
- <orderEntry type="library" scope="PROVIDED" name="netrc (v0.11.0, ruby-3.1.0-p0) [gem]" level="application" />
48
- <orderEntry type="library" scope="PROVIDED" name="public_suffix (v4.0.7, ruby-3.1.0-p0) [gem]" level="application" />
49
- <orderEntry type="library" scope="PROVIDED" name="rake (v13.0.6, ruby-3.1.0-p0) [gem]" level="application" />
50
- <orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.5, ruby-3.1.0-p0) [gem]" level="application" />
51
- <orderEntry type="library" scope="PROVIDED" name="rspec (v3.11.0, ruby-3.1.0-p0) [gem]" level="application" />
52
- <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.11.0, ruby-3.1.0-p0) [gem]" level="application" />
53
- <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.11.0, ruby-3.1.0-p0) [gem]" level="application" />
54
- <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.11.1, ruby-3.1.0-p0) [gem]" level="application" />
55
- <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.11.0, ruby-3.1.0-p0) [gem]" level="application" />
56
- <orderEntry type="library" scope="PROVIDED" name="ruby-macho (v2.5.1, ruby-3.1.0-p0) [gem]" level="application" />
57
- <orderEntry type="library" scope="PROVIDED" name="thor (v1.2.1, ruby-3.1.0-p0) [gem]" level="application" />
58
- <orderEntry type="library" scope="PROVIDED" name="typhoeus (v1.4.0, ruby-3.1.0-p0) [gem]" level="application" />
59
- <orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.4, ruby-3.1.0-p0) [gem]" level="application" />
60
- <orderEntry type="library" scope="PROVIDED" name="xcodeproj (v1.21.0, ruby-3.1.0-p0) [gem]" level="application" />
61
- <orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.5.4, ruby-3.1.0-p0) [gem]" level="application" />
62
- </component>
63
- <component name="RakeTasksCache">
64
- <option name="myRootTask">
65
- <RakeTaskImpl id="rake">
66
- <subtasks>
67
- <RakeTaskImpl description="Build mt_tool-0.1.4.gem into the pkg directory" fullCommand="build" id="build" />
68
- <RakeTaskImpl id="build">
69
- <subtasks>
70
- <RakeTaskImpl description="Generate SHA512 checksum if mt_tool-0.1.4.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
71
- </subtasks>
72
- </RakeTaskImpl>
73
- <RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
74
- <RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
75
- <RakeTaskImpl description="Build and install mt_tool-0.1.4.gem into system gems" fullCommand="install" id="install" />
76
- <RakeTaskImpl id="install">
77
- <subtasks>
78
- <RakeTaskImpl description="Build and install mt_tool-0.1.4.gem into system gems without network access" fullCommand="install:local" id="local" />
79
- </subtasks>
80
- </RakeTaskImpl>
81
- <RakeTaskImpl description="Create tag v0.1.4 and build and push mt_tool-0.1.4.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
82
- <RakeTaskImpl description="" fullCommand="default" id="default" />
83
- <RakeTaskImpl description="" fullCommand="release" id="release" />
84
- <RakeTaskImpl id="release">
85
- <subtasks>
86
- <RakeTaskImpl description="" fullCommand="release:guard_clean" id="guard_clean" />
87
- <RakeTaskImpl description="" fullCommand="release:rubygem_push" id="rubygem_push" />
88
- <RakeTaskImpl description="" fullCommand="release:source_control_push" id="source_control_push" />
89
- </subtasks>
90
- </RakeTaskImpl>
91
- </subtasks>
92
- </RakeTaskImpl>
93
- </option>
94
- </component>
95
- </module>
@@ -1,13 +0,0 @@
1
-
2
- >
3
- lib/mt_tool.rb,b/5/b53eec12e0ab8df9876dbc7fe65915bb985c4f72
4
- c
5
- 3lib/mt_tool/short_hand/objc_implementation.mustache,5/2/5283f86f6adbda087dceb47c69b64e141dfb1e93
6
- Y
7
- )lib/mt_tool/module/template/objc/Bundle.h,f/8/f80e2edcdaf9ddf9362d26f7fa5d19df422f29c7
8
- L
9
- lib/mt_tool/module/module.rb,e/8/e84cc700d4480c1d3ca7dcc158063e40a25cee12
10
- Y
11
- )lib/mt_tool/module/template/objc/Bundle.m,7/0/70213f721c971c9a12d0f46060f7ee2a087b4a96
12
- F
13
- lib/mt_tool/version.rb,4/7/4745e92ab1b53af3e65026337909045741e13bea
data/.idea/vcs.xml DELETED
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- <mapping directory="$PROJECT_DIR$/UserProfile" vcs="Git" />
6
- </component>
7
- </project>