Skip to content

Commit

Permalink
Explain the gem naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh French committed Jan 8, 2010
1 parent f199ec9 commit 84758a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/generators/extension/templates/Rakefile
Expand Up @@ -5,6 +5,8 @@ require 'rake/rdoctask'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
# Radiant only recognizes gems as extensions if they're named according to
# the radiant-*-extension pattern. Please retain the prefix and suffix.
gem.name = "radiant-<%= file_name %>-extension"
gem.summary = %Q{<%= class_name.titleize %> for Radiant CMS}
gem.description = %Q{Describe your extension here}
Expand Down

0 comments on commit 84758a3

Please sign in to comment.