rhodes 3.1.0 → 3.1.1.beta

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.1
2
+ * Fix RhoSimulator for Mac
3
+
1
4
  ## 3.1
2
5
  * Symbian support(Beta)
3
6
  * Android: support latest SDK and NDK r6
@@ -1902,12 +1902,14 @@ platform/mac/RubyMac/RubyMac.xcodeproj/project.pbxproj
1902
1902
  platform/mac/target/compiler/RubyMac
1903
1903
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
1904
1904
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
1905
+ platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtDBus.framework/Versions/4/QtDBus
1905
1906
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Resources/qt_menu.nib/classes.nib
1906
1907
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Resources/qt_menu.nib/info.nib
1907
1908
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Resources/qt_menu.nib/keyedobjects.nib
1908
1909
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
1909
1910
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
1910
1911
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
1912
+ platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
1911
1913
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Info.plist
1912
1914
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/MacOS/RhoSimulator
1913
1915
  platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PkgInfo
@@ -3,7 +3,7 @@ require "lib/rhodes.rb"
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = %q{rhodes}
6
- s.version = "3.1.0"
6
+ s.version = "3.1.1.beta"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.authors = ["Rhomobile"]
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhodes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
5
- prerelease:
4
+ hash: 31098237
5
+ prerelease: true
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 0
10
- version: 3.1.0
9
+ - 1
10
+ - beta
11
+ version: 3.1.1.beta
11
12
  platform: ruby
12
13
  authors:
13
14
  - Rhomobile
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-08-15 00:00:00 -07:00
19
+ date: 2011-10-04 00:00:00 -07:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -2017,12 +2018,14 @@ files:
2017
2018
  - platform/mac/target/compiler/RubyMac
2018
2019
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
2019
2020
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
2021
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtDBus.framework/Versions/4/QtDBus
2020
2022
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Resources/qt_menu.nib/classes.nib
2021
2023
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Resources/qt_menu.nib/info.nib
2022
2024
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Resources/qt_menu.nib/keyedobjects.nib
2023
2025
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
2024
2026
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
2025
2027
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
2028
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
2026
2029
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Info.plist
2027
2030
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/MacOS/RhoSimulator
2028
2031
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PkgInfo
@@ -6480,7 +6483,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
6480
6483
  requirements: []
6481
6484
 
6482
6485
  rubyforge_project: rhodes
6483
- rubygems_version: 1.6.2
6486
+ rubygems_version: 1.3.7
6484
6487
  signing_key:
6485
6488
  specification_version: 2
6486
6489
  summary: The Rhodes framework is the easiest way to develop NATIVE apps with full device capabilities (GPS, PIM, camera, etc.) for any smartphone.