Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdennes committed Apr 29, 2015
1 parent cbd076c commit e3e595b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribution-checker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["jdennes@gmail.com"]
spec.summary = %q{Check whether a commit is counted as a contribution.}
spec.description = %q{Check whether a GitHub commit is counted as a contribution for a specific GitHub user.}
spec.homepage = ""
spec.homepage = "https://github.com/jdennes/contribution-checker"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down
2 changes: 1 addition & 1 deletion lib/contribution-checker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ContributionChecker
VERSION = "1.2.1"
VERSION = "1.3.0"
end

0 comments on commit e3e595b

Please sign in to comment.