Changed some small stuff in the rakefile. Don't think it matters and I hope it didn't break anything.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1749 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-12-05 16:04:35 +00:00
parent 8199fa0379
commit 71a2b6a6bd

View File

@ -20,7 +20,7 @@ SODIR = 'sfml'
spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::CURRENT
s.name = "rubysfml"
s.name = "rbSFML"
s.version = RUBYSFML_VERSION
s.author = "Henrik Valter Vogelius Hansson"
s.email = "groogy@groogy.se"