Sha256: 829249b8165b1864407a43193fa440990e0ca81a60d4084b61ecfd907007457a
Contents?: true
Size: 749 Bytes
Versions: 3
Compression:
Stored size: 749 Bytes
Contents
# -*- coding: utf-8 -*- require "lib/blacklight_range_limit/version" Gem::Specification.new do |s| s.name = "blacklight_range_limit" s.version = BlacklightRangeLimit::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jonathan Rochkind"] s.email = ["blacklight-development@googlegroups.com"] s.homepage = "http://projectblacklight.org/" s.summary = "Blacklight Range Limit 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" end
Version data entries
3 entries across 3 versions & 1 rubygems