diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index 88b0abc..0000000 --- a/README.rdoc +++ /dev/null @@ -1,19 +0,0 @@ -= range_math - -Description goes here. - -== Contributing to range_math - -* 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) 2011 muflax. See LICENSE.txt for -further details. - diff --git a/Rakefile b/Rakefile index 8606d04..28025f5 100644 --- a/Rakefile +++ b/Rakefile @@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem| gem.name = "range_math" gem.homepage = "http://github.com/muflax/range_math" 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{do math on ranges} + gem.description = %Q{use ranges in math expression} gem.email = "mail@muflax.com" gem.authors = ["muflax"] # dependencies defined in Gemfile