Enhanced gemspec to include description & summary
... | ... | @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| |
spec.version = CccRoc::VERSION | ||
spec.authors = ["Oliver 'jen' Feldt"] | ||
spec.email = ["jen@hamburg.ccc.de"] | ||
spec.summary = %q{TODO: Write a short summary. Required.} | ||
spec.description = %q{TODO: Write a longer description. Optional.} | ||
spec.summary = "This is a Radio Checkout Web Application. It allows you to track radios (or any other items) which has been checked out via a barcoded." | ||
spec.description = "Radio Checkout Application" | ||
spec.homepage = "" | ||
spec.license = "MIT" | ||
... | ... |
Please register or sign in to comment