From 7a6d67bd2efb56fd1d75f125184a566149a52c98 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Sat, 25 Mar 2017 17:13:42 +1100 Subject: Update gemspec to have a valid link to the Smashing GitHub pages site --- smashing.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smashing.gemspec') diff --git a/smashing.gemspec b/smashing.gemspec index 8be031c..c8f1cb2 100644 --- a/smashing.gemspec +++ b/smashing.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.summary = "The wonderfully excellent dashboard framework." s.description = "A framework for pulling together an overview of data that is important to your team and displaying it easily on TVs around the office. You write a bit of ruby code to gather data from some services and let Smashing handle the rest - displaying that data in a wonderfully simple layout. Built for developers and hackers, Smashing is highly customizable while maintaining humble roots that make it approachable to beginners." s.author = "Daniel Beauchamp" - s.homepage = 'http://smashing.github.io' + s.homepage = 'http://smashing.github.io/smashing' s.license = "MIT" s.files = Dir['README.md', 'javascripts/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*'] -- cgit v1.2.3