<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ module ActionView
     module FormOptionsHelper
       # Return select and option tags for the given object and method, using country_options_for_select to generate the list of option tags.
       def country_select(object, method, priority_countries = nil, options = {}, html_options = {})
-        InstanceTag.new(object, method, self, nil, options.delete(:object)).to_country_select_tag(priority_countries, options, html_options)
+        InstanceTag.new(object, method, self, options.delete(:object)).to_country_select_tag(priority_countries, options, html_options)
       end
       # Returns a string of option tags for pretty much any country in the world. Supply a country name as +selected+ to
       # have it marked as the selected option tag. You can also supply an array of countries as +priority_countries+, so
@@ -58,7 +58,7 @@ module ActionView
         &quot;Turks and Caicos Islands&quot;,&quot;Tuvalu&quot;,&quot;Uganda&quot;,&quot;Ukraine&quot;,&quot;United Arab Emirates&quot;,&quot;United Kingdom&quot;,
         &quot;United States&quot;,&quot;United States Minor Outlying Islands&quot;,&quot;Uruguay&quot;,&quot;Uzbekistan&quot;,&quot;Vanuatu&quot;,&quot;Venezuela&quot;,
         &quot;Viet Nam&quot;,&quot;Virgin Islands, British&quot;,&quot;Virgin Islands, U.S.&quot;,&quot;Wallis and Futuna&quot;,&quot;Western Sahara&quot;,
-        &quot;Yemen&quot;,&quot;Zambia&quot;,&quot;Zimbabwe&quot;] unless const_defined?(&quot;COUNTRIES&quot;) &amp;&amp; Rails::VERSION::STRING &gt;= '2.2.0'
+        &quot;Yemen&quot;,&quot;Zambia&quot;,&quot;Zimbabwe&quot;] unless const_defined?(&quot;COUNTRIES&quot;)
     end
     
     class InstanceTag</diff>
      <filename>lib/country_select.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5bd99f1efc5e6313880a2ba9db6c51f8b07b2045</id>
    </parent>
  </parents>
  <author>
    <name>Wen-Tien Chang</name>
    <email>ihower@gmail.com</email>
  </author>
  <url>http://github.com/ihower/country_and_region_select/commit/0415a6e59f66739cbcb0da1984e7c7b0045d4d53</url>
  <id>0415a6e59f66739cbcb0da1984e7c7b0045d4d53</id>
  <committed-date>2008-10-15T20:01:56-07:00</committed-date>
  <authored-date>2008-10-15T20:01:56-07:00</authored-date>
  <message>adjust instance tag call for 2.2.0</message>
  <tree>a373053369dcf337d45ee45232d43b1d7f517cad</tree>
  <committer>
    <name>Wen-Tien Chang</name>
    <email>ihower@gmail.com</email>
  </committer>
</commit>
