lib/agnostic-frontend.rb in agnostic-frontend-1.0.1 vs lib/agnostic-frontend.rb in agnostic-frontend-1.0.2

- old
+ new

@@ -1 +1 @@ -if defined? Rails && Rails::VERSION::MAJOR == 3 && Rails::VERSION::MINOR >= 1 +if defined? Rails && ((Rails::VERSION::MAJOR == 3 && Rails::VERSION::MINOR >= 1) or (Rails::VERSION::MAJOR > 4)) \ No newline at end of file