Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
gemify
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Mathieu committed Jun 11, 2010
1 parent e68089f commit 4e123d4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ gem 'open4'
gem 'albino'
gem 'activesupport', '3.0.0.beta4'

gem 'jeweler'

group :test do
gem 'test-unit', '1.2.3'
gem 'rspec'
Expand Down
15 changes: 15 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,19 @@ desc "Run all specs"
Spec::Rake::SpecTask.new('spec') do |t|
t.spec_files = FileList['spec/**/*.rb']
t.spec_opts = ['-cfs']
end

begin
require 'jeweler'

Jeweler::Tasks.new do |gemspec|
gemspec.name = "jack"
gemspec.summary = "Is your content in HTML or Markdown ?"
gemspec.description = "Takes some content and parses it depending of the format your specify (HTML or Markdown)"
gemspec.email = "42@dmathieu.com"
gemspec.homepage = "http://github.com/dmathieu/jack"
gemspec.authors = ["Damien MATHIEU"]
end
rescue LoadError
puts "Jeweler not available. Install it with: gem install jeweler"
end
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.0.1

0 comments on commit 4e123d4

Please sign in to comment.