rhodes 5.5.0.22 → 5.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/CONTRIBUTING.md +1 -1
  3. data/CREDITS +3 -3
  4. data/Rakefile +0 -22
  5. data/extensions/rhoconnect-push/ext/rhoconnect-push/platform/android/Rakefile +1 -1
  6. data/lib/build/jake.rb +0 -5
  7. data/lib/commonAPI/coreapi/ext/shared/TimerImpl.cpp +27 -36
  8. data/platform/iphone/Classes/URLProtocol/CRhoURLProtocol.h +0 -2
  9. data/platform/iphone/Classes/URLProtocol/CRhoURLProtocol.m +25 -183
  10. data/platform/iphone/Classes/rho/net/IPhoneNetRequest.mm +4 -91
  11. data/platform/iphone/rbuild/iphone.rake +231 -272
  12. data/platform/shared/common/RhoTime.cpp +40 -81
  13. data/platform/shared/db/DBAdapter.cpp +0 -33
  14. data/platform/shared/db/DBAdapter.h +0 -5
  15. data/platform/shared/net/HttpServer.cpp +1 -27
  16. data/platform/shared/net/INetRequest.cpp +6 -33
  17. data/platform/shared/qt/rhodes/qkineticscroller.cpp +2 -2
  18. data/platform/shared/qt/rhodes/qkineticscroller_p.h +1 -1
  19. data/platform/shared/qt/rhodes/qtscrollerfilter.cpp +3 -3
  20. data/platform/shared/qt/rhodes/qtscrollevent.cpp +2 -2
  21. data/platform/shared/qt/rhodes/qwebviewkineticscroller.cpp +1 -1
  22. data/platform/shared/qt/rhodes/qwebviewkineticscroller.h +1 -1
  23. data/platform/wm/build/wm.rake +3 -7
  24. data/platform/wm/rhodes/browser/BrowserFactory.cpp +6 -4
  25. data/platform/wm/rhodes/rhodes.vcproj +2 -31
  26. data/rakefile.rb +0 -22
  27. data/res/generators/templates/application/app/Settings/home.erb +1 -1
  28. data/res/generators/templates/application/build.yml +4 -61
  29. data/res/generators/templates/application/icon/icon.png +0 -0
  30. data/res/generators/templates/application/icon/icon114.png +0 -0
  31. data/res/generators/templates/application/icon/icon120.png +0 -0
  32. data/res/generators/templates/application/icon/icon144.png +0 -0
  33. data/res/generators/templates/application/icon/icon152.png +0 -0
  34. data/res/generators/templates/application/icon/icon180.png +0 -0
  35. data/res/generators/templates/application/icon/icon57.png +0 -0
  36. data/res/generators/templates/application/icon/icon60.png +0 -0
  37. data/res/generators/templates/application/icon/icon72.png +0 -0
  38. data/res/generators/templates/application/icon/icon76.png +0 -0
  39. data/res/generators/templates/application/production/iTunesArtwork.png +0 -0
  40. data/res/generators/templates/application/production/iTunesArtwork@2x.png +0 -0
  41. data/res/generators/templates/iphone_project/buildRhoBundle +7 -23
  42. data/res/generators/templates/iphone_project/root/Info.plist +2 -0
  43. data/res/generators/templates/iphone_project/root/iTunesArtwork +0 -0
  44. data/res/generators/templates/iphone_project/root/iTunesArtwork@2x +0 -0
  45. data/res/generators/templates/iphone_project/root/icon114.png +0 -0
  46. data/res/generators/templates/iphone_project/root/icon120.png +0 -0
  47. data/res/generators/templates/iphone_project/root/icon144.png +0 -0
  48. data/res/generators/templates/iphone_project/root/icon152.png +0 -0
  49. data/res/generators/templates/iphone_project/root/icon180.png +0 -0
  50. data/res/generators/templates/iphone_project/root/icon57.png +0 -0
  51. data/res/generators/templates/iphone_project/root/icon60.png +0 -0
  52. data/res/generators/templates/iphone_project/root/icon72.png +0 -0
  53. data/res/generators/templates/iphone_project/root/icon76.png +0 -0
  54. data/rhodes.gemspec +6 -7
  55. data/version +1 -1
  56. metadata +16 -46
  57. data/platform/iphone/rbuild/putsOverride.rake +0 -8
  58. data/platform/wm/rhodes/browser/stubs.cpp +0 -5
