Skip to content

Commit 0ed4d58

Browse files
committed
fix gemspec homepage link
1 parent d8d2d7a commit 0ed4d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onesignal.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111

1212
spec.summary = 'Simple wrapper for the OneSignal API.'
1313
spec.description = 'Simple wrapper for the OneSignal API.'
14-
spec.homepage = 'https://github.com/coding-chimp/onesignal.'
14+
spec.homepage = 'https://github.com/coding-chimp/onesignal'
1515
spec.license = 'MIT'
1616

1717
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

0 commit comments

Comments
 (0)