Class: GemOf::GemTasks
- Inherits:
-
Object
- Object
- GemOf::GemTasks
- 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
-
#initialize ⇒ GemTasks
constructor
A new instance of GemTasks.
Constructor Details
#initialize ⇒ GemTasks
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 |