talented_tools 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/talented_tools.rb +2 -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: b7e66c36db9b2fe00984513144808b1b991ddfb8a21fb6fd4196a7580842e0e7
4
+ data.tar.gz: 756ab6461aacd6873752f58d9c3717fe5c601bea14e509d691baf19abee28e41
5
5
  SHA512:
6
- metadata.gz: b1bbe8a29be2649a60ed24e4e16d101b65953b634121cb3f1cba8719835de644c50c60152658ba615adb065ba7923bc27ff2c7b31c3b7efd1215ec567020eb26
7
- data.tar.gz: e02a5ebbd40899f6eb26d392a699c4fa3af5864483535483fa6548a90e6546e375860d18b9aef85e37b2d6a47d1c9f244474604f88f1c444b439d3236043dd4c
6
+ metadata.gz: c63dd48077198c889978d6fc7e6cc4870a7eaa718044a9f903ad8bdba20ac2620e22e354cc65a08b2feb8b615b14598b49db59509f24ced995fad6ab0d17e03b
7
+ data.tar.gz: 3feffc383a12107b707378fcce29dbec1d975224f076213871987517c203e1777886f33910f4c91531ccd0e10d64aad0d200a3c69fc07db90836b6f5e7df293e
@@ -166,6 +166,8 @@ class TalentedTools
166
166
 
167
167
  unnatural_implement_controller
168
168
  unnatural_implement_services
169
+
170
+ puts "Successfully created idempotency_key"
169
171
  end
170
172
 
171
173
  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.2
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: []