lib/twitter/config.rb in twitter4r-0.2.1 vs lib/twitter/config.rb in twitter4r-0.2.2

- old
+ new

@@ -13,10 +13,10 @@ # * <tt>proxy_pass</tt> - proxy password to use. Defaults to nil. # * <tt>user_agent</tt> - user agent string to use for each request of the HTTP header. # * <tt>application_name</tt> - name of your client application. Defaults to 'Twitter4R' # * <tt>application_version</tt> - version of your client application. Defaults to current <tt>Twitter::Version.to_version</tt>. # * <tt>application_url</tt> - URL of your client application. Defaults to http://twitter4r.rubyforge.org. - + # * <tt>source</tt> - the source id given to you by Twitter to identify your application in their web interface. Note: you must contact Twitter.com developer directly so they can configure their servers appropriately. class Config include ClassUtilMixin @@ATTRIBUTES = [ :protocol, :host,