Sha256: be4a109d2ad7c0511c26c5cf55918135c5b8b97c5adc191424546fa6f78062c2
Contents?: true
Size: 723 Bytes
Versions: 6
Compression:
Stored size: 723 Bytes
Contents
begin require 'jeweler' name = 'mate' Jeweler::Tasks.new do |gem| gem.name = name gem.summary = %Q{TextMate project builder using git ignores for exclusions} gem.homepage = "http://github.com/toy/#{name}" gem.authors = ['Boba Fat'] gem.add_dependency 'plist' end Jeweler::GemcutterTasks.new require 'pathname' desc "Replace system gem with symlink to this folder" task 'ghost' do gem_path = Pathname(Gem.searcher.find(name).full_gem_path) current_path = Pathname('.').expand_path system('rm', '-r', gem_path) system('ln', '-s', current_path, gem_path) end rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mate-1.1.1.1 | Rakefile |
mate-1.1.0 | Rakefile |
mate-1.0.2.1 | Rakefile |
mate-1.0.2 | Rakefile |
mate-1.0.1 | Rakefile |
mate-1.0.0 | Rakefile |