namechange

This commit is contained in:
Torsten Ruger
2014-07-29 18:33:11 +03:00
parent da9a57b3cf
commit 7b6f364ba8
24 changed files with 34 additions and 34 deletions

View File

@ -14,8 +14,8 @@ require 'rake'
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
gem.name = "kide"
gem.homepage = "http://github.com/kide-ruby/kide"
gem.name = "salama"
gem.homepage = "http://github.com/salama-ruby/salama"
gem.license = "MIT"
gem.summary = %Q{Create fast code}
gem.description = %Q{A long way to china and back}
@ -51,7 +51,7 @@ Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "kide #{version}"
rdoc.title = "salama #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end