Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158286 | Differences between
and this patch

Collapse All | Expand All

(-)a/activesupport/Rakefile (+1 lines)
Lines 39-44 Rake::RDocTask.new { |rdoc| Link Here
39
}
39
}
40
40
41
spec = Gem::Specification.new do |s|
41
spec = Gem::Specification.new do |s|
42
  s.platform = Gem::Platform::RUBY
42
  s.name = PKG_NAME
43
  s.name = PKG_NAME
43
  s.version = PKG_VERSION
44
  s.version = PKG_VERSION
44
  s.summary = "Support and utility classes used by the Rails framework."
45
  s.summary = "Support and utility classes used by the Rails framework."

Return to bug 158286