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.
- data/README.rdoc +6 -6
- data/lib/berks_to_rightscale.rb +1 -0
- metadata +3 -8
data/README.rdoc
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
|
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 [
|
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
|
-
|
5
|
+
== Installation
|
6
6
|
|
7
7
|
gem install berks_to_rightscale
|
8
8
|
|
9
|
-
|
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
|
-
|
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
|
-
|
93
|
+
== Copyright
|
94
94
|
|
95
95
|
Copyright (c) 2012 Ryan J. Geyer. See LICENSE.txt for further details.
|
data/lib/berks_to_rightscale.rb
CHANGED
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.
|
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-
|
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:
|