Sha256: 8fd19417a049aa591aa027b67279a303771910d836087273d7fef7b4c4a260ec
Contents?: true
Size: 410 Bytes
Versions: 4
Compression:
Stored size: 410 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 'rest-core/version' s.name = 'rest-core' s.version = RestCore::VERSION s.homepage = 'https://github.com/godfat/rest-core' %w[httpclient mime-types timers].each{ |g| s.add_runtime_dependency(g) } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rest-core-3.2.0 | Rakefile |
rest-core-3.1.1 | Rakefile |
rest-core-3.1.0 | Rakefile |
rest-core-3.0.0 | Rakefile |