Sha256: a81b386d31860ff3c70ea769d504b5e7ba537a9233411276550f398238e10b63
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'active_support' begin require 'chronic' rescue LoadError warn 'In order to use the time parsing functionalities you must install the Chronic gem: sudo gem install chronic' end module RestfulQuery VERSION = '0.3.4' class Error < RuntimeError; end end %w{condition sort parser can_query}.each do |lib| require File.join("restful_query","#{lib}.rb") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restful_query-0.3.4 | lib/restful_query.rb |