Sha256: cd9ccb53a2c7bb0f97038a4a5127d9ae51feb6618a71c02936c72cb08f877b46

Contents?: true

Size: 825 Bytes

Versions: 29

Compression:

Stored size: 825 Bytes

Contents

 require 'rubygems'  
 require 'rake'  
     
 begin  
   require 'jeweler'  
   Jeweler::Tasks.new do |gemspec|  
     gemspec.name = "fossil"  
     gemspec.summary = "Sequel orm wrapper to FOS"  
     gemspec.description = "Access FOS/betrieve db with this Sequel based orm wrapper"  
     gemspec.email = "plardin@xojet.com"  
     gemspec.homepage = ""
     gemspec.add_dependency('sequel', '= 3.16.0')
     gemspec.add_dependency('ruby-odbc')
     gemspec.add_development_dependency('rspec')
     gemspec.authors = ["Patrick Lardin, Daniel Sudol"]
   end
   Jeweler::GemcutterTasks.new   
 rescue LoadError  
   puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"  
 end  
    
 Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }  

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fossil-0.5.33 Rakefile
fossil-0.5.32 Rakefile
fossil-0.5.31 Rakefile
fossil-0.5.30 Rakefile
fossil-0.5.29 Rakefile
fossil-0.5.28 Rakefile
fossil-0.5.27 Rakefile
fossil-0.5.26 Rakefile
fossil-0.5.25 Rakefile
fossil-0.5.24 Rakefile
fossil-0.5.23 Rakefile
fossil-0.5.22 Rakefile
fossil-0.5.21 Rakefile
fossil-0.5.20 Rakefile
fossil-0.5.19 Rakefile
fossil-0.5.18 Rakefile
fossil-0.5.17 Rakefile
fossil-0.5.16 Rakefile
fossil-0.5.15 Rakefile
fossil-0.5.14 Rakefile