Sha256: 72e9957087798099b97bdeda94911f5a7dccd77fde7709a0d40c63a18c5f7b4a

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'calendar_sniper/version'

Gem::Specification.new do |spec|
  spec.name          = "calendar_sniper"
  spec.version       = CalendarSniper::VERSION
  spec.authors       = ["Chris MacNaughton", "Rob DiMarco"]
  spec.email         = ["chris@elocal.com", "rob@elocal.com"]
  spec.description   = %q{Gem that adds date related scopes to ActiveRecord models}
  spec.summary       = %q{CalendarSniper adds with_date_range, with_to_date, with_from_date, and
    in_date_range scopes to ActiveRecord models that it is included into.}
  spec.homepage      = "https://github.com/eLocal/calendar_sniper"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
calendar_sniper-1.1.0 calendar_sniper.gemspec
calendar_sniper-1.0.4 calendar_sniper.gemspec
calendar_sniper-1.0.3 calendar_sniper.gemspec
calendar_sniper-1.0.2 calendar_sniper.gemspec