pato-gpt 0.1.8 → 0.1.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 803a9bbf9575b2c72f53329a4cb1643ca159091e9aed6b05ede53f82778867ce
4
- data.tar.gz: 305c0dbe27a2e83e45ae0f433a07426aeb8999db85465f94665fa81488dc0e93
3
+ metadata.gz: af007fe5d84b55713d5c909ce1952e780c72c2badb1bcd265941d3508bdacb8f
4
+ data.tar.gz: 7eb61d2c34387ea0181522b22e0253ae18c489c56f0a859b483c558ff3ff3edb
5
5
  SHA512:
6
- metadata.gz: b9c1e607cf3f01be3f1c89417720fdb824600d8a11ea2acf3a8dbe3d32657f3f5b380fc652b0da6feddd88b7bbced74cc77bc2c0e4cc4a45294cc250054cc611
7
- data.tar.gz: e82a386b5830b72482173e6a96e21999069ea24ed4cead9192bf641c3f5e80ce2d2e4a04fd59ddc47c3082d9fadebe8377cacb4c8ebb123aef388b6f7b8318ca
6
+ metadata.gz: 331b37dcc30e105f1ff1fc65cb9309013fe54b4a47143297f18ab575bd53c18c9744f82d6617d06627e7dc4ca6c5afdc07cbff0d89ababda1640ef8645ca9704
7
+ data.tar.gz: c527ba05bf9121c52c50a93984b8d727bb6e91abe4eab7448becbe4dd9ab7ecb3a90d30fb311d69af7827f56f5e56b9efbf09cabe4efc91edf732ceacee47790
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # PatoGpt
2
2
 
3
+ ![PatoGpt](patogpt.png)
3
4
 
4
5
  ## Installation
5
6
 
data/lib/patogpt.rb CHANGED
@@ -32,15 +32,15 @@ class Patogpt
32
32
 
33
33
  pastel = Pastel.new
34
34
 
35
- puts ' _____ _ _____ _ '
36
- puts ' | __ \ | | / ____| | | '
37
- puts ' | |__) |_ _| |_ ___ | | __ _ __ | |_ '
38
- puts ' | ___/ _` | __/ _ \| | |_ | '_ \| __|'
39
- puts ' | | | (_| | || (_) | |__| | |_) | |_ '
40
- puts ' |_| \__,_|\__\___/ \_____| .__/ \__|'
41
- puts ' | | '
42
- puts ' |_| '
43
- puts ''
35
+ puts " _____ _ _____ _ "
36
+ puts " | __ \ | | / ____| | | "
37
+ puts " | |__) |_ _| |_ ___ | | __ _ __ | |_ "
38
+ puts " | ___/ _` | __/ _ \| | |_ | '_ \| __|"
39
+ puts " | | | (_| | || (_) | |__| | |_) | |_ "
40
+ puts " |_| \__,_|\__\___/ \_____| .__/ \__|"
41
+ puts " | | "
42
+ puts " |_| "
43
+ puts ""
44
44
 
45
45
  while true
46
46
  puts '..........................................................................................'
data/pato-gpt.gemspec CHANGED
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "pato-gpt"
8
- spec.version = "0.1.8"
8
+ spec.version = "0.1.10"
9
9
  spec.authors = ["Andrew S Aguiar"]
10
10
  spec.email = ["andrewaguiar6@gmail.com"]
11
11
  spec.summary = 'Pato assistente'
data/patogpt.jpg ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pato-gpt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew S Aguiar
@@ -60,6 +60,7 @@ files:
60
60
  - generate-gem
61
61
  - lib/patogpt.rb
62
62
  - pato-gpt.gemspec
63
+ - patogpt.jpg
63
64
  homepage: https://github.com/andrewaguiar/patogpt
64
65
  licenses:
65
66
  - MIT