octopus 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/octopus +1 -1
  3. data/octopus.gemspec +6 -6
  4. metadata +7 -7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
data/bin/octopus CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Octopus command line interface script.
4
4
  # Run <tt>octopus -h</tt> to get more usage.
5
- require File.dirname(__FILE__) + '/../lib/octopus'
5
+ require 'rubygems'
6
6
  require 'thin'
7
7
 
8
8
  rackup_file = "#{File.dirname(__FILE__)}/../lib/octopus/config.ru"
data/octopus.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{octopus}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
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"]
12
- s.date = %q{2010-11-17}
12
+ s.date = %q{2010-12-09}
13
13
  s.default_executable = %q{octopus}
14
14
  s.description = %q{Grabs stuff off the net and notifies interested subscribers.}
15
15
  s.email = %q{dave.hrycyszyn@headlondon.com}
@@ -67,12 +67,12 @@ Gem::Specification.new do |s|
67
67
  s.rubygems_version = %q{1.3.7}
68
68
  s.summary = %q{An experimental octopus implementation.}
69
69
  s.test_files = [
70
- "test/test_octopus.rb",
70
+ "test/test_subscription.rb",
71
+ "test/test_generic_http_grabber.rb",
71
72
  "test/test_net_resource.rb",
73
+ "test/test_octopus.rb",
72
74
  "test/helper.rb",
73
- "test/support/blueprints.rb",
74
- "test/test_generic_http_grabber.rb",
75
- "test/test_subscription.rb"
75
+ "test/support/blueprints.rb"
76
76
  ]
77
77
 
78
78
  if s.respond_to? :specification_version then
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: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - dave@boomer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-17 00:00:00 +00:00
18
+ date: 2010-12-09 00:00:00 +00:00
19
19
  default_executable: octopus
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -262,9 +262,9 @@ signing_key:
262
262
  specification_version: 3
263
263
  summary: An experimental octopus implementation.
264
264
  test_files:
265
- - test/test_octopus.rb
265
+ - test/test_subscription.rb
266
+ - test/test_generic_http_grabber.rb
266
267
  - test/test_net_resource.rb
268
+ - test/test_octopus.rb
267
269
  - test/helper.rb
268
270
  - test/support/blueprints.rb
269
- - test/test_generic_http_grabber.rb
270
- - test/test_subscription.rb