RubyApp 0.5.75 → 0.5.76

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.5.75)
4
+ RubyApp (0.5.76)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -42,7 +42,7 @@ module RubyApp
42
42
  case response.status
43
43
  when ::OpenID::Consumer::SUCCESS
44
44
  RubyApp::Session.identity = self.create_identity_from_response(response)
45
- RubyApp::Log.info("OPENID RubyApp::Session.identity.url=#{RubyApp::Session.identity.url.inspect}")
45
+ RubyApp::Log.info("SESSION RubyApp::Session.identity.url=#{RubyApp::Session.identity.url.inspect}")
46
46
  when ::OpenID::Consumer::FAILURE
47
47
  RubyApp::Log.error("OPENID #{response.class}")
48
48
  RubyApp::Log.error("OPENID #{response.message.inspect}")
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.75"
2
+ VERSION = "0.5.76"
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: 157
4
+ hash: 147
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 75
10
- version: 0.5.75
9
+ - 76
10
+ version: 0.5.76
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar