File: gemspec.rake

package info (click to toggle)
ruby-libvirt 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 916 kB
  • sloc: ansic: 9,592; ruby: 2,873; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
load 'Rakefile'

gemspec = "ruby-libvirt-#{PKG_VERSION}.gemspec"

task :gemspec => gemspec
file gemspec do |t|
  File.open(t.name, 'w') { |f| f.write(SPEC.to_ruby) }
end