Sha256: ad919c1f5832a6392baf6eb213f74c8d60cfe480ccaa956b382e1536894af883

Contents?: true

Size: 987 Bytes

Versions: 7

Compression:

Stored size: 987 Bytes

Contents

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/**/*.rb",
    "features/**/*.feature",
    "features/**/*.example.yml",
    "spec/**/*_spec.rb"
  ]
  
  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

7 entries across 7 versions & 1 rubygems

Version Path
thinking-sphinx-1.4.6 tasks/distribution.rb
thinking-sphinx-1.4.5 tasks/distribution.rb
thinking-sphinx-1.4.4 tasks/distribution.rb
thinking-sphinx-1.4.3 tasks/distribution.rb
thinking-sphinx-1.4.2 tasks/distribution.rb
thinking-sphinx-1.4.1 tasks/distribution.rb
thinking-sphinx-1.4.0 tasks/distribution.rb