Sha256: 6a14a9ca7d136a18c78998370a4f43e0871fa1a020c1d2dc9a10550a903cdd4c

Contents?: true

Size: 1.42 KB

Versions: 10

Compression:

Stored size: 1.42 KB

Contents

require 'yard'
require 'jeweler'

desc 'Generate documentation'
YARD::Rake::YardocTask.new

Jeweler::Tasks.new do |gem|
  gem.name        = "thinking-sphinx"
  gem.summary     = "ActiveRecord/Rails Sphinx library"
  gem.description = "A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching."
  gem.author      = "Pat Allan"
  gem.email       = "pat@freelancing-gods.com"
  gem.homepage    = "http://ts.freelancing-gods.com"
    
  # s.rubyforge_project = "thinking-sphinx"
  gem.files     = FileList[
    "rails/*.rb",
    "lib/**/*.rb",
    "LICENCE",
    "README.textile",
    "tasks/**/*.rb",
    "tasks/**/*.rake",
    "VERSION"
  ]
  gem.test_files = FileList[
    "features/**/*",
    "spec/**/*_spec.rb"
  ]
  
  gem.add_dependency 'activerecord', '>= 1.15.6'
  gem.add_dependency 'riddle',       '>= 1.0.10'
  gem.add_dependency 'after_commit', '>= 1.0.6'
  
  gem.add_development_dependency "yard",          ">= 0"
  gem.add_development_dependency "rspec",         ">= 1.2.9"
  gem.add_development_dependency "cucumber",      ">= 0"
  gem.add_development_dependency "will_paginate", "2.3.11"
  gem.add_development_dependency "ginger",        "1.2.0"
  gem.add_development_dependency "faker",         "0.3.1"
  
  gem.post_install_message = <<-MESSAGE
If you're upgrading, you should read this:
http://freelancing-god.github.com/ts/en/upgrading.html

MESSAGE
end

Version data entries

10 entries across 10 versions & 5 rubygems

Version Path
angelf-thinking-sphinx-1.3.18 tasks/distribution.rb
thorsson_thinking-sphinx-1.3.18 tasks/distribution.rb
thinking-sphinx-allen-1.3.18.4 tasks/distribution.rb
thinking-sphinx-allen-1.3.18.3 tasks/distribution.rb
thinking-sphinx-allen-1.3.18.2 tasks/distribution.rb
thinking-sphinx-allen-1.3.18.1 tasks/distribution.rb
thinking-sphinx-allen-1.3.18 tasks/distribution.rb
thinking-sphinx-1.3.18 tasks/distribution.rb
josh_cutler-thinking-sphinx-1.3.17 tasks/distribution.rb
thinking-sphinx-1.3.17 tasks/distribution.rb