@@ -85,7 +85,7 @@ IBrowserEngine* BrowserFactory::create(HWND hwndParent)
85
85
  //TODO TAU
86
86
  //String xmlConfigType = rho_wmimpl_get_webengine();
87
87
  String xmlConfigType;
88
- String rhoConfigType = RHOCONF().getString("webengine");
88
+ String rhoConfigType = RHOCONF().getString("webengine");
89
89
 
90
90
  if (get_app_build_config_item("webengine"))
91
91
  {
@@ -110,10 +110,12 @@ IBrowserEngine* BrowserFactory::create(HWND hwndParent)
110
110
 
111
111
  if (selBrowserType == eNone)
112
112
  {
113
- selBrowserType = eIE;
114
- LOG(INFO) + "WebKit extension missing. Selected Internet Explorer engine automatically.";
113
+ selBrowserType = eWebkit;
114
+ LOG(INFO) + "Browser engine was not set in config`s. Selected Webkit engine automatically.";
115
115
  }
116
116
 
117
+ //TAU
118
+ selBrowserType = eWebkit;
117
119
  m_selBrowserType = selBrowserType;
118
120
 
119
121
  switch (selBrowserType)
@@ -156,4 +158,4 @@ EBrowserEngineType BrowserFactory::getCurrentBrowserType()
156
158
  extern "C" bool rho_wmimpl_is_browser_ieforwm()
157
159
  {
158
160
  return (bool)(rho::eIE == rho::BrowserFactory::getCurrentBrowserType());
159
- }
161
+ }
@@ -454,7 +454,7 @@
454
454
  />
455
455
  <DeploymentTool
456
456
  ForceDirty="-1"
457
- RemoteDirectory="%CSIDL_PROGRAM_FILES%\Kitchen Sink"
457
+ RemoteDirectory="%CSIDL_PROGRAM_FILES%\sas"
458
458
  RegisterOutput="0"
459
459
  AdditionalFiles=""
460
460
  />
@@ -1095,7 +1095,7 @@
1095
1095
  />
1096
1096
  <DeploymentTool
1097
1097
  ForceDirty="-1"
1098
- RemoteDirectory="%CSIDL_PROGRAM_FILES%\Kitchen Sink"
1098
+ RemoteDirectory="%CSIDL_PROGRAM_FILES%\sas"
1099
1099
  RegisterOutput="0"
1100
1100
  AdditionalFiles=""
1101
1101
  />
@@ -2031,31 +2031,6 @@
2031
2031
  </Configuration>
2032
2032
  </Configurations>
2033
2033
  <References>
2034
- <AssemblyReference
2035
- RelativePath="System.dll"
2036
- AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
2037
- MinFrameworkVersion="131072"
2038
- />
2039
- <AssemblyReference
2040
- RelativePath="System.Data.dll"
2041
- AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
2042
- MinFrameworkVersion="131072"
2043
- />
2044
- <AssemblyReference
2045
- RelativePath="System.Drawing.dll"
2046
- AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
2047
- MinFrameworkVersion="131072"
2048
- />
2049
- <AssemblyReference
2050
- RelativePath="System.Windows.Forms.dll"
2051
- AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
2052
- MinFrameworkVersion="131072"
2053
- />
2054
- <AssemblyReference
2055
- RelativePath="System.XML.dll"
2056
- AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
2057
- MinFrameworkVersion="131072"
2058
- />
2059
2034
  </References>
2060
2035
  <Files>
2061
2036
  <Filter
@@ -3024,10 +2999,6 @@
3024
2999
  RelativePath=".\browser\IEBrowserEngine.h"
3025
3000
  >
3026
3001
  </File>
3027
- <File
3028
- RelativePath=".\browser\stubs.cpp"
3029
- >
3030
- </File>
3031
3002
  </Filter>
3032
3003
  </Files>
3033
3004
  <Globals>
data/rakefile.rb CHANGED
@@ -74,7 +74,6 @@ end
74
74
  #------------------------------------------------------------------------
75
75
 
76
76
  $app_basedir = pwd
77
- $is_webkit_engine = false
78
77
  $startdir = File.dirname(__FILE__)
79
78
  $startdir.gsub!('\\', '/')
80
79
 
@@ -2487,10 +2486,6 @@ def init_extensions(dest, mode = "")
2487
2486
 
2488
2487
  $app_config["extensions"].each do |extname|
2489
2488
  puts 'ext - ' + extname
2490
-
2491
- if extname == "webkit"
2492
- $is_webkit_engine = true
2493
- end
2494
2489
 
2495
2490
  extpath = nil
2496
2491
  extpaths.each do |p|
@@ -2675,23 +2670,6 @@ def init_extensions(dest, mode = "")
2675
2670
 
2676
2671
  end
2677
2672
 
2678
- stubs = File.join($startdir, "platform", "wm", "rhodes", "browser", "stubs.cpp")
2679
- if $is_webkit_engine == false
2680
- File.open(stubs, "w+") do |f|
2681
- f.puts "// WARNING! THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT IT MANUALLY!"
2682
- f.puts "#include \"StdAfx.h\""
2683
- f.puts "#include \"common/RhoStd.h\""
2684
- f.puts "#include \"IBrowserEngine.h\""
2685
- f.puts "rho::IBrowserEngine* rho_wmimpl_get_webkitBrowserEngine(HWND hwndParent, HINSTANCE rhoAppInstance) {return 0;}"
2686
- Jake.modify_file_if_content_changed( stubs, f )
2687
- end
2688
- else
2689
- File.open(stubs, "w+") do |f|
2690
- f.puts "// WARNING! THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT IT MANUALLY!"
2691
- f.puts "#include \"StdAfx.h\""
2692
- Jake.modify_file_if_content_changed( stubs, f )
2693
- end
2694
- end
2695
2673
 
2696
2674
  if ($ruby_only_extensions_list)
