Skip to content

Commit

Permalink
Load correct file when using json_pure
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jul 20, 2016
1 parent 26e224f commit 6962b85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dpl/provider/appfog.rb
@@ -1,7 +1,7 @@
module DPL
class Provider
class Appfog < Provider
requires 'json_pure'
requires 'json_pure', :load => 'json/pure'
requires 'af', :load => 'vmc'

def check_auth
Expand Down
2 changes: 1 addition & 1 deletion lib/dpl/provider/packagecloud.rb
@@ -1,7 +1,7 @@
module DPL
class Provider
class Packagecloud < Provider
requires 'json_pure'
requires 'json_pure', :load => 'json/pure'
requires 'packagecloud-ruby', :version => "0.2.17", :load => 'packagecloud'

def check_auth
Expand Down
2 changes: 1 addition & 1 deletion lib/dpl/provider/puppet_forge.rb
Expand Up @@ -3,7 +3,7 @@ class Provider
class PuppetForge < Provider
require 'pathname'

requires 'json_pure'
requires 'json_pure', :load => 'json/pure'
requires 'puppet', :load => 'puppet/face'
requires 'puppet-blacksmith', :load => 'puppet_blacksmith'

Expand Down

0 comments on commit 6962b85

Please sign in to comment.