shellboxCLI 0.2.0 → 0.3.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: aac4b01bfb6c6db9b77dd060523ea4280c1a2f3a248d93f3a4139120203d7713
4
- data.tar.gz: 01034bba077655b5c4fac55c3d3dfcf33a4032dd761c9874889481a1e86a9fc4
3
+ metadata.gz: 6422f42a703688cff944c128fd7a18d5a07e27ab0051a9f2c05379b59d8e00b8
4
+ data.tar.gz: b822c5224dfb80276b1fb543d3f49b207f6f4f6e0ea23970eb20b5a601eea31c
5
5
  SHA512:
6
- metadata.gz: 2c595b85ad36ef2e4a96c30c733da356cddb28ba85a0e622d12c57a14712994a9732012d22a162ad6b903c3a18417e32b63c03a8af5dd947355813b7d8e9d3a7
7
- data.tar.gz: b37d7f0795fb47d17ea6bcf75541a593f1dcc26dac3526075f14edc7db1ec0e4393b19612882d5fe10d638296e512aa47399ad5a676d60a245e567da926b9573
6
+ metadata.gz: 6f4dbc686cbadf93623dd01dfd136813c6998a85cc2a863bc5c284303866c1fdd5b5ad27bcb5d5a1b50b47f59e198fabed98b9eec084aed01544892bfd3865d1
7
+ data.tar.gz: c14bc172936c4afa3547c3d80e636f94d92b706b8459d7517b72cc73a7c6d5518d1acbbdb8e9815499124ff5ea3500d45d4afdbf83a3f13eacb84bd7b0ea60c8
data/lib/ios/iosOption.rb CHANGED
@@ -20,6 +20,11 @@ module App
20
20
  IOS::TuistCommands.new.generateExample
21
21
  end
22
22
 
23
+ desc "build", "Build project using Tuist"
24
+ def build
25
+ IOS::TuistCommands.new.build
26
+ end
27
+
23
28
  desc "install", "Install scripts and templates in project"
24
29
  def install
25
30
  puts "Verificando se existe Homebrew instalado"
@@ -23,5 +23,10 @@ module IOS
23
23
  puts "Navegue até o diretório do Example!".red
24
24
  end
25
25
  end
26
+
27
+ def build
28
+ puts "Rodando " + "tuist build".magenta
29
+ system('tuist build')
30
+ end
26
31
  end
27
32
  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.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShellBox App
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-02 00:00:00.000000000 Z
11
+ date: 2024-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor