Sha256: 853bdecbcc966996949c6a6b1e6c56caf8748e0ff21eb6a35ff110e46b7b69b3
Contents?: true
Size: 671 Bytes
Versions: 4
Compression:
Stored size: 671 Bytes
Contents
task :default => :spec require 'spec/rake/spectask' Spec::Rake::SpecTask.new {|t| t.spec_opts = ['--color --backtrace']} begin require 'jeweler' project_name = 'cachy' Jeweler::Tasks.new do |gem| gem.name = project_name gem.summary = "Caching library for projects that have many processes or many caches" gem.email = "grosser.michael@gmail.com" gem.homepage = "http://github.com/grosser/#{project_name}" gem.authors = ["Michael Grosser"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cachy-0.1.7 | Rakefile |
cachy-0.1.6 | Rakefile |
cachy-0.1.5 | Rakefile |
cachy-0.1.4 | Rakefile |