Sha256: 6f5af7299583133d927412cd903d12efe2b37d98e68f31041cb2c051c7eb5eb5
Contents?: true
Size: 330 Bytes
Versions: 8
Compression:
Stored size: 330 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[method_source].each{ |g| s.add_development_dependency(g) } end
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
pork-1.4.4 | Rakefile |
pork-1.4.3 | Rakefile |
pork-1.4.2 | Rakefile |
pork-1.4.1 | Rakefile |
pork-1.4.0 | Rakefile |
pork-1.3.1 | Rakefile |
pork-1.3.0 | Rakefile |
pork-1.2.4 | Rakefile |