lib/active_wrapper.rb in active_wrapper-0.2.0 vs lib/active_wrapper.rb in active_wrapper-0.2.1

- old
+ new

@@ -1,11 +1,11 @@ Dir["#{File.dirname(__FILE__)}/../vendor/*/lib"].each do |path| $:.unshift path end require 'rubygems' -gem 'activerecord', '=2.3.2' -gem 'actionmailer', '=2.3.2' +gem 'activerecord', '=2.3.4' +gem 'actionmailer', '=2.3.4' require 'activerecord' require 'actionmailer' require 'logger' require 'yaml' \ No newline at end of file