opsworks 0.0.1 → 0.0.2
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/README.md +2 -5
- data/lib/opsworks/version.rb +1 -1
- data/opsworks.gemspec +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -4,6 +4,8 @@ Command line interface for Amazon OpsWorks.
|
|
4
4
|
|
5
5
|
## Commands
|
6
6
|
|
7
|
+
Run `opsworks` with one of the following commands:
|
8
|
+
|
7
9
|
* `ssh` Generate and update SSH configuration files
|
8
10
|
|
9
11
|
## Configuration
|
@@ -39,11 +41,6 @@ And then execute:
|
|
39
41
|
|
40
42
|
$ bundle
|
41
43
|
|
42
|
-
|
43
|
-
## Usage
|
44
|
-
|
45
|
-
TODO: Write usage instructions here
|
46
|
-
|
47
44
|
## Contributing
|
48
45
|
|
49
46
|
1. Fork it
|
data/lib/opsworks/version.rb
CHANGED
data/opsworks.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["hello@alind.io"]
|
11
11
|
spec.description = %q{Amazon OpsWorks CLI}
|
12
12
|
spec.summary = %q{Command line interface for Amazon OpsWorks}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/eproxus/opsworks"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opsworks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -127,7 +127,7 @@ files:
|
|
127
127
|
- lib/opsworks/config.rb
|
128
128
|
- lib/opsworks/version.rb
|
129
129
|
- opsworks.gemspec
|
130
|
-
homepage:
|
130
|
+
homepage: https://github.com/eproxus/opsworks
|
131
131
|
licenses:
|
132
132
|
- MIT
|
133
133
|
post_install_message:
|
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
142
142
|
version: '0'
|
143
143
|
segments:
|
144
144
|
- 0
|
145
|
-
hash:
|
145
|
+
hash: -4199690091938593540
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
147
|
none: false
|
148
148
|
requirements:
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
version: '0'
|
152
152
|
segments:
|
153
153
|
- 0
|
154
|
-
hash:
|
154
|
+
hash: -4199690091938593540
|
155
155
|
requirements: []
|
156
156
|
rubyforge_project:
|
157
157
|
rubygems_version: 1.8.25
|