class GemOf::GemTasks
a class to hold the bundler provided “gem” tasks bund of gem build, clean, install, release tasks
Public Class Methods
new()
click to toggle source
# File lib/gem_of/rake_tasks.rb, line 38 def initialize namespace :gem do require "bundler/gem_tasks" end end