Skip to content

Commit ec20fa5

Browse files
authored
Merge pull request #103 from blackducksoftware/OTWO-5512
OTWO-5512 Updated the version
2 parents e634393 + 3843ed0 commit ec20fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ohloh_scm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OhlohScm
22
module Version
3-
STRING = '2.4.13'
3+
STRING = '2.4.14'
44
end
55
end

ohloh_scm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
99
gem.summary = %[Source Control Management]
1010
gem.description = %[The Ohloh source control management library for interacting with Git, SVN, CVS, Hg and Bzr repositories.]
1111
gem.homepage = %[https://github.com/blackducksw/ohloh_scm/]
12-
gem.license = %[GPL v2.0]
12+
gem.license = %[GPL-2.0]
1313

1414
gem.files = `git ls-files -z`.force_encoding('utf-8').split("\x0")
1515
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }

0 commit comments

Comments
 (0)