apphunkd 0.10.0 → 0.10.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 (4) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. data/apphunkd.gemspec +5 -2
  4. metadata +12 -2
data/Rakefile CHANGED
@@ -20,6 +20,7 @@ begin
20
20
  gem.authors = ["Andreas Wolff"]
21
21
  gem.add_development_dependency "rspec", ">= 1.2.9"
22
22
  gem.add_development_dependency "yard", ">= 0"
23
+ gem.add_dependency "sinatra", ">= 0.9.4"
23
24
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
24
25
  end
25
26
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.0
1
+ 0.10.1
data/apphunkd.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{apphunkd}
8
- s.version = "0.10.0"
8
+ s.version = "0.10.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andreas Wolff"]
12
- s.date = %q{2009-11-20}
12
+ s.date = %q{2009-11-29}
13
13
  s.default_executable = %q{apphunkd}
14
14
  s.description = %q{
15
15
  Apphunkd is a ruby based daemon that runs on your application-servers and acts as local proxy between your apps and apphunk.com.
@@ -247,13 +247,16 @@ Gem::Specification.new do |s|
247
247
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
248
248
  s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
249
249
  s.add_development_dependency(%q<yard>, [">= 0"])
250
+ s.add_runtime_dependency(%q<sinatra>, [">= 0.9.4"])
250
251
  else
251
252
  s.add_dependency(%q<rspec>, [">= 1.2.9"])
252
253
  s.add_dependency(%q<yard>, [">= 0"])
254
+ s.add_dependency(%q<sinatra>, [">= 0.9.4"])
253
255
  end
254
256
  else
255
257
  s.add_dependency(%q<rspec>, [">= 1.2.9"])
256
258
  s.add_dependency(%q<yard>, [">= 0"])
259
+ s.add_dependency(%q<sinatra>, [">= 0.9.4"])
257
260
  end
258
261
  end
259
262
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apphunkd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Wolff
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-20 00:00:00 +01:00
12
+ date: 2009-11-29 00:00:00 +01:00
13
13
  default_executable: apphunkd
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -32,6 +32,16 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: "0"
34
34
  version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: sinatra
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 0.9.4
44
+ version:
35
45
  description: "\n Apphunkd is a ruby based daemon that runs on your application-servers and acts as local proxy between your apps and apphunk.com.\n It collects, queues and delivers message to the Apphunk remote-logging-service.\n "
36
46
  email: andreas@apphunk.com
37
47
  executables: