♻️ :: use https in url for screenshots

This commit is contained in:
Felix Mau
2019-04-08 16:12:02 +12:00
parent 8ed64269ff
commit dbbe65e0d3
+1 -1
View File
@@ -23,7 +23,7 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW
DESC
s.homepage = 'https://github.com/fxm90/GradientLoadingBar'
s.screenshots = 'http://felix.hamburg/files/github/gradient-loading-bar/screen.gif'
s.screenshots = 'https://felix.hamburg/files/github/gradient-loading-bar/screen.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Felix Mau' => 'contact@felix.hamburg' }
s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => s.version.to_s }