Skip to content

Commit b725ef3

Browse files
author
Viktor Tomilin
committed
Added description in gemspec
1 parent ca91a47 commit b725ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flight-rails.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
88
gem.version = Flight::Rails::VERSION
99
gem.authors = ["Viktor Tomilin"]
1010
gem.email = ["caballerosolar@gmail.com"]
11-
gem.description = %q{TODO: Write a gem description}
12-
gem.summary = %q{TODO: Write a gem summary}
13-
gem.homepage = ""
11+
gem.description = 'Flight: an event driven component framework'
12+
gem.summary = 'Flight: an event driven component framework'
13+
gem.homepage = "http://twitter.github.com/flight/"
1414

1515
gem.files = `git ls-files`.split($/)
1616
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)