Sha256: 564241a473dbcb7d8038f0192ce1a1fb20e1c03bec0547c1f4a22972ba38fbda
Contents?: true
Size: 313 Bytes
Versions: 4
Compression:
Stored size: 313 Bytes
Contents
begin require "#{dir = File.dirname(__FILE__)}/task/gemgem" rescue LoadError sh 'git submodule update --init' exec Gem.ruby, '-S', $PROGRAM_NAME, *ARGV end Gemgem.init(dir) do |s| require 'pork/version' s.name = 'pork' s.version = Pork::VERSION %w[].each{ |g| s.add_runtime_dependency(g) } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pork-0.9.2 | Rakefile |
pork-0.9.1 | Rakefile |
pork-0.9.0 | Rakefile |
pork-0.1.0 | Rakefile |