From 71a2b6a6bdd281b88aab7b4cb2cc1ee34676843b Mon Sep 17 00:00:00 2001 From: groogy Date: Sun, 5 Dec 2010 16:04:35 +0000 Subject: [PATCH] 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 --- bindings/ruby/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/Rakefile b/bindings/ruby/Rakefile index 11e84f65..d8e0d95a 100644 --- a/bindings/ruby/Rakefile +++ b/bindings/ruby/Rakefile @@ -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"