RubyApp 0.6.43 → 0.6.44
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/lib/ruby_app/elements/mobile/documents/authentication/open_id/authentication_document.rb
CHANGED
@@ -38,7 +38,6 @@ module RubyApp
|
|
38
38
|
case response.status
|
39
39
|
when ::OpenID::Consumer::SUCCESS
|
40
40
|
self.process_response(response)
|
41
|
-
RubyApp::Log.info("SESSION RubyApp::Session.identity.url=#{RubyApp::Session.identity.url.inspect}")
|
42
41
|
when ::OpenID::Consumer::FAILURE
|
43
42
|
RubyApp::Log.error("OPENID #{response.class}")
|
44
43
|
RubyApp::Log.error("OPENID #{response.message.inspect}")
|
@@ -1,8 +1,8 @@
|
|
1
1
|
:plain
|
2
2
|
// #{__FILE__}
|
3
3
|
$(document).on('pageinit', function() {
|
4
|
-
$('ul.list').listview('option', 'filterCallback', function() { return false; });
|
5
|
-
$('form.ui-listview-filter input').each( function() {
|
4
|
+
$('ul.list:visible').listview('option', 'filterCallback', function() { return false; });
|
5
|
+
$('form.ui-listview-filter input:visible').each( function() {
|
6
6
|
$(this).val($(this).parents('form.ui-listview-filter').next('ul.list').attr('data-search-value'));
|
7
7
|
});
|
8
8
|
});
|
data/lib/ruby_app/version.rb
CHANGED
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:
|
4
|
+
hash: 95
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 44
|
10
|
+
version: 0.6.44
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Frank G. Ficnar
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-10-
|
18
|
+
date: 2012-10-30 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|