hpcloudmangler 0.0.4 → 0.0.5

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 CHANGED
@@ -1,6 +1,8 @@
1
- # Hpcloudmangler
1
+ # HP::Cloud::Mangler
2
2
 
3
- TODO: Write a gem description
3
+ Ruby gem for managing security groups in HP Cloud. Current tools for HP Cloud don't provide
4
+ security group to security group rules creation methods. This is a required feature if you
5
+ want to support inter vm communications.
4
6
 
5
7
  ## Installation
6
8
 
@@ -18,7 +20,9 @@ Or install it yourself as:
18
20
 
19
21
  ## Usage
20
22
 
21
- TODO: Write usage instructions here
23
+ Available commands can be found by running the following.
24
+ ~/hpcloudmangler/bin/hpcloudmangler -?
25
+
22
26
 
23
27
  ## Contributing
24
28
 
@@ -1,7 +1,7 @@
1
1
  module HP
2
2
  module Cloud
3
3
  module Mangler
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hpcloudmangler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
192
192
  version: '0'
193
193
  segments:
194
194
  - 0
195
- hash: 4589646534006710409
195
+ hash: -4464592015186611566
196
196
  required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  none: false
198
198
  requirements:
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  segments:
203
203
  - 0
204
- hash: 4589646534006710409
204
+ hash: -4464592015186611566
205
205
  requirements: []
206
206
  rubyforge_project:
207
207
  rubygems_version: 1.8.25