Skip to content

Commit e3e595b

Browse files
committed
Version 1.3.0
1 parent cbd076c commit e3e595b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contribution-checker.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.email = ["[email protected]"]
1111
spec.summary = %q{Check whether a commit is counted as a contribution.}
1212
spec.description = %q{Check whether a GitHub commit is counted as a contribution for a specific GitHub user.}
13-
spec.homepage = ""
13+
spec.homepage = "https://github.com/jdennes/contribution-checker"
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files -z`.split("\x0")

lib/contribution-checker/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ContributionChecker
2-
VERSION = "1.2.1"
2+
VERSION = "1.3.0"
33
end

0 commit comments

Comments
 (0)