summaryrefslogtreecommitdiff
path: root/smashing.gemspec
diff options
context:
space:
mode:
authorBruno P. Kinoshita <kinow@users.noreply.github.com>2017-03-25 19:32:04 +1300
committerGitHub <noreply@github.com>2017-03-25 19:32:04 +1300
commite1c1c9d1d60fcfb568252776fe90633f0e0c8bc4 (patch)
tree85834eb65575839d6218f3b4dbc76b180dfbad18 /smashing.gemspec
parente7e1524fc3263dd9601ef95014f12c657ade8cb3 (diff)
parent7a6d67bd2efb56fd1d75f125184a566149a52c98 (diff)
Merge pull request #53 from ineffyble/master
Fix links in documentation
Diffstat (limited to 'smashing.gemspec')
-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/**/*']