Sha256: e681fa1945115ddcc023cb0bedc8ea2915ef6bc6400515536564aca2c8b94893
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
require 'rake' require 'rake/testtask' require 'rake/rdoctask' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "environmentalist" #s.rubyforge_name = 'johntrupiano' # if different than lowercase project name s.description = %q(Provides an executable that converts a rails app's config structure. The basic idea is that environments themselves are now first-class citizens, allowing you to create several environments (e.g. staging, prodtest, demo, etc.) in a clean, organized fashion. Each environment is given its own folder where it can store its own set of configuration files (think mongrel configs, apache configs, etc.) without polluting the top-leve config/ directory.) s.summary = s.description # More details later?? s.email = "jtrupiano@gmail.com" s.homepage = "http://github.com/jtrupiano/environmentalist" s.authors = ["John Trupiano"] s.executables = "environmentalize" s.files = FileList["[A-Z]*", "{bin,lib,test}/**/*"] #s.add_dependency 'schacon-git' end 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jtrupiano-environmentalist-0.2.0 | Rakefile |
jtrupiano-environmentalist-0.2.1 | Rakefile |