Class: GemOf::GemTasks

Inherits:
Object
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/gem_of/rake_tasks.rb

Overview

a class to hold the bundler provided “gem” tasks bund of gem build, clean, install, release tasks

Instance Method Summary collapse

Constructor Details

#initializeGemTasks

Returns a new instance of GemTasks.



38
39
40
41
42
# File 'lib/gem_of/rake_tasks.rb', line 38

def initialize
  namespace :gem do
    require "bundler/gem_tasks"
  end
end