labs-deployer 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile CHANGED
@@ -2,3 +2,7 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in labs-deployer.gemspec
4
4
  gemspec
5
+
6
+ gem 'rake'
7
+ gem 'berkshelf', '= 1.0.0'
8
+ gem 'thor'
data/lib/labs-deployer.rb CHANGED
@@ -13,8 +13,8 @@ require 's3'
13
13
 
14
14
  class Solo < Thor
15
15
 
16
- Berkshelf.load_config
17
-
16
+ #Berkshelf.load_config
17
+ Berkshelf::Config.new
18
18
  AWS_ACCESS_KEY_ID = Chef::Config[:knife][:aws_access_key_id]
19
19
  AWS_SECRET_ACCESS_KEY = Chef::Config[:knife][:aws_secret_access_key]
20
20
  AWS_BUCKET = Chef::Config[:knife][:bucket]
@@ -22,7 +22,6 @@ class Solo < Thor
22
22
  desc "package", "package and deploy a cookbook"
23
23
 
24
24
  def package
25
-
26
25
  get_dependencies
27
26
  pkg = package_files
28
27
  upload_cookbooks(pkg)
@@ -1,5 +1,5 @@
1
1
  module Labs
2
2
  module Deployer
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: labs-deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-01 00:00:00.000000000 Z
12
+ date: 2012-11-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Thor tasks to package chef solo cookbooks
15
15
  email:
@@ -40,7 +40,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
40
  version: '0'
41
41
  segments:
42
42
  - 0
43
- hash: 1372670327228798834
43
+ hash: -2510999870899918940
44
44
  required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  none: false
46
46
  requirements:
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  segments:
51
51
  - 0
52
- hash: 1372670327228798834
52
+ hash: -2510999870899918940
53
53
  requirements: []
54
54
  rubyforge_project:
55
55
  rubygems_version: 1.8.24