ohloh_scm 3.0.12 → 3.0.13
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 +4 -4
- data/lib/ohloh_scm/git_svn/activity.rb +2 -1
- data/lib/ohloh_scm/version.rb +1 -1
- data/spec/ohloh_scm/git_svn/activity_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf0cce0039d7ed0c71c841edf71fed33eb962093d88c149dd6c75a29b8f05425
|
|
4
|
+
data.tar.gz: 900243a6614515e950e68cc8e2bfdbe790fa9651113d50bbb8a06b1d7ee76bae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3cd4508600d221c9b3456f054e5845392d23e2483609d560afc3eeb137b16a786164d92df3a935b0fd5939f318f6f48844f84a32b247ac3ab094dec2abb7715
|
|
7
|
+
data.tar.gz: c4649e65d09e9639876344ab6e9ed89ba81396809a80fa26278b0488ec43c81fcc4d44db093fdeceed9a42cfbd9b2360e2bb1db3861691881088fe7b47a80651
|
|
@@ -73,7 +73,8 @@ module OhlohScm
|
|
|
73
73
|
|
|
74
74
|
def cat(revision, file_path)
|
|
75
75
|
file_path = file_path.to_s
|
|
76
|
-
run("cd #{url} && git show #{revision}:#{file_path.shellescape}")
|
|
76
|
+
run("cd #{url} && git show #{revision}:#{file_path.shellescape} | #{string_encoder_path}")
|
|
77
|
+
.strip
|
|
77
78
|
end
|
|
78
79
|
|
|
79
80
|
def git_svn_log_cmd
|
data/lib/ohloh_scm/version.rb
CHANGED
|
@@ -60,7 +60,7 @@ describe 'GitSvn::Activity' do
|
|
|
60
60
|
|
|
61
61
|
it 'cat_file_with_invalid_filename' do
|
|
62
62
|
with_git_svn_repository('git_svn') do |git_svn|
|
|
63
|
-
|
|
63
|
+
assert git_svn.activity.cat_file(commit_1, OhlohScm::Diff.new(path: 'invalid')).must_be_empty
|
|
64
64
|
end
|
|
65
65
|
end
|
|
66
66
|
|
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.
|
|
4
|
+
version: 3.0.13
|
|
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:
|
|
11
|
+
date: 2021-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |-
|
|
14
14
|
The OpenHub source control management library for \
|