Sha256: a66fc4deea7b7d9578d3dc0a46fac5402647dbeeeee97ab969ddc8eb0ea40ec6

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

require "bundler"
Bundler.setup

gemspec = eval(File.read("download-profiles.gemspec"))

task :build => "#{gemspec.full_name}.gem"

file "#{gemspec.full_name}.gem" => gemspec.files + ["download-profiles.gemspec"] do
  system "gem build download-profiles.gemspec"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
download-profiles-1.0.2 ./Rakefile
download-profiles-1.0.1 ./Rakefile
download-profiles-1.0.0 ./Rakefile