Sha256: ba9f67ad65aeead5419676fa5aa545a9b8bedb2212f02afc325a666a96d74e49

Contents?: true

Size: 283 Bytes

Versions: 21

Compression:

Stored size: 283 Bytes

Contents

begin
  require 'mg'
rescue LoadError
  abort "Please `gem install mg`"
end

class MG
  # Monkey patch until http://github.com/defunkt/mg/commit/no_safe_level
  # is merged and released upstream.
  def spec
    @spec ||= eval(File.read(gemspec))
  end
end

MG.new("showoff.gemspec")

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
showoff-0.3.4 Rakefile
showoff-0.3.3 Rakefile
showoff-0.3.2 Rakefile
showoff-0.3.1 Rakefile
showoff-0.2.5 Rakefile
showoff-0.2.4 Rakefile
mattmatt-showoff-0.2.3 Rakefile
showoff-0.2.3 Rakefile
showoff-0.2.2 Rakefile
showoff-0.2.1 Rakefile
showoff-0.2.0 Rakefile
showoff-0.1.4 Rakefile
showoff-0.1.1 Rakefile
showoff-0.1.0 Rakefile
showoff-0.0.7 Rakefile
showoff-0.0.6 Rakefile
showoff-0.0.5 Rakefile
showoff-0.0.4 Rakefile
showoff-0.0.3 Rakefile
showoff-0.0.2 Rakefile