podrpt 2.0.1 → 3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b9b4bfe5e48b32483eb1997071a979c0e2e0476fd847424d8dc90b5e96e7805
4
- data.tar.gz: 49a6197afcd22073572ea191f51602f7604fd94fc738390a54d4928c545d68d4
3
+ metadata.gz: '0481cdc96252465b7b0190b78eb1b46537830c9f0a9a8b77b938b866e88dcccc'
4
+ data.tar.gz: cf6ff1c1f777cb374d383f186b449cc0c1827674d7abe2e1b919a4cae02fb361
5
5
  SHA512:
6
- metadata.gz: 436a5012fab0a2ddb861e7e46ef0b79c2605a97d42cdcf9c0d86f143115e485dbc617989a199b8f857657d9f5334e69ceb17048c0baf481ef666e0fcd14b1523
7
- data.tar.gz: 20bb6d3c53bdc7c52a8f852329bfa4f34e3706976ef91095189924dfdc974fa511b33feed92bf7bcbe7cdee9fb17b528c0c7134c536e45c02155899f61ac4abd
6
+ metadata.gz: d17894f5551999fdf6bf6d2d9f3962d157ee12797cd8adb2d6370dcfe33286ec57d1af5d5bf7b09a03ae8187651c934a00435927aeb387e4ba8d691efc098359
7
+ data.tar.gz: 76526c8a31a6f7d8dfd4e603518d4a30e9d91ed60122f7a698cd78626d9d180609a71ceeb401bdc7100b6b394fe157952f2c76be289c3cf3c68832910ceb575d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  ## [Released]
2
2
 
3
- ## [2.0.0] - 2025-11-06
3
+ ## [3.0.0] - 2025-11-06
4
+
5
+ - adjusments
6
+
7
+ ## [2.0.1] - 2025-11-06
4
8
 
5
9
  - remove unnecessary code
6
10
 
data/lib/podrpt/cli.rb CHANGED
@@ -107,10 +107,6 @@ module Podrpt
107
107
  opts.on("--dry-run", "Simula o envio para o Slack, printando o payload no terminal") { |v| options.dry_run = v }
108
108
  end.parse!(args)
109
109
 
110
- unless options.slack_webhook_url || options.dry_run
111
- puts "❌ ERRO: URL do Slack não configurada. Rode 'podrpt init' ou use --dry-run."
112
- exit 1
113
- end
114
110
  options
115
111
  end
116
112
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Podrpt
4
- VERSION = "2.0.1"
4
+ VERSION = "3.0.0"
5
5
  end
data/podrpt-2.0.1.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podrpt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Alves
@@ -91,8 +91,7 @@ files:
91
91
  - lib/podrpt/version.rb
92
92
  - lib/podrpt/version_comparer.rb
93
93
  - lib/podrpt/version_fetcher.rb
94
- - podrpt-1.0.2.gem
95
- - podrpt-2.0.0.gem
94
+ - podrpt-2.0.1.gem
96
95
  - sig/podrpt.rbs
97
96
  homepage: https://github.com/swiftdrew/podrpt
98
97
  licenses:
data/podrpt-1.0.2.gem DELETED
Binary file
data/podrpt-2.0.0.gem DELETED
Binary file