ops_team 2.0.0.rc5 → 2.0.0.rc6

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: f90a86917094abaa00cd7b0663b990cb3e096011fe697b1956fcad57a751a6a2
4
- data.tar.gz: 5a0cd9785d925fbb2b86f9d4b179a3af2a625e7dbbd77a8ff17d1a231c22b658
3
+ metadata.gz: 8e7d45cf78af3decd4e3cd62db07d7035334e540d0e94aa6586e7c8a0f20247a
4
+ data.tar.gz: ec0de82b620996ef752649313ec84712ca5108da1540380688cf40cc1aa73ef6
5
5
  SHA512:
6
- metadata.gz: dbb72f92a12376fadd132da74efcdd7df5238b0851170496cdb6b1fd9f07f9bf54a73a8f85a3cc22e3df3a60e817295ba97486af0806660dab12eeae5c1f1c2c
7
- data.tar.gz: 9d895d7351885830846c8782a8e22918f35da3821921ef841bb5289715b31f484ede4d60c1fe484cfbf784d547e5a87aa546a5b31bf3659d56724cb725cc2600
6
+ metadata.gz: 6e825ec1b7d1e0866dd04776bc92a500c93be720cad83407d952ce3683367e15a43f26151939c976eec51c980e7ee0566ab3400149db40421d16b2b24b34124a
7
+ data.tar.gz: eda3c88e371d1c8dc11ed1e132804a70039ccaa7cbb9225a02e79bd871b43eb2afcc68ea7828ff4963513e94bab33748e8e1583567690c798581db6c00420316
data/bin/ops CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
  bindir = `uname -sm | tr A-Z a-z | tr ' ' _`
3
- binpath = File.expand_path("../build/#{bindir}", __FILE__)
3
+ binpath = File.expand_path("../../build/#{bindir}", __FILE__).chomp
4
4
 
5
5
  ENV['PATH'] = "#{binpath}:#{ENV.fetch('PATH')}"
6
- ENV['MANPATH'] = File.expand_path("../man", __FILE__)
6
+ ENV['MANPATH'] = File.expand_path("../man", __dir__).chomp
7
7
 
8
8
  exec "ops", *ARGV
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_team
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc5
4
+ version: 2.0.0.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nickthecook@gmail.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-01 00:00:00.000000000 Z
11
+ date: 2023-05-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -18,9 +18,7 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - bin/ops
21
- - build/darwin_amd64/ops
22
21
  - build/darwin_arm64/ops
23
- - build/linux_amd64/ops
24
22
  homepage: https://github.com/nickthecook/crops
25
23
  licenses:
26
24
  - GPL-3.0-only
Binary file
Binary file