RubyApp 0.0.63 → 0.0.64

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.0.63)
4
+ RubyApp (0.0.64)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -59,7 +59,7 @@ module RubyApp
59
59
  200,
60
60
  { 'content-type' => RubyApp::Rack::Route.get_content_type(format) },
61
61
  [
62
- RubyApp::Log.duration("#{self}.#{__method__} method=#{method.inspect} path=#{path.inspect} format=#{format.to_sym.inspect}") do
62
+ RubyApp::Log.duration("#{self}.route method=#{method.inspect} path=#{path.inspect} format=#{format.to_sym.inspect}") do
63
63
  RubyApp::Session.pages.last.render(format.to_sym)
64
64
  end
65
65
  ]
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.63"
2
+ VERSION = "0.0.64"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 97
4
+ hash: 159
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 63
10
- version: 0.0.63
9
+ - 64
10
+ version: 0.0.64
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar