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 +2 -3
- data/Rakefile +1 -1
- data/lib/slicehost-tools/tools/slice.rb +1 -1
- data/slicehost-tools.gemspec +1 -1
- metadata +1 -1
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
|
-
##
|
|
41
|
+
## Contributing
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
Multiple Slicehost accounts? (not likely, but an idea)
|
|
43
|
+
Feel free to fork and send pull requests via github.
|
data/Rakefile
CHANGED
data/slicehost-tools.gemspec
CHANGED
|
@@ -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.
|
|
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"]
|