Skip to content

Commit

Permalink
Corrigido o Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cainã Costa committed Dec 9, 2010
1 parent 177b093 commit 7c19288
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,33 +2,10 @@
require 'rubygems' require 'rubygems'
require 'rake' require 'rake'


begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "moip"
gem.summary = "Gem para utilização da API MoIP"
gem.description = "Gem para utilização da API MoIP"
gem.email = "guilherme.ruby@gmail.com"
gem.homepage = "http://github.com/guinascimento/moip"
gem.authors = ["Guilherme Nascimento"]
gem.add_development_dependency "rspec", "~> 2.1.0"
gem.add_dependency "nokogiri", "~> 1.4.3"
gem.add_dependency "httparty", "~> 0.6.1"
gem.add_dependency "activesupport", '>= 2.3.2'
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

require 'rspec/core/rake_task' require 'rspec/core/rake_task'


desc "Run all examples"
RSpec::Core::RakeTask.new

task :spec => :check_dependencies

task :default => :spec task :default => :spec
RSpec::Core::RakeTask.new


require 'rake/rdoctask' require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc| Rake::RDocTask.new do |rdoc|
Expand Down

0 comments on commit 7c19288

Please sign in to comment.