Rakefile in bobes-textmagic-0.2.1 vs Rakefile in bobes-textmagic-0.2.2

- old
+ new

@@ -6,11 +6,11 @@ Jeweler::Tasks.new do |gem| gem.name = "textmagic" gem.summary = %Q{Ruby interface to the TextMagic's SMS gateway} gem.email = "vladimir.tuzinsky@gmail.com" gem.homepage = "http://github.com/bobes/textmagic" - gem.authors = ["Vladimir Bobes Tuzinsky"] + gem.authors = ["Vladimír Bobeš Tužinský"] gem.rubyforge_project = "textmagic" end Jeweler::RubyforgeTasks.new rescue LoadError @@ -52,6 +52,5 @@ rdoc.rdoc_dir = 'rdoc' rdoc.title = "textmagic #{version}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.rb') end -