octopus 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.rdoc +1 -16
- data/VERSION +1 -1
- data/octopus.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -8,22 +8,7 @@ This thing is an experimental octopus implementation.
|
|
|
8
8
|
sudo apt-get install libsqlite3-ruby libsqlite3-dev ruby rubygems
|
|
9
9
|
sudo gem install octopus
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Anonymous checkout:
|
|
14
|
-
|
|
15
|
-
foo: put github stuff here
|
|
16
|
-
|
|
17
|
-
Commit access:
|
|
18
|
-
|
|
19
|
-
git clone git@escapegoat.org:octopus.git
|
|
20
|
-
|
|
21
|
-
Once you've got the code, just run the octopus like so:
|
|
22
|
-
|
|
23
|
-
ruby octopus.rb
|
|
24
|
-
|
|
25
|
-
Then visit http://localhost:4567 and you can start adding resources for your octopus to grab. There is a resource creation form at http://localhost:4567/new
|
|
26
|
-
|
|
11
|
+
octopus start
|
|
27
12
|
|
|
28
13
|
== Note on Patches/Pull Requests
|
|
29
14
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.5
|
data/octopus.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: octopus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.0.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- dave@boomer
|