runspecs in schema_associations-1.0.1 vs runspecs in schema_associations-1.1.0
- old
+ new
@@ -3,10 +3,10 @@
require 'optparse'
require 'ostruct'
require 'shellwords'
require 'tempfile'
-RUBY_VERSIONS = %W[1.9.2 1.9.3]
+RUBY_VERSIONS = %W[1.9.3 2.0.0]
RAILS_VERSIONS = %W[3.2]
o = OpenStruct.new
o.ruby_versions = RUBY_VERSIONS
o.rails_versions = RAILS_VERSIONS