Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
another gemspec typo
  • Loading branch information
mjankowski committed Sep 2, 2011
1 parent f3639dd commit 120592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutie.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/thoughtbot/flutie'
s.summary = 'Flutie adds default stylesheets to web apps'
s.description = 'Flutie is a starting point for personal discovery'
s.files = Dir["{app,config,lib,public}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README*"]
s.files = Dir["{app,config,lib,public}/**/*"] + ["LICENSE", "Rakefile", "Gemfile", "README.md"]
s.authors = ['Chad Pytel', 'Kevin Burg', 'Matt Jankowski', 'Mike Burns', 'Fred Yates']
s.add_development_dependency('sass')
s.add_development_dependency('rails', '3.0.10')
Expand Down

0 comments on commit 120592a

Please sign in to comment.