Sha256: 64949787da92bb71b0fc1f37059e68fec56f0d342bec02aaab24ad53305fdeb4
Contents?: true
Size: 678 Bytes
Versions: 6
Compression:
Stored size: 678 Bytes
Contents
require 'rubygems' require 'rake' require File.dirname(__FILE__) + '/lib/chlorine/version' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = 'chlorine' gem.summary = %Q{Keep your Rails app clean.} gem.description = %Q{Automatically cleans out directories you specify when the server starts up.} gem.email = 'trevor@iterative.ly' gem.homepage = 'http://github.com/TrevorBurnham/chlorine' gem.version = Chlorine::Version::STRING gem.authors = ['Trevor Burnham'] end Jeweler::GemcutterTasks.new 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 |
---|---|
chlorine-0.1.7 | Rakefile |
chlorine-0.1.6 | Rakefile |
chlorine-0.1.5 | Rakefile |
chlorine-0.1.4 | Rakefile |
chlorine-0.1.2 | Rakefile |
chlorine-0.1.1 | Rakefile |