ohloh_scm 3.0.15 → 3.0.16

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: f5de328f7aa2d702317d87536410bc62dbe5ea5c9a88f9b617fc5739eb6b8847
4
- data.tar.gz: 181c2b2ce676bae8f60f718a39106273f359fb07deb013a102c27f1585dfefd4
3
+ metadata.gz: a9497b7b0c42cdc606034e2b8aa0307dae5da9cfe6be3f371fb8043e6c4001d2
4
+ data.tar.gz: 822e2cc571a191231fd441519ba059c86494977bb7403edc83605d7f3d8dd221
5
5
  SHA512:
6
- metadata.gz: 2418c9ed3f8cd9e239e2f965793ee0c77cdd8c10e5384d6c91419873c90f5e3f4ee3f2ac3cd80305c1557af2340ac1e1d52cc68de595e905ef4eedff9ed5dbd7
7
- data.tar.gz: 17148569eb0a811ecb1943d8f0e2639ba278828a28c14923da77d5970512cdf841be66e031967b81fe636ab80943d27aa02edb71f06d6bfe5529d589ce189aed
6
+ metadata.gz: 1303a8d011f502ac2c962467e1c1593093255cd31c4ef567a4bbabf89eef10fdcaf409ae30388494c39feb885894de2c991b8e4de7bb6ebc02f954b2794ab930
7
+ data.tar.gz: 4c5d7fbae432815703ddcb0eade08d19a4c41c163366c3d957672aeca3d82eb34348735ea00b4dc5a02c24fcc13ed492be0e3c3cf451cf62d6a3c0d60fe6f794
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Ohloh SCM on OpenHub](https://www.openhub.net/p/ohloh_scm/widgets/project_partner_badge.gif)](https://www.openhub.net/p/ohloh_scm) [![Build Status](https://travis-ci.org/blackducksoftware/ohloh_scm.svg?branch=master)](https://travis-ci.org/blackducksoftware/ohloh_scm)
1
+ [![Ohloh SCM on OpenHub](https://www.openhub.net/p/ohloh_scm/widgets/project_partner_badge.gif)](https://www.openhub.net/p/ohloh_scm) [![Build Status](https://travis-ci.org/blackducksoftware/ohloh_scm.svg?branch=main)](https://travis-ci.org/blackducksoftware/ohloh_scm)
2
2
 
3
3
  # Ohloh SCM
4
4
 
@@ -72,6 +72,7 @@ module OhlohScm
72
72
  # Deletes everything but the *.git* folder in the working directory.
73
73
  def clean_up_disk
74
74
  return unless Dir.exist?(url)
75
+ sleep 1
75
76
 
76
77
  run "cd #{url} && find . -maxdepth 1 -not -name .git -not -name . -print0"\
77
78
  ' | xargs -0 rm -rf --'
@@ -82,6 +82,7 @@ module OhlohScm
82
82
 
83
83
  def clean_up_disk
84
84
  return unless File.exist?(url)
85
+ sleep 1
85
86
 
86
87
  run "cd #{url} && find . -maxdepth 1 -not -name .git -not -name . -print0"\
87
88
  ' | xargs -0 rm -rf --'
@@ -42,6 +42,7 @@ module OhlohScm
42
42
 
43
43
  def clean_up_disk
44
44
  return unless FileTest.exist?(url)
45
+ sleep 1
45
46
 
46
47
  run "cd #{url} && find . -maxdepth 1 -not -name .hg -not -name . -print0"\
47
48
  ' | xargs -0 rm -rf --'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module OhlohScm
4
4
  module Version
5
- STRING = '3.0.15'
5
+ STRING = '3.0.16'
6
6
  GIT = '2.17.1'
7
7
  SVN = '1.9.7'
8
8
  CVSNT = '2.5.04'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ohloh_scm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.15
4
+ version: 3.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenHub Team at Synopsys
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-05 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  The OpenHub source control management library for \