rhodes 2.4.0.beta.1 → 2.4.0.beta.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.
Files changed (3) hide show
  1. data/rhobuild.yml.example +5 -5
  2. data/rhodes.gemspec +1 -1
  3. metadata +3 -3
data/rhobuild.yml.example CHANGED
@@ -37,9 +37,9 @@ android:
37
37
 
38
38
  excludedirs:
39
39
  all:
40
- - **/.*.swo
41
- - **/.*.swn
42
- - **/.DS_Store
40
+ - "**/.*.swo"
41
+ - "**/.*.swn"
42
+ - "**/.DS_Store"
43
43
  bb:
44
44
  - public/js/iui
45
45
  - public/js/jquery*
@@ -48,7 +48,7 @@ excludedirs:
48
48
  - public/css/iphone*
49
49
  - public/iwebkit
50
50
  - public/themes
51
- - **/jquery*.js
52
- - **/*.db
51
+ - "**/jquery*.js"
52
+ - "**/*.db"
53
53
 
54
54
 
data/rhodes.gemspec CHANGED
@@ -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 = "2.4.0.beta.1"
6
+ s.version = "2.4.0.beta.2"
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,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhodes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196385
4
+ hash: 62196391
5
5
  prerelease: true
6
6
  segments:
7
7
  - 2
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 1
12
- version: 2.4.0.beta.1
11
+ - 2
12
+ version: 2.4.0.beta.2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Rhomobile