lib/bible_gateway.rb in bible_gateway-0.0.10 vs lib/bible_gateway.rb in bible_gateway-0.0.11

- old
+ new

@@ -4,10 +4,10 @@ require 'uri' class BibleGatewayError < StandardError; end class BibleGateway - GATEWAY_URL = "http://www.biblegateway.com" + GATEWAY_URL = "http://classic.biblegateway.com" VERSIONS = { :american_standard_version => "ASV", :amplified_bible => "AMP", :common_english_bible => "CEB",