lib/dolzenko/django_q_object.rb in dolzenko-0.0.23 vs lib/dolzenko/django_q_object.rb in dolzenko-0.0.24
- old
+ new
@@ -19,10 +19,10 @@
# On Ruby 1.9 Object#! can be used to negate conditions
#
# User.where(!Q(:user_id => nil))
#
-require "require_gist"; require_gist "383954/ea5a41269aac073b596b21fe392098827186a32b/alias_method_chain_once.rb", "a6f068593bb45fe6c9956205f672ac4a0c2e1671" # http://gist.github.com/383954
+require "dolzenko/alias_method_chain_once"
class Q
def |(other)
OrQ.new(self, other)
end