We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca91a47 commit b725ef3Copy full SHA for b725ef3
flight-rails.gemspec
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
8
gem.version = Flight::Rails::VERSION
9
gem.authors = ["Viktor Tomilin"]
10
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 = ""
+ gem.description = 'Flight: an event driven component framework'
+ gem.summary = 'Flight: an event driven component framework'
+ gem.homepage = "http://twitter.github.com/flight/"
14
15
gem.files = `git ls-files`.split($/)
16
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
0 commit comments