cherring / rangetastic

Filter an ActiveRecord query between any dates with any whitelisted field

This URL has Read+Write access

rangetastic / rangetastic.gemspec
100644 31 lines (26 sloc) 1.393 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{rangetastic}
  s.version = "0.3.3"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Chris Herring"]
  s.date = %q{2009-10-12}
  s.description = %q{Chain a date range to any named_scope on any date field with specified white listed fields}
  s.email = %q{chris.herring.iphone@gmail.com}
  s.extra_rdoc_files = ["README.markdown", "lib/rangetastic.rb"]
  s.files = ["MIT-License", "Manifest", "README.markdown", "Rakefile", "lib/rangetastic.rb", "rangetastic.gemspec", "spec/fixtures/models.rb", "spec/fixtures/structure.sql", "spec/rangetastic_spec.rb", "spec/spec_helper.rb", "spec/test_helper.rb"]
  s.homepage = %q{http://github.com/cherring/rangetastic}
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rangetastic", "--main", "README.markdown"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{rangetastic}
  s.rubygems_version = %q{1.3.4}
  s.summary = %q{Chain a date range to any named_scope on any date field with specified white listed fields}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end