Skip to content

Commit 6e31c3a

Browse files
authored
Merge pull request #50 from olleolleolle/patch-2
Use https:// link homepage in gemspec
2 parents e47bd33 + d452dca commit 6e31c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis-actionpack.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 = Redis::ActionPack::VERSION
88
s.authors = ['Luca Guidi']
99
s.email = ['[email protected]']
10-
s.homepage = 'http://redis-store.org/redis-actionpack'
10+
s.homepage = 'https://redis-store.org/redis-actionpack/'
1111
s.summary = %q{Redis session store for ActionPack}
1212
s.description = "#{s.summary}. Used for storing the Rails session in Redis."
1313
s.license = 'MIT'

0 commit comments

Comments
 (0)