rack-singleshot 0.1.0 → 0.1.1

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 (2) hide show
  1. data/bin/singleshot +5 -0
  2. metadata +7 -6
data/bin/singleshot ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "rack/singleshot"
4
+ ARGV.push("--server", "singleshot")
5
+ Rack::Server.start
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-singleshot
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben Burkert
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-14 00:00:00 +13:00
18
+ date: 2012-03-30 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -80,8 +80,8 @@ description: |
80
80
 
81
81
  email:
82
82
  - ben@benburkert.com
83
- executables: []
84
-
83
+ executables:
84
+ - singleshot
85
85
  extensions: []
86
86
 
87
87
  extra_rdoc_files: []
@@ -90,6 +90,7 @@ files:
90
90
  - ./lib/rack/singleshot.rb
91
91
  - ./spec/singleshot_spec.rb
92
92
  - ./spec/spec_helper.rb
93
+ - bin/singleshot
93
94
  has_rdoc: true
94
95
  homepage: http://github.com/benburkert/rack-singleshot
95
96
  licenses: []