vayacondios-server 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/app/http_shim.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ require 'gorillib/logger/log'
3
4
  require 'vayacondios-server'
4
5
 
5
6
  class HttpShim < Goliath::API
@@ -17,6 +18,9 @@ class HttpShim < Goliath::API
17
18
  path_params = env[:vayacondios_path]
18
19
  klass = ('vayacondios/' + path_params[:type] + '_handler').camelize.constantize
19
20
 
21
+ Log.info("received request #{env['REQUEST_METHOD']} #{env['REQUEST_URI']}")
22
+ Log.info("params: #{env['params']}")
23
+
20
24
  begin
21
25
  case env[:vayacondios_method]
22
26
 
@@ -1,3 +1,3 @@
1
1
  class Vayacondios
2
- VERSION = '0.1.11'
2
+ VERSION = '0.1.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vayacondios-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-04-03 00:00:00.000000000 Z
15
+ date: 2013-04-15 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: configliere
@@ -269,7 +269,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
269
269
  version: '0'
270
270
  segments:
271
271
  - 0
272
- hash: 1484920319675864258
272
+ hash: -282001994815140660
273
273
  required_rubygems_version: !ruby/object:Gem::Requirement
274
274
  none: false
275
275
  requirements:
@@ -278,7 +278,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
278
278
  version: '0'
279
279
  segments:
280
280
  - 0
281
- hash: 1484920319675864258
281
+ hash: -282001994815140660
282
282
  requirements: []
283
283
  rubyforge_project:
284
284
  rubygems_version: 1.8.25