lib/ridley.rb in ridley-0.12.2 vs lib/ridley.rb in ridley-0.12.3

- old
+ new

@@ -1,27 +1,13 @@ -require 'active_support/core_ext/kernel/reporting' -# Silencing warnings because not all versions of GSSAPI support all of the GSSAPI methods -# the gssapi gem attempts to attach to and these warnings are dumped to STDERR. -silence_warnings do - # Requiring winrm before all other gems because of https://github.com/WinRb/WinRM/issues/39 - require 'winrm' -end - require 'active_support/inflector' require 'addressable/uri' require 'celluloid' require 'chozo' require 'faraday' require 'forwardable' -require 'multi_json' +require 'json' require 'pathname' require 'solve' - -if jruby? - require 'json/pure' -else - require 'json/ext' -end JSON.create_id = nil # @author Jamie Winsor <reset@riotgames.com> module Ridley