caged_chef 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ .rvmrc
@@ -1,3 +1,3 @@
1
1
  module CagedChef
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/caged_chef.rb CHANGED
@@ -2,9 +2,9 @@ require 'faraday'
2
2
  require 'caged_chef/version'
3
3
 
4
4
  module CagedChef
5
- autoload :CagedChef, 'caged_chef/chef_auth'
5
+ autoload :ChefAuth, 'caged_chef/chef_auth'
6
6
 
7
7
  if Faraday.respond_to? :register_middleware
8
- Faraday.register_middleware :request, :caged_chef => lambda { CagedChef }
8
+ Faraday.register_middleware :request, :caged_chef => lambda { ChefAuth }
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caged_chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: