Sha256: 8787d92390cd6286571032ee2083b0d7f2d7c7e6e709cfa4b8f827606c9fce04

Contents?: true

Size: 814 Bytes

Versions: 4

Compression:

Stored size: 814 Bytes

Contents

 # -*- coding: utf-8 -*-
require File.join(File.dirname(__FILE__), "lib/blacklight_highlight/version")

Gem::Specification.new do |s|
  s.name = "blacklight_highlight"
  s.version = BlacklightHighlight::VERSION
  s.platform = Gem::Platform::RUBY
  s.authors = ["Chris Beer"]
  s.email = ["chris_beer@wgbh.org"]
  s.homepage    = "http://projectblacklight.org/"
  s.summary = "Blacklight Solr Highlight plugin"

  s.rubyforge_project = "blacklight"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]


  s.add_dependency "rails", "~> 3.0"
  s.add_dependency "blacklight"
  s.add_dependency "rsolr"
  s.add_dependency "rsolr-ext"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight_highlight-0.0.3 blacklight_highlight.gemspec
blacklight_highlight-0.0.2 blacklight_highlight.gemspec
blacklight_highlight-0.0.1 blacklight_highlight.gemspec
blacklight_highlight-0.0.1pre1 blacklight_highlight.gemspec