RubyApp 0.5.67 → 0.5.68

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.67)
4
+ RubyApp (0.5.68)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -69,7 +69,7 @@ module RubyApp
69
69
  route(RubyApp::Mixins::RouteMixin::POST, /.*/) do |method, path|
70
70
  begin
71
71
  RubyApp::Request.POST.each do |name, value|
72
- RubyApp::Log.debug("POST #{name.to_sym.inspect}=#{value.inspect}")
72
+ RubyApp::Log.debug("POST #{name.to_sym.inspect}=#{value.inspect}")
73
73
  end
74
74
  event = RubyApp::Element::Event.from_hash(RubyApp::Request.POST)
75
75
  RubyApp::Log.duration(RubyApp::Log::INFO, "EVENT #{event.class}") do
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.67"
2
+ VERSION = "0.5.68"
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: 141
4
+ hash: 131
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 67
10
- version: 0.5.67
9
+ - 68
10
+ version: 0.5.68
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar