octopus 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -16
  2. data/VERSION +1 -1
  3. data/octopus.gemspec +1 -1
  4. 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
- *Grab the code:*
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.4
1
+ 0.0.5
data/octopus.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{octopus}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["dave@boomer"]
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - dave@boomer