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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08816071c7fdf13b9fa30368166faed5b81068e40a4d3ab61b1dc6415b792abd'
4
- data.tar.gz: 2d80a0d01150117f75b1d4fdddb33c0e9cb2f1883f4e9e515040f64b5ea6ecba
3
+ metadata.gz: 0a07dbee307b110c4d96b36254fafff8432eb57388c74748f84985b5b0f452fc
4
+ data.tar.gz: 8badd46d8d4bfe53955082e4e94b87f14f6f9d466ffc7bb3b46e3db835025595
5
5
  SHA512:
6
- metadata.gz: 8ab048a4537e3fae04a81e786d942c7f3aae0a01f6f58a9b11a3bf0d88236815440cce89fbd99a51229d3ca2dac1c876acb01d0a62eb0258d4e06d5d19ea9f9c
7
- data.tar.gz: bbdd4d0d283ddb6c76bed8c18dabb12782adb2c84aa96e8129241805f3e458f60d642fa5ac9110208d5523c2d1b9bead7bc70a183dcc087dc17628f8cce122db
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.reapath(options.path ? options.path : Dir.getwd)
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.2
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: Command-line interface
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: Command-line interface
149
+ summary: Provides the CLI component of twenty
149
150
  test_files: []