lib/flexirest/configuration.rb in flexirest-1.2.0 vs lib/flexirest/configuration.rb in flexirest-1.2.1
- old
+ new
@@ -156,10 +156,10 @@
def verbose(value = nil)
value ? @verbose = value : @verbose || false
end
def translator(value = nil)
- Flexirest::Logger.warn("DEPRECATION: The translator functionality of Flexirest has been replaced with proxy functionality, see https://github.com/whichdigital/active-rest-client#proxying-apis for more information") unless value.nil?
+ Flexirest::Logger.warn("DEPRECATION: The translator functionality of Flexirest has been replaced with proxy functionality, see https://github.com/andyjeffries/flexirest#proxying-apis for more information") unless value.nil?
value ? @translator = value : @translator || nil
end
def proxy(value = nil)
value ? @proxy = value : @proxy || nil