talented_tools 1.0.0 → 1.0.1
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 +4 -4
- data/lib/talented_tools.rb +3 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af7d7b6387f3cc90cfa68c6f7efd05effd56aa36028d9b6bac9b3e233712dfc9
|
4
|
+
data.tar.gz: 30f4916686f5cf77c157d2632c1ff7a67849ee1327ab92ed4a536c4a5c2647c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a25efe11fce191011e4450a8c4a4ec4b2ab28ddba51993043fa6dd1c9e1a775595253825783af1539c26803a7adac00ca1cd046bcf51cd8b086c6ace0f7bf11
|
7
|
+
data.tar.gz: e1699b6c7841081144bb1afcf8e6bf65f3c0b31299a03aa08514855e799dcfcdf029845f3461a8b2ce362df335649c910be396e59c54e73886311a4097eab165
|
data/lib/talented_tools.rb
CHANGED
@@ -9,6 +9,7 @@ class TalentedTools
|
|
9
9
|
create_services
|
10
10
|
create_models
|
11
11
|
create_presenters
|
12
|
+
create_test_files
|
12
13
|
|
13
14
|
puts "Successfully created #{name} endpoint!"
|
14
15
|
end
|
@@ -166,6 +167,8 @@ class TalentedTools
|
|
166
167
|
|
167
168
|
unnatural_implement_controller
|
168
169
|
unnatural_implement_services
|
170
|
+
|
171
|
+
puts "Successfully created idempotency_key"
|
169
172
|
end
|
170
173
|
|
171
174
|
def format_unnatural_end_point_name(end_point_name)
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: talented_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergio Manchini
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: A
|
13
|
+
description: A script that creates a full basic project
|
14
14
|
email: kgs.manch@gmail.com
|
15
15
|
executables: []
|
16
16
|
extensions: []
|
@@ -39,5 +39,5 @@ requirements: []
|
|
39
39
|
rubygems_version: 3.1.4
|
40
40
|
signing_key:
|
41
41
|
specification_version: 4
|
42
|
-
summary:
|
42
|
+
summary: Creates a full basic project
|
43
43
|
test_files: []
|