Sha256: 5cce1597d99c3e77036975a01b9a0f4aff46d1f3d3e1c8d844f2bc3f7d05ccfe
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 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| s.name = 'gem-grep' s.version = '0.5.0' s.add_runtime_dependency('gem-path') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gem-grep-0.5.0 | Rakefile |