Sha256: 8c8ee30bce23b1f3f755228d1494faf8e51c484f7169902dd4fa3785696a5fc4
Contents?: true
Size: 958 Bytes
Versions: 3
Compression:
Stored size: 958 Bytes
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "turbo-generators" gemspec.summary = "Generator scripts for adding very simple crud resources to rails apps" gemspec.description = "Some basic scripts for automating the process of creating simple crud resources. Presently there are two generators, turbo_layout and turbo_blog. Guess what they do? Nothing special, then just automate a process that I seem to repeat often." gemspec.email = "stephen@stephenmurdoch.eu" gemspec.homepage = "http://github.com/murdoch/turbo-generators" gemspec.authors = ["Stephen Murdoch"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
turbo-generators-0.0.2 | Rakefile |
turbo-generators-0.0.1 | Rakefile |
turbo-generators-0.0.0 | Rakefile |