rhodes 2.2.0.beta.2 → 2.2.0.beta.3
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/lib/framework/rho/rhoevent.rb +1 -1
- data/rhodes.gemspec +1 -1
- metadata +3 -3
|
@@ -10,7 +10,7 @@ end
|
|
|
10
10
|
module Rho
|
|
11
11
|
module RhoEvent
|
|
12
12
|
# These values determined experimentally on iPhone
|
|
13
|
-
MIN_TIME = Time.utc(
|
|
13
|
+
MIN_TIME = Time.utc(2008, 'jan', 1, 0, 0, 0)
|
|
14
14
|
MAX_TIME = Time.utc(2030, 'dec', 31, 23, 59, 59)
|
|
15
15
|
|
|
16
16
|
#TODO: update examples
|
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.2.0.beta.
|
|
6
|
+
s.version = '2.2.0.beta.3'
|
|
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:
|
|
4
|
+
hash: 62196421
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 2
|
|
9
9
|
- 0
|
|
10
10
|
- beta
|
|
11
|
-
-
|
|
12
|
-
version: 2.2.0.beta.
|
|
11
|
+
- 3
|
|
12
|
+
version: 2.2.0.beta.3
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Rhomobile
|