Top Level Namespace

Defined Under Namespace

Modules: Pkgwat

Constant Summary collapse

DISTRO_ERROR_MESSAGE =
<<-EOS
ERROR: Distros not supplied. Please call this task with distros (e.g. rake pkgwat:check DISTROS="Fedora 19, Fedora EPEL 6, Rawhide")
EOS

Instance Method Summary collapse

Instance Method Details

#gem_output(gem) ⇒ Object



8
9
10
# File 'lib/pkgwat/tasks.rb', line 8

def gem_output(gem)
  "#{gem.name} #{gem.version}"
end