Sha256: 75a392f689df277782da26c6fc4a7cc40c4bc2df4276478e913798b7872884a4

Contents?: true

Size: 1005 Bytes

Versions: 1

Compression:

Stored size: 1005 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', '0.9.4'
    s.add_runtime_dependency 'rdiscount'
    s.add_runtime_dependency 'ultraviolet'
    s.add_runtime_dependency 'rack-codehighlighter'
    s.add_runtime_dependency 'sinatra-rdiscount', '0.9.4.0'    
    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.1 Rakefile