rsence-pre 2.2.0.1 → 2.2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/VERSION +1 -1
  2. metadata +63 -50
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.0.1.pre
1
+ 2.2.0.2.pre
metadata CHANGED
@@ -1,58 +1,57 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rsence-pre
3
- version: !ruby/object:Gem::Version
4
- version: 2.2.0.1
3
+ version: !ruby/object:Gem::Version
4
+ hash: 123
5
5
  prerelease:
6
+ segments:
7
+ - 2
8
+ - 2
9
+ - 0
10
+ - 2
11
+ version: 2.2.0.2
6
12
  platform: ruby
7
- authors:
13
+ authors:
8
14
  - Riassence Inc.
9
15
  autorequire:
10
16
  bindir: bin
11
17
  cert_chain: []
12
- date: 2011-03-11 00:00:00.000000000 +02:00
18
+
19
+ date: 2011-03-11 00:00:00 +02:00
13
20
  default_executable: rsence-pre
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
16
23
  name: rsence-deps
17
- requirement: &2161100580 !ruby/object:Gem::Requirement
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
18
26
  none: false
19
- requirements:
20
- - - =
21
- - !ruby/object:Gem::Version
22
- version: '963'
27
+ requirements:
28
+ - - "="
29
+ - !ruby/object:Gem::Version
30
+ hash: 1925
31
+ segments:
32
+ - 963
33
+ version: "963"
23
34
  type: :runtime
24
- prerelease: false
25
- version_requirements: *2161100580
26
- description: ! 'RSence is a RIA ("HTML5" or "Ajax" if you like those terms better)
27
- framework designed for responsive GUI applications on the web.
28
-
29
-
30
- RSence is a flexible and high-performance RIA framework aimed on building responsive,
31
- scalable and over-all as high-performance GUI Applications as possible with the
32
- chosen technologies.
33
-
34
-
35
- RSence includes a server for backend tasks and client suppert as well as a Javascript
36
- GUI framework to provide responsive user interfaces.
37
-
38
-
39
- The purpose of the server is to provide a highly optimized yet easy to use Ruby
40
- framework for writing applications containing all their assets needed as self-contained
41
- plugins bundles. The bundles enable easy distribution and maintenance of RSence
42
- projects.
35
+ version_requirements: *id001
36
+ description: |
37
+ RSence is a RIA ("HTML5" or "Ajax" if you like those terms better) framework designed for responsive GUI applications on the web.
38
+
39
+ RSence is a flexible and high-performance RIA framework aimed on building responsive, scalable and over-all as high-performance GUI Applications as possible with the chosen technologies.
40
+
41
+ RSence includes a server for backend tasks and client suppert as well as a Javascript GUI framework to provide responsive user interfaces.
42
+
43
+ The purpose of the server is to provide a highly optimized yet easy to use Ruby framework for writing applications containing all their assets needed as self-contained plugins bundles. The bundles enable easy distribution and maintenance of RSence projects.
44
+
45
+ RSence is not primarily targeted as an engine for plain old html web sites, there are plenty of other tools for that purpose and some of them are easily integrated into RSence.
43
46
 
44
-
45
- RSence is not primarily targeted as an engine for plain old html web sites, there
46
- are plenty of other tools for that purpose and some of them are easily integrated
47
- into RSence.
48
-
49
- '
50
47
  email: info@rsence.org
51
- executables:
48
+ executables:
52
49
  - rsence-pre
53
50
  extensions: []
51
+
54
52
  extra_rdoc_files: []
55
- files:
53
+
54
+ files:
56
55
  - bin/rsence
57
56
  - lib/conf/argv.rb
58
57
  - lib/conf/default.rb
@@ -388,29 +387,43 @@ files:
388
387
  - VERSION
389
388
  - .yardopts
390
389
  - bin/rsence-pre
391
- has_rdoc: true
390
+ has_rdoc: yard
392
391
  homepage: http://www.rsence.org/
393
392
  licenses: []
393
+
394
394
  post_install_message:
395
395
  rdoc_options: []
396
- require_paths:
396
+
397
+ require_paths:
397
398
  - lib
398
- required_ruby_version: !ruby/object:Gem::Requirement
399
+ required_ruby_version: !ruby/object:Gem::Requirement
399
400
  none: false
400
- requirements:
401
- - - ! '>='
402
- - !ruby/object:Gem::Version
401
+ requirements:
402
+ - - ">="
403
+ - !ruby/object:Gem::Version
404
+ hash: 57
405
+ segments:
406
+ - 1
407
+ - 8
408
+ - 7
403
409
  version: 1.8.7
404
- required_rubygems_version: !ruby/object:Gem::Requirement
410
+ required_rubygems_version: !ruby/object:Gem::Requirement
405
411
  none: false
406
- requirements:
407
- - - ! '>'
408
- - !ruby/object:Gem::Version
412
+ requirements:
413
+ - - ">"
414
+ - !ruby/object:Gem::Version
415
+ hash: 25
416
+ segments:
417
+ - 1
418
+ - 3
419
+ - 1
409
420
  version: 1.3.1
410
421
  requirements: []
422
+
411
423
  rubyforge_project: rsence-
412
- rubygems_version: 1.6.0
424
+ rubygems_version: 1.6.2
413
425
  signing_key:
414
426
  specification_version: 3
415
427
  summary: Pre-Release 2.2 version of the RSence framework.
416
428
  test_files: []
429
+