Sha256: 0d747e8e4e85cd75402646e9a02105924aa288160258070cb6602d206493e0f2

Contents?: true

Size: 936 Bytes

Versions: 11

Compression:

Stored size: 936 Bytes

Contents

require 'rubygems'
require 'rake/gempackagetask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = 'distil'
    gemspec.authors= ["Jeff Watkins"]
    gemspec.summary= "A build tool for Javascript and CSS that takes advantage of best-of-breed helper applications Javascript Lint and JSDoc Toolkit"
    gemspec.homepage= "http://code.google.com/p/distil-js/"
    gemspec.description= gemspec.summary
    gemspec.files= Dir['assets/*', 'lib/**/*', 'bin/*', '[A-Za-z]*', 'vendor/**/*']
    gemspec.files.reject! { |f| File.directory?(f) }
    gemspec.executables= ['distil']
    gemspec.extensions= ['vendor/extconf.rb']
    gemspec.add_dependency('json', '>= 1.4.3')
  end

  Jeweler::GemcutterTasks.new

  task :push => "gemcutter:release"

rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install jeweler"
end

task :default => [ :build ] do
    puts "generated latest version"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
distil-0.12.3 Rakefile
distil-0.12.2 Rakefile
distil-0.12.1 Rakefile
distil-0.12.0 Rakefile
distil-0.11.8 Rakefile
distil-0.11.6 Rakefile
distil-0.11.5 Rakefile
distil-0.11.4 Rakefile
distil-0.11.3 Rakefile
distil-0.11.1 Rakefile
distil-0.11.0 Rakefile