twenty-cli 0.5.2 → 0.5.4
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 +4 -4
- data/lib/twenty/cli/command/disconnect.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a07dbee307b110c4d96b36254fafff8432eb57388c74748f84985b5b0f452fc
|
|
4
|
+
data.tar.gz: 8badd46d8d4bfe53955082e4e94b87f14f6f9d466ffc7bb3b46e3db835025595
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9291a9992e134f1fa5872162d053d9be7402810515c020593c89dd2545b1ad4a229cf99bb1aa88dc189b7db5815ea7200b9b7fdc54de2a6a1f4c8c3a5220862
|
|
7
|
+
data.tar.gz: b5b6479f618f27ff27844371f0fc43b62ad29eaac164cc5f72d5efa47c59d02101dff8d1dbc278110174aba25aa63906e38fdd6b7c8616761c881e37db3bc72f
|
|
@@ -16,7 +16,7 @@ class Twenty::Command::Disconnect < Twenty::Command
|
|
|
16
16
|
private
|
|
17
17
|
|
|
18
18
|
def run_command(options)
|
|
19
|
-
path = File.
|
|
19
|
+
path = File.realpath(options.path ? options.path : Dir.getwd)
|
|
20
20
|
Twenty::Project
|
|
21
21
|
.where(path:)
|
|
22
22
|
.first!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twenty-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- '0x1eef'
|
|
@@ -94,7 +94,8 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '1.35'
|
|
97
|
-
description:
|
|
97
|
+
description: Provides the CLI component of twenty. See https://rubygems.org/gems/twenty
|
|
98
|
+
for context.
|
|
98
99
|
email:
|
|
99
100
|
- 0x1eef@protonmail.com
|
|
100
101
|
executables:
|
|
@@ -145,5 +146,5 @@ requirements: []
|
|
|
145
146
|
rubygems_version: 3.5.9
|
|
146
147
|
signing_key:
|
|
147
148
|
specification_version: 4
|
|
148
|
-
summary:
|
|
149
|
+
summary: Provides the CLI component of twenty
|
|
149
150
|
test_files: []
|