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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 1d88622baff3da5dc3c9c32779fde280c92e100364850d12ff860b96312c43e5
4
- data.tar.gz: 4771dba5abb0198695c225dbb04e3cbfaea770080f4fdcb1e0fdd96ee8ebff29
2
+ SHA1:
3
+ metadata.gz: 2b5eee387fc16072f68fc114f53f5f3fbd638098
4
+ data.tar.gz: 4941a24cde55b370c29cf244f0569236a0fe310c
5
5
  SHA512:
6
- metadata.gz: 490955e079aebc75b12904930dbcab0822fa2371f46becafb1817f8879992d874988689166600a0e47fc0ad5f4b9276246681d616bdda7f6833dc13fd69d1f9f
7
- data.tar.gz: 193c2beef5869cbf7388bddf1a028aa68f4d6a30a3cddfe4e4a8ca31f376077c9fb84b00ebdb1f2d264736bd439454f7ea3d8a2de697d902c862ffa2330b8337
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)
@@ -1,5 +1,5 @@
1
1
  module OhlohScm
2
2
  module Version
3
- STRING = '2.4.13'
3
+ STRING = '2.4.14'
4
4
  end
5
5
  end
@@ -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 v2.0]
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.13
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-02-06 00:00:00.000000000 Z
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 v2.0
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.7.6
649
+ rubygems_version: 2.6.14
650
650
  signing_key:
651
651
  specification_version: 4
652
652
  summary: Source Control Management