Sha256: bcc46e9fb94a98ec3c44cf762df5d695c04b01826b8f6c84305c181ab0be5c0d

Contents?: true

Size: 985 Bytes

Versions: 1

Compression:

Stored size: 985 Bytes

Contents

# -*- coding: utf-8 -*-

require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name         = "nosql-tutorial"
    s.summary      = "Notatki do wykladu Utrwalanie Danych"
    s.author       = "Wlodek Bzyl"
    s.email        = "matwb@univ.gda.pl"
    s.homepage     = "http://github.com/wbzyl/nosql"

    s.description = <<-EOF
Notatki do wykładu Utrwalanie Danych.
    EOF

    s.files = %w[Rakefile README.markdown VERSION.yml] + FileList["lib/**/*"]    
     
    s.add_runtime_dependency 'rack' 
    s.add_runtime_dependency 'sinatra'
    s.add_runtime_dependency 'rdiscount'
    s.add_runtime_dependency 'ultraviolet'
    s.add_runtime_dependency 'rack-codehighlighter'
    s.add_runtime_dependency 'sinatra-rdiscount'    
    s.add_runtime_dependency 'sinatra-static-assets'
  
    s.rubyforge_project = 'nosql'
  end
  Jeweler::GemcutterTasks.new  
rescue LoadError
  puts "Jeweler not available. Install it with:"
  puts "  sudo gem install jeweler"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nosql-tutorial-0.1.0 Rakefile