Rakefile in deep_dive-0.3.2 vs Rakefile in deep_dive-0.3.3

- old
+ new

@@ -15,12 +15,12 @@ $stderr.puts "Run `bundle install` to install missing gems" exit e.status_code end require 'rake' -require 'jeweler' -Jeweler::Tasks.new do |gem| +require 'juwelier' +Juwelier::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "deep_dive" gem.homepage = "https://github.com/flajann2/deep_dive" gem.license = "MIT" gem.summary = %Q{DeepDive Deep Contolled Cloning} @@ -40,10 +40,10 @@ # Exclusions gem.files.exclude 'foo/**/*', 'rdoc/*', '.idea/**/*', '.idea/**/.*', '.yardoc/**/*', 'Guardfile' end -Jeweler::RubygemsDotOrgTasks.new +Juwelier::RubygemsDotOrgTasks.new require 'rspec/core' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = FileList['spec/**/*_spec.rb']