booster-slicehost-tools 0.0.10 → 0.0.11

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.markdown CHANGED
@@ -38,7 +38,6 @@ slicehost-slice
38
38
  apikey [APIKEY] set your Slicehost API Key and save it to ~/.slicehost-tools
39
39
  help [TASK] describe available tasks or one specific task
40
40
 
41
- ## TODO
41
+ ## Contributing
42
42
 
43
- [DONE] Finish up the slice tool
44
- Multiple Slicehost accounts? (not likely, but an idea)
43
+ Feel free to fork and send pull requests via github.
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake/gempackagetask'
4
4
 
5
5
  gem_spec = Gem::Specification.new do |s|
6
6
  s.name = %q{slicehost-tools}
7
- s.version = "0.0.10"
7
+ s.version = "0.0.11"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
@@ -15,7 +15,7 @@ module Tools
15
15
  image_id = select_image_from(images)
16
16
 
17
17
  puts "Available Flavors: "
18
- flavor_id = select_flavor_from(flavosrs)
18
+ flavor_id = select_flavor_from(flavors)
19
19
 
20
20
  @add = false
21
21
  # confirm you want to do this, it does cost money
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{slicehost-tools}
5
- s.version = "0.0.10"
5
+ s.version = "0.0.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Cameron Cox", "Bobby Uhlenbrock", "Corey Martella"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booster-slicehost-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cox