ops_team 2.0.0.rc4 → 2.0.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81e65a74df2dfdb3460e60c95685294846bfe620abd5c9256f3dd3db99ea8153
4
- data.tar.gz: fdc877b1f1bfddf3d1bef32925dd037f193395e2aea694c12a2dcf6429471b71
3
+ metadata.gz: 8e7d45cf78af3decd4e3cd62db07d7035334e540d0e94aa6586e7c8a0f20247a
4
+ data.tar.gz: ec0de82b620996ef752649313ec84712ca5108da1540380688cf40cc1aa73ef6
5
5
  SHA512:
6
- metadata.gz: cc8244f9d28e9db449242ce4c9396731e214fa9615087563f97b65ef92d1b69359670725dcf9a51e4493467af385566a9174937f2ae52f6a00d87ccc7cf6b9a6
7
- data.tar.gz: db6c042d1f4ee009c0eff67ec797de154f3ee220504dd110ab8c232bc12eee05e5ff6d2d8bca556ac0f254ba046cba2fabfe86d430b6c393d2632f80fba1babf
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.rc4
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