Skip to content

Commit 07c4b05

Browse files
committed
Adjust gemspec homepage.
1 parent a3b4007 commit 07c4b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
22
gemspec
33

44
gem "pg"

recurring_select.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.version = RecurringSelect::VERSION
88
s.authors = ["Jobber", "Forrest Zeisler", "Nathan Youngman", "Gregory Schmit"]
99
s.email = ["[email protected]"]
10-
s.homepage = "http://github.com/getjobber/recurring_select"
10+
s.homepage = "http://github.com/gregschmit/recurring_select"
1111
s.summary = "A select helper which gives you magical powers to generate ice_cube rules."
1212
s.description = "This gem provides a useful interface for creating recurring rules for the ice_cube gem."
1313

0 commit comments

Comments
 (0)