ops_team 2.0.0.rc8 → 2.0.0.rc10

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: 7944793aa6a7ebd822ed697ffb4dc8254f1d0d896766b6147326b701f8c8f176
4
- data.tar.gz: 97d83e9c47447f145e81555fa6a0a7160a1c586e9bee7a563a7bec7c604c693a
3
+ metadata.gz: a68558d6bacd22f491e41af2deee09bbdc9cdcb69f74d33489512a076a8bd280
4
+ data.tar.gz: 1adeba7e2bc7c660027e3f6a7a68350a9f729f20a7eb05eee1034df18f2ca61e
5
5
  SHA512:
6
- metadata.gz: e2bdb005a4c65e47d1d1eba364cfbbed249b379710e5eea47b3849bc435610ac465b4ed0d6a3adb5d7cec0c4a2c0aae600769712aa08a6a804cc252b3a6069eb
7
- data.tar.gz: 7f616c615c2c5d9927583e4128ac60b644bd207bc510bde9e33b5d4428146d8d621ee0b0a3eb9f25213e0999463cf4c7b78ece449ecd9d3fbff5c552ceed50b4
6
+ metadata.gz: a3925f817a29473dc45f3bfc933c104ad8878d18073c8e46a160a73acc5172bf6b4a5756fc1574043bce731d6fe72ed11c8f10072219e9dacf4915f8d99258a7
7
+ data.tar.gz: 7b4c67e715c87db4c8f0984680648176311e1375aea61a4ab147db2309baf4279c2083a10515557993c902b5157f7eadccc9e473b7540d6d66b169bae21c7811
data/bin/ops CHANGED
@@ -2,7 +2,6 @@
2
2
  bindir = `uname -sm | tr A-Z a-z | tr ' ' _`.chomp
3
3
  binpath = File.expand_path("../../build/#{bindir}", __FILE__).chomp
4
4
 
5
- $stderr.puts binpath
6
5
  unless File.executable?("#{binpath}/ops")
7
6
  $stderr.puts("Unable to locate binary for architecture '#{bindir}' at '#{binpath}'.")
8
7
  exit(1)
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_team
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc8
4
+ version: 2.0.0.rc10
5
5
  platform: ruby
6
6
  authors:
7
7
  - nickthecook@gmail.com
@@ -19,6 +19,8 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - bin/ops
21
21
  - build/darwin_arm64/ops
22
+ - build/darwin_x86_64/ops
23
+ - build/linux_x86_64/ops
22
24
  homepage: https://github.com/nickthecook/crops
23
25
  licenses:
24
26
  - GPL-3.0-only