Added Rakefile gem description and homepage
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1750 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
71a2b6a6bd
commit
add3608e72
@ -22,7 +22,8 @@ spec = Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::CURRENT
|
||||
s.name = "rbSFML"
|
||||
s.version = RUBYSFML_VERSION
|
||||
s.author = "Henrik Valter Vogelius Hansson"
|
||||
s.authors = ["Henrik Valter Vogelius Hansson", 'Brandon Whitehead']
|
||||
|
||||
s.email = "groogy@groogy.se"
|
||||
s.summary = "Ruby bindings for SFML 2.0"
|
||||
s.has_rdoc = true
|
||||
@ -37,6 +38,17 @@ spec = Gem::Specification.new do |s|
|
||||
end
|
||||
s.extensions = ["Rakefile"]
|
||||
|
||||
s.description = <<-EOF
|
||||
rbSFML are bindings for the SFML library version 2.0 for Ruby.
|
||||
SFML or Simple Fast Multimedia library is is a free multimedia C++ API
|
||||
that provides you low and high level access to graphics, input, audio, etc.
|
||||
EOF
|
||||
|
||||
s.homepage = 'http://sfml-dev.org'
|
||||
|
||||
|
||||
|
||||
|
||||
s.extra_rdoc_files = FileList.new do |fl|
|
||||
fl.include "doc/*.rdoc"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user