Sha256: 8721d32f00f595830c8fd71d7a405fba6a596d3a459771d54bd5703ef93d03a9

Contents?: true

Size: 908 Bytes

Versions: 7

Compression:

Stored size: 908 Bytes

Contents

require 'rubygems'
require 'rake'

require 'lib/barista/version'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name        = "barista"
    gem.summary     = %Q{Simple, transparent coffeescript integration for Rails and Rack applications.}
    gem.description = File.read(File.expand_path('DESCRIPTION', File.dirname(__FILE__)))
    gem.email       = "sutto@sutto.net"
    gem.homepage    = "http://github.com/Sutto/barista"
    gem.version     = Barista::Version::STRING
    gem.authors     = ["Darcy Laycock"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
  version = Barista::Version::STRING
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "barista #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
barista-1.2.1 Rakefile
barista-1.2.0 Rakefile
barista-1.1.0 Rakefile
barista-1.1.0.pre1 Rakefile
barista-1.0.0 Rakefile
barista-0.7.0.pre3 Rakefile
barista-0.7.0.pre2 Rakefile