Skip to content

Commit 7a6d67b

Browse files
committed
Update gemspec to have a valid link to the Smashing GitHub pages site
1 parent 1e076c2 commit 7a6d67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smashing.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.summary = "The wonderfully excellent dashboard framework."
1111
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."
1212
s.author = "Daniel Beauchamp"
13-
s.homepage = 'http://smashing.github.io'
13+
s.homepage = 'http://smashing.github.io/smashing'
1414
s.license = "MIT"
1515

1616
s.files = Dir['README.md', 'javascripts/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*']

0 commit comments

Comments
 (0)