ohloh_scm 2.4.13 → 2.4.14
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 +5 -5
- data/lib/ohloh_scm/adapters/git_svn/cat_file.rb +1 -1
- data/lib/ohloh_scm/version.rb +1 -1
- data/ohloh_scm.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 2b5eee387fc16072f68fc114f53f5f3fbd638098
|
4
|
+
data.tar.gz: 4941a24cde55b370c29cf244f0569236a0fe310c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 361d713273ad486790c2374b71e3214002806b19c31874768bfd9bf9c1747f718ddec25a9875e38451ca041b5c7fe3fc7c5c711e71b82167632e89c832b80db6
|
7
|
+
data.tar.gz: 8730d06656f7e9c6cfdb252ba74905064638738f0869d098d52cf66ede7030ecbda7f8a249ba8c4a21878f837878a956c566780be0f5c21cae37509219bc1ce8
|
@@ -12,7 +12,7 @@ module OhlohScm::Adapters
|
|
12
12
|
|
13
13
|
def cat(revision, file_path)
|
14
14
|
file_path = %Q{#{file_path}}
|
15
|
-
run("cd #{self.url} && git show #{ revision }:#{ file_path }").strip
|
15
|
+
run("cd #{self.url} && git show #{ revision }:#{ file_path.shellescape }").strip
|
16
16
|
end
|
17
17
|
|
18
18
|
def git_commit(commit)
|
data/lib/ohloh_scm/version.rb
CHANGED
data/ohloh_scm.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
|
|
9
9
|
gem.summary = %[Source Control Management]
|
10
10
|
gem.description = %[The Ohloh source control management library for interacting with Git, SVN, CVS, Hg and Bzr repositories.]
|
11
11
|
gem.homepage = %[https://github.com/blackducksw/ohloh_scm/]
|
12
|
-
gem.license = %[GPL
|
12
|
+
gem.license = %[GPL-2.0]
|
13
13
|
|
14
14
|
gem.files = `git ls-files -z`.force_encoding('utf-8').split("\x0")
|
15
15
|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
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: 2.4.
|
4
|
+
version: 2.4.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BlackDuck Software
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: posix-spawn
|
@@ -628,7 +628,7 @@ files:
|
|
628
628
|
- test/unit/svn_xml_parser_test.rb
|
629
629
|
homepage: https://github.com/blackducksw/ohloh_scm/
|
630
630
|
licenses:
|
631
|
-
- GPL
|
631
|
+
- GPL-2.0
|
632
632
|
metadata: {}
|
633
633
|
post_install_message:
|
634
634
|
rdoc_options: []
|
@@ -646,7 +646,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
646
646
|
version: '0'
|
647
647
|
requirements: []
|
648
648
|
rubyforge_project:
|
649
|
-
rubygems_version: 2.
|
649
|
+
rubygems_version: 2.6.14
|
650
650
|
signing_key:
|
651
651
|
specification_version: 4
|
652
652
|
summary: Source Control Management
|