ops_team 2.0.0.rc5 → 2.0.0.rc7

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: 5a43cb308a4963cfae12e3181c9a8f5412683fd9904288e777ca6acc93a9e4ed
4
+ data.tar.gz: 2fe8783d90a16389b61f0086089b87a2547b2f4556eda70b9f18e82371249f22
5
5
  SHA512:
6
- metadata.gz: dbb72f92a12376fadd132da74efcdd7df5238b0851170496cdb6b1fd9f07f9bf54a73a8f85a3cc22e3df3a60e817295ba97486af0806660dab12eeae5c1f1c2c
7
- data.tar.gz: 9d895d7351885830846c8782a8e22918f35da3821921ef841bb5289715b31f484ede4d60c1fe484cfbf784d547e5a87aa546a5b31bf3659d56724cb725cc2600
6
+ metadata.gz: 78a1ac80abf606fee6436b6a353d2aebafc802a9ad150427ffff96cb993a2cace2ce4333db7f038f3a0d0f2ba288de712ecb5ca9f28aa6b244922d774fcc3279
7
+ data.tar.gz: 999ef51b080eefbbd4a6cff6f10ae588403fce5bef0c39ad8c10f4d45486f782552ff4d1f5f54962a8e0d500e6e2a2a2debdd1507b0f9493b6f6cead6364a09c
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", __FILE__).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.rc7
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