rsence-pre 2.2.0.33 → 2.2.0.34
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/VERSION +1 -1
- data/js/datetime/calendar/calendar.coffee +1 -1
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.0.
|
|
1
|
+
2.2.0.34.pre
|
|
@@ -276,7 +276,7 @@ HCalendar = HControl.extend(
|
|
|
276
276
|
ELEM.addClassName( _colElem, 'calendar_weeks_week_col_no' )
|
|
277
277
|
else
|
|
278
278
|
ELEM.addClassName( _colElem, 'calendar_weeks_week_col_yes' )
|
|
279
|
-
ELEM.setAttr( _colElem, 'href', "javascript:HSystem.views[#{@viewId}].setValue(#{
|
|
279
|
+
ELEM.setAttr( _colElem, 'href', "javascript:HSystem.views[#{@viewId}].setValue(#{_colSecs})" )
|
|
280
280
|
_left = (_col*_colWidth+_leftPlus)
|
|
281
281
|
ELEM.setStyle( _colElem, 'left', _left+'px' )
|
|
282
282
|
ELEM.setStyle( _colElem, 'width', (_colWidth-1)+'px' )
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rsence-pre
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.0.
|
|
4
|
+
version: 2.2.0.34
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,11 +10,11 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2011-12-
|
|
13
|
+
date: 2011-12-30 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rsence-deps
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70237315762560 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - =
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
version: '966'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *70237315762560
|
|
26
26
|
description: ! 'RSence is a different and unique development model and software frameworks
|
|
27
27
|
designed first-hand for real-time web applications. RSence consists of separate,
|
|
28
28
|
but tigtly integrated data- and user interface frameworks.
|
|
@@ -376,7 +376,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
376
376
|
version: 1.3.1
|
|
377
377
|
requirements: []
|
|
378
378
|
rubyforge_project: rsence-
|
|
379
|
-
rubygems_version: 1.8.
|
|
379
|
+
rubygems_version: 1.8.12
|
|
380
380
|
signing_key:
|
|
381
381
|
specification_version: 3
|
|
382
382
|
summary: Pre-Release 2.2 version of RSence.
|