summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEffy Elden <git@effy.is>2017-03-25 17:13:42 +1100
committerEffy Elden <git@effy.is>2017-03-25 17:13:42 +1100
commit7a6d67bd2efb56fd1d75f125184a566149a52c98 (patch)
tree85834eb65575839d6218f3b4dbc76b180dfbad18
parent1e076c2f94a1c522a26f4a4e9332800ab4278a56 (diff)
Update gemspec to have a valid link to the Smashing GitHub pages site
-rw-r--r--smashing.gemspec2
1 files changed, 1 insertions, 1 deletions
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/**/*']