renamed to kide(crystal)

This commit is contained in:
Torsten Ruger
2014-07-17 02:26:13 +03:00
parent fb105cb895
commit 337b1a8ee0
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 = "sapphire"
gem.homepage = "http://github.com/sapphire-ruby/sapphire"
gem.name = "kide"
gem.homepage = "http://github.com/kide-ruby/kide"
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 = "sapphire #{version}"
rdoc.title = "kide #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end