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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/talented_tools.rb +3 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c67604038fbd5dcd7138a27e2faf1678bb45a88ab10d2b98031a69b6ac33374
4
- data.tar.gz: 23ea2ea84577b27759d677a3ea0ce604e0f6b94b3661627cf8c093a9dc70e054
3
+ metadata.gz: af7d7b6387f3cc90cfa68c6f7efd05effd56aa36028d9b6bac9b3e233712dfc9
4
+ data.tar.gz: 30f4916686f5cf77c157d2632c1ff7a67849ee1327ab92ed4a536c4a5c2647c8
5
5
  SHA512:
6
- metadata.gz: b1bbe8a29be2649a60ed24e4e16d101b65953b634121cb3f1cba8719835de644c50c60152658ba615adb065ba7923bc27ff2c7b31c3b7efd1215ec567020eb26
7
- data.tar.gz: e02a5ebbd40899f6eb26d392a699c4fa3af5864483535483fa6548a90e6546e375860d18b9aef85e37b2d6a47d1c9f244474604f88f1c444b439d3236043dd4c
6
+ metadata.gz: 6a25efe11fce191011e4450a8c4a4ec4b2ab28ddba51993043fa6dd1c9e1a775595253825783af1539c26803a7adac00ca1cd046bcf51cd8b086c6ace0f7bf11
7
+ data.tar.gz: e1699b6c7841081144bb1afcf8e6bf65f3c0b31299a03aa08514855e799dcfcdf029845f3461a8b2ce362df335649c910be396e59c54e73886311a4097eab165
@@ -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.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-07 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: A simple hello world gem
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: Initial test
42
+ summary: Creates a full basic project
43
43
  test_files: []