rhodes 2.2.2.beta.1 → 2.2.2
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/Manifest.txt +5647 -0
- data/rhodes.gemspec +1 -1
- metadata +4 -5
data/rhodes.gemspec
CHANGED
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhodes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 3
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 2
|
9
9
|
- 2
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 2.2.2.beta.1
|
10
|
+
version: 2.2.2
|
13
11
|
platform: ruby
|
14
12
|
authors:
|
15
13
|
- Rhomobile
|
@@ -750,6 +748,7 @@ files:
|
|
750
748
|
- lib/test/rho_stubs.rb
|
751
749
|
- lib/test/syncdb.sqlite
|
752
750
|
- LICENSE
|
751
|
+
- Manifest.txt
|
753
752
|
- platform/android/build/android.rake
|
754
753
|
- platform/android/build/androidcommon.rb
|
755
754
|
- platform/android/build/libcurl_build.files
|