shellboxCLI 0.1.7 → 0.1.8

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: b74de10a5741465d1c38a22d3b73610b38c44a74e5652b2eb9184b0607bb6591
4
- data.tar.gz: 2af28a75e3e45cdb20abbb92b21c47da6835fa32451cd01c7746bcd785bea845
3
+ metadata.gz: '08a1a9586065ab94d54895f4807e82b61d637f2ac8004ad23025bd77d541ef09'
4
+ data.tar.gz: eb74b74aa09cff2b0936a9fcbfe7953744c3b4b3a2bc53b9cd7aac9887274d20
5
5
  SHA512:
6
- metadata.gz: 49c7c7c6b71b2e9860a8a45275365ebdf5da763724d0b25caa07f58c8de63828042ae43f1f6273c0a43d943987cb14f259995ed8a2268400e69c04e49a362a57
7
- data.tar.gz: 980b45872ec647a6707dd5444f61fd626bb84c2dbd3f9b28e145cc6f0a80d7ff3cc0fb07a22969884d3bc9dbbcd2e63c35f2f7ffd497893488da918c77ba9ce5
6
+ metadata.gz: 52de857020abaf650ad5bfc7ea64724497200e086a3cd632607a48b9735134a6ae788668a44737fe0b0fdd2d9f957a77295c6dce26c2656b6ac1a265cb24d75e
7
+ data.tar.gz: 43e79597b10ce6d28e258c83949bd2c1385d6958a2fb9473d3c6dd3a53d87b302c36b0f21eb126ef69ef8b6f287b29e57feafac048b10954c41cd5eda55b5aeb
@@ -0,0 +1,12 @@
1
+ #!/bin/bash
2
+
3
+ if [ ! -d ".git/hooks" ]; then
4
+ echo "Pasta .git/hooks não encontrada. Certifique-se de estar no diretório raiz do seu repositório Git."
5
+ exit 1
6
+ fi
7
+
8
+ # Copia o pre-commit do CLI para a pasta .git/hooks do projeto
9
+ cp pre-commit .git/hooks/
10
+ chmod +x .git/hooks/pre-commit
11
+
12
+ echo "Hook pre-commit configurado com sucesso no seu projeto local!"
data/lib/ios/iosOption.rb CHANGED
@@ -38,5 +38,3 @@ module App
38
38
  end
39
39
  end
40
40
  end
41
-
42
- end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shellboxCLI
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShellBox App
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2024-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -65,6 +65,7 @@ files:
65
65
  - bin/shellbox
66
66
  - lib/ShellboxCLI.rb
67
67
  - lib/ios/hooks/install-hooks.rb
68
+ - lib/ios/hooks/install-hooks.sh
68
69
  - lib/ios/hooks/pre-commit
69
70
  - lib/ios/iosOption.rb
70
71
  - lib/ios/module/setup/ConfigureSwift.rb