Skip to content

Commit

Permalink
Use https for github homepage.
Browse files Browse the repository at this point in the history
github uses https for everything nowadays.
  • Loading branch information
huerlisi committed Jul 24, 2011
1 parent 313f61b commit 40c3860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem_release/gemspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def initialize(options = {})

@authors ||= [user_name]
@email ||= user_email
@homepage ||= "http://github.com/#{github_user}/#{name}" || "[your github name]"
@homepage ||= "https://github.com/#{github_user}/#{name}" || "[your github name]"

@summary ||= '[summary]'
@description ||= '[description]'
Expand Down

0 comments on commit 40c3860

Please sign in to comment.