Skip to content

Commit

Permalink
Gemmify'ing
Browse files Browse the repository at this point in the history
  • Loading branch information
jomz committed Mar 16, 2011
1 parent 6b8592a commit ab37c55
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "radiant-paperclipped-extension"
gem.summary = %Q{Paperclipped extension for Radiant CMS}
gem.description = %Q{Assets extension based on the lightweight Paperclip plugin.}
gem.email = "benny@gorilla-webdesign.be"
gem.homepage = "https://github.com/jomz/paperclipped"
gem.authors = ["Keith Bingman"]
gem.add_dependency 'radiant', ">=0.9.1"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
rescue LoadError
puts "Jeweler (or a dependency) not available. This is only required if you plan to package copy_move as a gem."
end
# I think this is the one that should be moved to the extension Rakefile template

# In rails 1.2, plugins aren't available in the path until they're loaded.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.8.1
2 changes: 1 addition & 1 deletion paperclipped_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include UrlAdditions

class PaperclippedExtension < Radiant::Extension
version "0.8.0"
version "0.8.1"
description "Assets extension based on the lightweight Paperclip plugin."
url "http://github.com/kbingman/paperclipped"

Expand Down
Binary file added pkg/radiant-paperclipped-extension-0.8.1.gem
Binary file not shown.

0 comments on commit ab37c55

Please sign in to comment.