Sha256: 5f05a1ea78f8e883c1264c28e7a49ddf55ea1b15b1a7d0aad95eef88b63421e1

Contents?: true

Size: 839 Bytes

Versions: 51

Compression:

Stored size: 839 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.5.0')
     gemspec.add_dependency('activesupport', '= 2.3.5')
     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

51 entries across 51 versions & 1 rubygems

Version Path
fossil-0.3.43 Rakefile
fossil-0.3.42 Rakefile
fossil-0.3.41 Rakefile
fossil-0.3.40 Rakefile
fossil-0.3.39 Rakefile
fossil-0.3.38 Rakefile
fossil-0.3.37 Rakefile
fossil-0.3.36 Rakefile
fossil-0.3.35 Rakefile
fossil-0.3.34 Rakefile
fossil-0.3.33 Rakefile
fossil-0.3.32 Rakefile
fossil-0.3.31 Rakefile
fossil-0.3.30 Rakefile
fossil-0.3.29 Rakefile
fossil-0.3.28 Rakefile
fossil-0.3.27 Rakefile
fossil-0.3.26 Rakefile
fossil-0.3.25 Rakefile
fossil-0.3.24 Rakefile