2697
2675
  BuildOutput.warning([
@@ -14,7 +14,7 @@
14
14
  </div>
15
15
  <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">
16
16
  <%% if SyncEngine::logged_in > 0 %>
17
- <a href="<%%= url_for :controller => :Settings, :action => :logout %>" class="btn btn-default btn-sm pull-right">
17
+ <a href="<%%= url_for :controller => :Settings, :action => :logout %" class="btn btn-default btn-sm pull-right">
18
18
  Logout
19
19
  </a>
20
20
  <%% else %>
@@ -1,43 +1,13 @@
1
- ## Note: sdk is full path to Rhodes root. If not defined - automatically find latest installed Rhodes gem
2
1
  #sdk: "<%=@sdk_path%>"
3
2
  sdkversion: <%=Rhodes::VERSION%>
4
3
  name: <%=@app_name%>
5
4
  version: 1.0
6
5
  vendor: rhomobile
7
- ## Note: rho_app_id send to RhoConnect server for identify application (used in multi-push configuration only)
8
- ## we recommend make it same with BundleIdentifier
9
- rho_app_id: com.rhomobile.<%=@app_name_cleared%>
10
6
  build: debug
11
7
  applog: rholog.txt
12
-
13
- ## Note: enable specific device capabilities for aplication
14
- #capabilities:
15
- ## allows use of audio hardware (record audio, modify audio settings)
16
- #- audio
17
- ## allows use of hardware camera
18
- #- camera
19
- ## allows use of geo location service
20
- #- gps
21
- ## allows read device network state (connected/disconnected)
22
- #- network_state
23
- ## allow make calls/read phone state
24
- #- phone
25
- ## allow read/modify personal information and contacts
26
- #- pim
27
- ## allows use of PUSH on device
28
- #- push
29
- ## allows use of hardware vibration mechanism
30
- #- vibrate
31
- ## allows use of bluetooth hardware
32
- #- bluetooth
33
- ## allows access to default device calendar
34
- #- calendar
35
- ## allows writing to the SD card on Android devices
36
- #- sdcard
37
-
38
8
  iphone:
39
9
  configuration: Release
40
- sdk: iphonesimulator10.2
10
+ sdk: iphonesimulator10.0
41
11
  #provisionprofile:
42
12
  #codesignidentity:
43
13
  #entitlements:
@@ -45,41 +15,14 @@ iphone:
45
15
  BundleURLScheme: <%=@app_name_cleared%>
46
16
  production:
47
17
  ipa_itunesartwork_image: "./production/iTunesArtwork.png"
48
- ## Note: Specifies the URL schemes the app is able to call using Rho.System.runApplication
49
- #ApplicationQueriesSchemes: ['scheme1', 'scheme2']
50
- ## Note: Specifies list of HTTP domains for connect from application
51
- #http_connection_domains: ['domain1.com', 'domain2.org']
52
- ## Note: Specify remove of Info.plist keys - use this if you need to remove some keys from Info.plist
53
- ## This example remove two keys with unsupported screen orientation and also remove UIRequiredDeviceCapabilities key
54
- #info_plist_data_remove:
55
- #- UIRequiredDeviceCapabilities
56
- #- UISupportedInterfaceOrientations: ['UIInterfaceOrientationLandscapeLeft', 'UIInterfaceOrientationLandscapeRight']
57
- ## Note: Specifies set/modify of Info.plist keys with content(hash) - all of this items will be apply to final Info.plist of application. You can specify any Ino.plist data in this parameter.
58
- ## this example content is equal of two upper parameters content (URLS schemes and HTTP domains) - you can use manually setup this parameters for more detailed setup instead default.
59
- ## in this example we show additional disable of perfect forward secrecy (PFS) for domain3(https)
60
- #info_plist_data:
61
- # LSApplicationQueriesSchemes: ['scheme1', 'scheme2']
62
- # NSAppTransportSecurity:
63
- # NSAllowsArbitraryLoads: true
64
- # NSExceptionDomains:
65
- # domain1.com:
66
- # NSIncludesSubdomains: true
67
- # NSTemporaryExceptionAllowsInsecureHTTPLoads: true
68
- # NSTemporaryExceptionMinimumTLSVersion: 'TLSv1.0'
69
- # domain2.org:
70
- # NSIncludesSubdomains: true
71
- # NSTemporaryExceptionAllowsInsecureHTTPLoads: true
72
- # NSTemporaryExceptionMinimumTLSVersion: 'TLSv1.0'
73
- # domain3.com:
74
- # NSExceptionRequiresForwardSecrecy: false
75
-
18
+ # Note: Specifies the URL schemes the app is able to call using Rho.System.runApplication
19
+ #ApplicationQueriesSchemes: ["scheme1", "scheme2"]
76
20
  wp8:
77
21
  productid: '<%=@productid%>'
78
-
79
22
  android:
80
23
  #manifest_template: 'AndroidManifest.erb'
81
24
  version: 4.1.0
82
- ## Note: in order to simplify debugging only app messages and system channels with priority informative and higher, and any errors are enabled by default
25
+ # Note: in order to simplify debugging only app messages and system channels with priority informative and higher, and any errors are enabled by default
83
26
  logcatFilter: APP:I StrictMode:I DEBUG:I *:E
84
27
 
85
28
  wm:
@@ -1,42 +1,26 @@
1
1
  #!/bin/sh
2
2
 
3
- echo "START buildRhoBundle script"
4
3
 
5
- if [ "$RHO_BUNDLE_ALREADY_BUILDED" = "YES" ]
6
- then
4
+ if [ "$RHO_BUNDLE_ALREADY_BUILDED" = "YES" ]; then
7
5
 
8
6
  RHO_BUNDLE_ALREADY_BUILDED="NO"
9
- echo "RhoBundle already builded !"
10
7
 
11
- else
8
+ echo "RhoBundle already builded !"
12
9
 
13
- echo "RhoBundle should BUILD !"
10
+ elif [ "$ACTION" = "build" -o "$ACTION" = "" ]; then
14
11
 
15
- RHO_BUNDLE_ALREADY_BUILDED="NO"
16
-
17
- . ~/.profile
12
+ source ~/.profile
18
13
  cd ../..
19
14
 
20
- echo "START Prepare build bundle - switch app"
21
-
22
- ruby --version
23
-
15
+ RHO_BUNDLE_ALREADY_BUILDED="NO"
24
16
  rake switch_app
25
-
26
- echo "FINISH Prepare build bundle - switch app"
27
-
28
17
  TARGET_RHODESLIBS_DIR=${SRCROOT}
29
-
30
18
  cd <%= rhodes_root_path %>
31
-
32
- echo "START build bundle ..."
33
-
34
19
  rake build:iphone:rhobundle
35
20
 
36
- echo "FINISH build bundle ..."
37
-
38
21
  RHO_BUNDLE_ALREADY_BUILDED="NO"
39
22
 
40
23
  fi
41
24
 
42
- echo "FINISH buildRhoBundle script"
25
+
26
+
@@ -151,6 +151,8 @@
151
151
  <dict>
152
152
  <key>NSAllowsArbitraryLoads</key>
153
153
  <true/>
154
+ <key>NSAllowsArbitraryLoadsInWebContent</key>
155
+ <true/>
154
156
  </dict>
155
157
  <key>UIRequiresFullScreen</key>
156
158
  <true/>
data/rhodes.gemspec CHANGED
@@ -20,20 +20,17 @@ Gem::Specification.new do |s|
20
20
  s.require_paths = ["lib"]
21
21
  s.rubyforge_project = %q{rhodes}
22
22
  s.rubygems_version = %q{1.3.5}
23
- s.required_ruby_version = '>= 1.9.1'
24
23
  s.add_dependency('templater', '1.0.0')
25
- s.add_dependency('rake', '12.0.0')
24
+ s.add_dependency('rake', '>= 0.9.2')
26
25
  s.add_dependency('uuid', '2.3.7')
27
26
  s.add_dependency('systemu', '2.6.4')
28
- s.add_dependency('json', '1.8.3')
27
+ s.add_dependency('json', '>= 1.8.1')
29
28
  s.add_dependency('rest-client', '1.6.8')
30
29
  s.add_dependency('CFPropertyList', '2.2.8')
31
30
  s.add_dependency('simctl', '1.5.6')
32
31
  s.add_dependency('listen', '3.0.6')
33
- s.add_dependency('rubyzip', '1.2.0')
34
- s.add_dependency('ffi', '1.9.14')
35
- s.add_dependency('rdoc', '4.2.2')
36
- s.post_install_message = "Thanks for installing Rhodes ! Please visit our website: http://tau-technologies.com" if s.respond_to? :post_install_message=
32
+ s.add_dependency('rubyzip', '>= 1.1.7')
33
+ #s.add_dependency('rdoc', '4.1.2')
37
34
  s.executables << 'rhogen'
38
35
  s.executables << 'rhodes'
39
36
  s.executables << 'upgrade-rhodes-app'
@@ -44,6 +41,7 @@ Gem::Specification.new do |s|
44
41
  #this is a hack, we dont have an extension, but we want to run postinstall code. It's done via the 'building' of an extension
45
42
  s.extensions << 'ext/extconf.rb'
46
43
  s.summary = %q{The Rhodes framework is the easiest way to develop NATIVE apps with full device capabilities (GPS, PIM, camera, etc.) for any smartphone.}
44
+
47
45
  if s.respond_to? :specification_version then
48
46
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
49
47
  s.specification_version = 2
@@ -57,3 +55,4 @@ Gem::Specification.new do |s|
57
55
  s.add_dependency(%q<diff-lcs>, [">= 1.1.2"])
58
56
  end
59
57
  end
58
+
data/version CHANGED
@@ -1 +1 @@
1
- 5.5.0.22
1
+ 5.5.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.0.22
4
+ version: 5.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAU Technologies
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-27 00:00:00.000000000 Z
11
+ date: 2016-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: templater
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 12.0.0
33
+ version: 0.9.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 12.0.0
40
+ version: 0.9.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: uuid
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -70,16 +70,16 @@ dependencies:
70
70
  name: json
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: 1.8.3
75
+ version: 1.8.1
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: 1.8.3
82
+ version: 1.8.1
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rest-client
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -140,44 +140,16 @@ dependencies:
140
140
  name: rubyzip
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - '='
144
- - !ruby/object:Gem::Version
145
- version: 1.2.0
146
- type: :runtime
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - '='
151
- - !ruby/object:Gem::Version
152
- version: 1.2.0
153
- - !ruby/object:Gem::Dependency
154
- name: ffi
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - '='
158
- - !ruby/object:Gem::Version
159
- version: 1.9.14
160
- type: :runtime
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - '='
165
- - !ruby/object:Gem::Version
166
- version: 1.9.14
167
- - !ruby/object:Gem::Dependency
168
- name: rdoc
169
- requirement: !ruby/object:Gem::Requirement
170
- requirements:
171
- - - '='
143
+ - - ">="
172
144
  - !ruby/object:Gem::Version
173
- version: 4.2.2
145
+ version: 1.1.7
174
146
  type: :runtime
175
147
  prerelease: false
176
148
  version_requirements: !ruby/object:Gem::Requirement
177
149
  requirements:
178
- - - '='
150
+ - - ">="
179
151
  - !ruby/object:Gem::Version
180
- version: 4.2.2
152
+ version: 1.1.7
181
153
  - !ruby/object:Gem::Dependency
182
154
  name: diff-lcs
183
155
  requirement: !ruby/object:Gem::Requirement
@@ -5887,7 +5859,6 @@ files:
5887
5859
  - platform/iphone/rbuild/findRhodesGuid.rb
5888
5860
  - platform/iphone/rbuild/iphone.rake
5889
5861
  - platform/iphone/rbuild/iphonecommon.rb
5890
- - platform/iphone/rbuild/putsOverride.rake
5891
5862
  - platform/iphone/rhoextlib/dosyscall.c
5892
5863
  - platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj
5893
5864
  - platform/iphone/rhoextlib/rhoextlib_Prefix.pch
@@ -8402,7 +8373,6 @@ files:
8402
8373
  - platform/wm/rhodes/browser/IEBrowserEngine.cpp
8403
8374
  - platform/wm/rhodes/browser/IEBrowserEngine.h
8404
8375
  - platform/wm/rhodes/browser/htmlctrl.h
8405
- - platform/wm/rhodes/browser/stubs.cpp
8406
8376
  - platform/wm/rhodes/camera/Camera.cpp
8407
8377
  - platform/wm/rhodes/camera/Camera.h
8408
8378
  - platform/wm/rhodes/memory_helper.cpp
@@ -13641,7 +13611,7 @@ homepage: http://tau-technologies.com/
13641
13611
  licenses:
13642
13612
  - MIT
13643
13613
  metadata: {}
13644
- post_install_message: 'Thanks for installing Rhodes ! Please visit our website: http://tau-technologies.com'
13614
+ post_install_message:
13645
13615
  rdoc_options:
13646
13616
  - "--inline-source"
13647
13617
  - "--charset=UTF-8"
@@ -13664,7 +13634,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
13664
13634
  requirements:
13665
13635
  - - ">="
13666
13636
  - !ruby/object:Gem::Version
13667
- version: 1.9.1
13637
+ version: '0'
13668
13638
  required_rubygems_version: !ruby/object:Gem::Requirement
13669
13639
  requirements:
13670
13640
  - - ">="