Sha256: 5df3f94af5a339761e9cb51a982453d445d5e2abaccb711e0a384fa89821807b
Contents?: true
Size: 270 Bytes
Versions: 5
Compression:
Stored size: 270 Bytes
Contents
desc "Install gem using sudo" task :install => :build do puts '-' * 65 puts ' Put the following model definition in a file called language.rb' puts '-' * 65 File.open(ROOT.join('lib/dm-is-localizable/storage/language.rb')).each do |line| puts line end end
Version data entries
5 entries across 5 versions & 2 rubygems