class New::Task::Gem
Constants
- GLOB_ATTRIBUTES
- OPTIONS
Public Instance Methods
run()
click to toggle source
# File tasks/gem/gem.rb, line 16 def run @gemspec = options[:gemspec] set_version validate_files render_gemspec_options # write_gemspec # write_config # deploy end