cameroncox-slicehost-tool 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License
2
+
3
+ Copyright (c) 2008 Cameron Cox <cameroncox@gmail.com>
4
+ "SliceHost" and "slice" are trademarks of Slicehost, LLC.
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
data/README.markdown ADDED
@@ -0,0 +1,31 @@
1
+ slicehost-tools
2
+ ===============
3
+
4
+ Manage Slicehost Slices and DNS records/zones from the command line.
5
+
6
+ WARNING
7
+ =======
8
+
9
+ I am not responsible if this eats your data, destroys your life, and sleeps with your wife. YOU HAVE BEEN WARNED.
10
+
11
+ Installation
12
+ ============
13
+
14
+ git clone git://github.com/wycats/thor.git
15
+ git clone git://github.com/cameroncox/slicehost-tools.git
16
+
17
+ cd thor
18
+ rake install
19
+ cd ..
20
+ cd slicehost-tools
21
+ rake gem
22
+ sudo gem install --local pkg/slicehost-tools-0.0.1.gem
23
+
24
+ and bob's you uncle!
25
+
26
+
27
+ TODO
28
+ ====
29
+
30
+ -Finish up the slice tool-
31
+
data/bin/slicehost-dns ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ $: << File.join( File.dirname(__FILE__), "..", "lib" )
3
+ require 'slicehost-tools'
4
+ require :"slicehost-tools" / :tools / :dns
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ $: << File.join( File.dirname(__FILE__), "..", "lib" )
3
+ require 'slicehost-tools'
4
+ require :"slicehost-tools" / :tools / :slice
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cameroncox-slicehost-tool
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Cameron Cox
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-07-01 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: thor
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.9.2
23
+ version:
24
+ description:
25
+ email: cameroncox@gmail.com
26
+ executables:
27
+ - slicehost-dns
28
+ - slicehost-slice
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - README.markdown
33
+ - LICENSE
34
+ files:
35
+ - README.markdown
36
+ - LICENSE
37
+ has_rdoc: false
38
+ homepage: http://github.com/cameroncox/slicehost-tools/
39
+ post_install_message:
40
+ rdoc_options: []
41
+
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: "0"
49
+ version:
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ requirements: []
57
+
58
+ rubyforge_project:
59
+ rubygems_version: 1.2.0
60
+ signing_key:
61
+ specification_version: 2
62
+ summary: tools utilizing the slicehost api
63
+ test_files: []
64
+