From 52e9542d73058552af724bcbc35671e4abeea06b Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Mon, 14 Apr 2014 16:46:17 +0300 Subject: [PATCH] clean up after a little --- Gemfile | 5 ----- LICENSE | 21 --------------------- README.md | 22 +++++++++++++++++++++- Rakefile | 4 ++-- 4 files changed, 23 insertions(+), 29 deletions(-) delete mode 100644 LICENSE diff --git a/Gemfile b/Gemfile index e25fd1ba..c22793f5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,5 @@ source "http://rubygems.org" -# Add dependencies required to use your gem here. -# Example: -# gem "activesupport", ">= 2.3.5" -# Add dependencies to develop your gem here. -# Include everything needed to run rake, tests, features, etc. group :development do gem "minitest", ">= 0" gem "rdoc", "~> 3.12" diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 28fc259e..00000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 crystal-ruby - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index d784094d..2ab75cc1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,24 @@ -crystal +Crystal ======= Small steps on a long road, will nevertheless lead to the destination + +Sorry about the Zen, but it feels like i'm about to walk to China. + + +Contributing to crystal +----------------------- + +* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. +* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. +* Fork the project. +* Start a feature/bugfix branch. +* Commit and push until you are happy with your contribution. +* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. +* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. + +== Copyright + +Copyright (c) 2014 Torsten Ruger. See LICENSE.txt for +further details. + diff --git a/Rakefile b/Rakefile index 3a2e476c..20e6cdab 100644 --- a/Rakefile +++ b/Rakefile @@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem| gem.name = "crystal" gem.homepage = "http://github.com/crystal-ruby/crystal" gem.license = "MIT" - gem.summary = %Q{TODO: one-line summary of your gem} - gem.description = %Q{TODO: longer description of your gem} + gem.summary = %Q{Create fast code} + gem.description = %Q{A long way to china and back} gem.email = "torsten@villataika.fi" gem.authors = ["Torsten Ruger"] # dependencies defined in Gemfile