RubyApp 0.6.58 → 0.6.59

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.
@@ -43,14 +43,14 @@ module RubyApp
43
43
 
44
44
  @metadata.merge!('viewport' => 'width=device-width, initial-scale=1')
45
45
 
46
- @stylesheets.push('http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css')
46
+ @stylesheets.push('//code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css')
47
47
 
48
- @scripts.push('http://code.jquery.com/jquery-1.8.3.min.js')
49
- @scripts.push('http://code.jquery.com/ui/1.9.2/jquery-ui.min.js')
48
+ @scripts.push('//code.jquery.com/jquery-1.8.3.min.js')
49
+ @scripts.push('//code.jquery.com/ui/1.9.2/jquery-ui.min.js')
50
50
  @scripts.push('/ruby_app/resources/elements/mobile/document/jquery.ui.touch-punch.min.js')
51
51
  @scripts.push('/ruby_app/resources/elements/mobile/document/fastclick.js')
52
52
  @scripts.push('/ruby_app/resources/elements/mobile/document/document.js')
53
- @scripts.push('http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js')
53
+ @scripts.push('//code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js')
54
54
 
55
55
  end
56
56
 
@@ -1,3 +1,3 @@
1
- load_script! 'all_once'
1
+ load_script! 'standard'
2
2
 
3
3
  add_step! (RubyApp::Element::Event) { |event| event.execute('window.close();') }
@@ -1,2 +1,2 @@
1
- load_script! 'all_once'
1
+ load_script! 'standard'
2
2
  load_script! 'common/reset'
@@ -3,4 +3,4 @@ load_script! 'elements/authentications/o_auth/git_hub'
3
3
  load_script! 'elements/authentications/open_id/google'
4
4
  load_script! 'elements/authentications/open_id/my_open_id'
5
5
  load_script! 'elements/authentications/open_id/yahoo'
6
- load_script! 'all_once'
6
+ load_script! 'standard'
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.6.58"
2
+ VERSION = "0.6.59"
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: 115
4
+ hash: 113
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 58
10
- version: 0.6.58
9
+ - 59
10
+ version: 0.6.59
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: 2013-02-04 00:00:00 Z
18
+ date: 2013-02-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -575,9 +575,6 @@ files:
575
575
  - lib/ruby_app/resources/elements/mobile/platforms/ios/document/apple-touch-startup-image.psd
576
576
  - lib/ruby_app/resources/favicon.ico
577
577
  - lib/ruby_app/response.rb
578
- - lib/ruby_app/scripts/all_continuous.rb
579
- - lib/ruby_app/scripts/all_once.rb
580
- - lib/ruby_app/scripts/all_once_with_logon.rb
581
578
  - lib/ruby_app/scripts/common/features.rb
582
579
  - lib/ruby_app/scripts/common/features/authentications.rb
583
580
  - lib/ruby_app/scripts/common/reset.rb
@@ -598,6 +595,9 @@ files:
598
595
  - lib/ruby_app/scripts/elements/trigger.rb
599
596
  - lib/ruby_app/scripts/phantom.js
600
597
  - lib/ruby_app/scripts/phantom.rb
598
+ - lib/ruby_app/scripts/standard.rb
599
+ - lib/ruby_app/scripts/standard_continuous.rb
600
+ - lib/ruby_app/scripts/standard_logon.rb
601
601
  - lib/ruby_app/session.rb
602
602
  - lib/ruby_app/templates/application/Gemfile
603
603
  - lib/ruby_app/templates/application/Rakefile