summaryrefslogtreecommitdiff
path: root/test/rubygems/specifications/rubyforge-0.0.1.gemspec
blob: e8d5030326299b57a86eb60ef1a0731664a36dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Gem::Specification.new do |s|
  s.name              = "rubyforge"
  s.version           = "0.0.1"
  s.platform          = "ruby"
  s.require_paths     = ["lib"]
  s.summary           = "A very bar gem"
  s.authors           = ["unknown"]
  s.license           = "MIT"
  s.homepage          = "http://example.com"
  s.files             = ["README.md"]
  s.rubyforge_project = "abc"
end