shotgun 0.2 → 0.3

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.
Files changed (3) hide show
  1. data/lib/shotgun.rb +1 -0
  2. data/shotgun.gemspec +2 -2
  3. metadata +1 -4
data/lib/shotgun.rb CHANGED
@@ -49,6 +49,7 @@ class Shotgun
49
49
  status, headers, body = app.call(@env)
50
50
  Marshal.dump([status, headers.to_hash, slurp(body)], @writer)
51
51
  @writer.close
52
+ ensure
52
53
  exit! 0
53
54
  end
54
55
 
data/shotgun.gemspec CHANGED
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
4
4
 
5
5
  s.name = 'shotgun'
6
- s.version = '0.2'
6
+ s.version = '0.3'
7
7
  s.date = '2009-03-22'
8
8
 
9
9
  s.description = "Because reloading sucks."
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
25
25
 
26
26
  s.extra_rdoc_files = %w[README]
27
- s.add_dependency 'rack', '>= 0.9.1', '< 1.0'
27
+ s.add_dependency 'rack', '>= 0.9.1'
28
28
  s.add_dependency 'launchy', '>= 0.3.3', '< 1.0'
29
29
 
30
30
  s.homepage = "http://github.com/rtomayko/shotgun/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shotgun
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.2"
4
+ version: "0.3"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Tomayko
@@ -21,9 +21,6 @@ dependencies:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.9.1
24
- - - <
25
- - !ruby/object:Gem::Version
26
- version: "1.0"
27
24
  version:
28
25
  - !ruby/object:Gem::Dependency
29
26
  name: launchy