lib/spraypaint.rb in spraypaint-1.0.1 vs lib/spraypaint.rb in spraypaint-1.0.2

- old
+ new

@@ -45,16 +45,9 @@ # Film.tagged_with('french').tags # => ['musical', 'french', 'threesome', 'bicycle', 'piano', 'gangster'] # module Spraypaint - module Version - MAJOR = 1 - MINOR = 0 - PATCH = 1 - STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" - end - def self.activate_plugin ActiveRecord::Base.extend(ClassMethods) end module ClassMethods \ No newline at end of file