berks_to_rightscale 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +6 -6
  2. data/lib/berks_to_rightscale.rb +1 -0
  3. metadata +3 -8
@@ -1,12 +1,12 @@
1
- # berks_to_rightscale
1
+ = berks_to_rightscale
2
2
 
3
- This is primarily a commandline tool for injesting a Berksfile and uploading the resulting set of cookbooks to a tar.gz file in any storage provider supported by [fog](https://rubygems.org/gems/fog)
3
+ This is primarily a commandline tool for injesting a Berksfile and uploading the resulting set of cookbooks to a tar.gz file in any storage provider supported by fog[https://rubygems.org/gems/fog]
4
4
 
5
- ## Installation
5
+ == Installation
6
6
 
7
7
  gem install berks_to_rightscale
8
8
 
9
- ## Usage
9
+ == Usage
10
10
 
11
11
  This requires a ~/.fog configuration file with the proper credentials for any storage provider(s) you wish to use. To get an example of the ~/.fog config file do the following after installing berks_to_rightscale (shown above)
12
12
 
@@ -86,10 +86,10 @@ This requires a ~/.fog configuration file with the proper credentials for any st
86
86
 
87
87
  Copy everything from :default: to the end of the output, and paste it into ~/.fog, then supply the credentials for the storage provider(s) you want to use.
88
88
 
89
- ## TODO
89
+ == TODO
90
90
 
91
91
  * There are no specs, partially because there isn't much that is done specifically by this app, it just assembles other things.
92
92
 
93
- ## Copyright
93
+ == Copyright
94
94
 
95
95
  Copyright (c) 2012 Ryan J. Geyer. See LICENSE.txt for further details.
@@ -20,6 +20,7 @@
20
20
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
21
 
22
22
  require 'berkshelf'
23
+ require 'chef'
23
24
  require 'chef/knife/cookbook_metadata'
24
25
  require 'fog'
25
26
  require 'thor'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berks_to_rightscale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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: 2013-01-08 00:00:00.000000000 Z
12
+ date: 2013-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: berkshelf
@@ -101,18 +101,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
101
  - - ! '>='
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
- segments:
105
- - 0
106
- hash: 1402169426596686547
107
104
  required_rubygems_version: !ruby/object:Gem::Requirement
108
105
  none: false
109
106
  requirements:
110
107
  - - ! '>='
111
108
  - !ruby/object:Gem::Version
112
109
  version: '0'
113
- segments:
114
- - 0
115
- hash: 1402169426596686547
116
110
  requirements: []
117
111
  rubyforge_project:
118
112
  rubygems_version: 1.8.24
@@ -121,3 +115,4 @@ specification_version: 3
121
115
  summary: A commandline utility which will collect cookbooks defined by berkshelf,
122
116
  compress them, and store them in S3 to be fetched by RightScale
123
117
  test_files: []
118
+ has_rdoc: