skinny_daemon_example 0.0.0 → 0.0.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.
- data/README.rdoc +3 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/skinny_daemon_example.gemspec +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -16,5 +16,7 @@ For more info, see the blog post at http://labs.headlondon.com/2010/07/skinny-da
|
|
|
16
16
|
|
|
17
17
|
== Copyright
|
|
18
18
|
|
|
19
|
-
Copyright (c) 2010
|
|
19
|
+
Copyright (c) 2010 David Hrycyszyn. See LICENSE for details.
|
|
20
|
+
|
|
21
|
+
skinny_daemon_example is a headlabs project. See http://labs.headlondon.com for more.
|
|
20
22
|
|
data/Rakefile
CHANGED
|
@@ -9,7 +9,7 @@ begin
|
|
|
9
9
|
gem.description = %Q{Process daemonization with thin!}
|
|
10
10
|
gem.email = "dave@netbook"
|
|
11
11
|
gem.homepage = "http://github.com/futurechimp/skinny_daemon_example"
|
|
12
|
-
gem.authors = ["
|
|
12
|
+
gem.authors = ["Dave Hrycyszyn"]
|
|
13
13
|
gem.add_dependency "sinatra", "=1.0.0"
|
|
14
14
|
gem.add_dependency "thin"
|
|
15
15
|
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.1
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{skinny_daemon_example}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["
|
|
11
|
+
s.authors = ["Dave Hrycyszyn"]
|
|
12
12
|
s.date = %q{2010-07-22}
|
|
13
13
|
s.default_executable = %q{skinny_daemon_example}
|
|
14
14
|
s.description = %q{Process daemonization with thin!}
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: skinny_daemon_example
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
-
|
|
13
|
+
- Dave Hrycyszyn
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|