Sha256: 7532bfac9e1bcb5dd9f9b3213727f67278e90108c7c50c8359abf143eeddb34d
Contents?: true
Size: 754 Bytes
Versions: 6
Compression:
Stored size: 754 Bytes
Contents
# sinatra-rspec %W{rake rake/testtask rake/rdoctask rcov/rcovtask}.each{|x| require x} begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "decoct" gem.summary = "Its a simple gem which creates a project structure for sinatra to work with rspec, ZenTest, Growl, RedGreen, Rcov" gem.email = "anuj@andhapp.com" gem.homepage = "http://github.com/andhapp/decoct" gem.description = "Sinatra Rspec project generator" gem.authors = ["Anuj Dutta"] gem.add_dependency 'rspec' gem.add_dependency 'ZenTest' gem.add_dependency 'redgreen' gem.add_dependency 'rcov' end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
andhapp-decoct-1.7.4 | Rakefile |
andhapp-decoct-1.8.4 | Rakefile |
andhapp-decoct-1.9.5 | Rakefile |
andhapp-decoct-1.9.6 | Rakefile |
andhapp-decoct-1.9.7 | Rakefile |
andhapp-decoct-1.9.8 | Rakefile |