templates/cloud/wrapper_gem/rakefile.erb in gapic-generator-cloud-0.10.1 vs templates/cloud/wrapper_gem/rakefile.erb in gapic-generator-cloud-0.11.0

- old
+ new

@@ -146,14 +146,9 @@ desc "Run yard-doctest example tests." task :doctest do puts "The <%= gem.name %> gem does not have doctest tests." end -task :cloudrad do - ENV["CLOUDRAD_GEM_NAME"] = "<%= gem.name %>" - sh "bundle exec yard doc --fail-on-warning --yardopts .yardopts-cloudrad" -end - desc "Run the CI build" task :ci do header "BUILDING <%= gem.name %>" header "<%= gem.name %> rubocop", "*" Rake::Task[:rubocop].invoke