Skip to content

Commit

Permalink
Mangle rakefile to get it to run on my system
Browse files Browse the repository at this point in the history
  • Loading branch information
troelskn committed Sep 6, 2013
1 parent 85ab1d3 commit 67c5702
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Rakefile
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
begin
require 'jeweler'
#require 'rubygems'
#gem :jeweler
Jeweler::Tasks.new do |gemspec|
gemspec.name = "handsoap"
gemspec.summary = "Handsoap is a library for creating SOAP clients in Ruby"
Expand All @@ -13,8 +15,9 @@ begin
gemspec.files = FileList['lib/**/*.rb', 'generators/handsoap/templates', 'generators/**/*', '[A-Z]*.*'].to_a
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
rescue LoadError => err
puts "Jeweler not available. Install it with: sudo gem install jeweler"
p err
end

desc "Generates API documentation"
Expand Down

0 comments on commit 67c5702

Please sign in to comment.