rsence-pre 2.2.2.0 → 2.2.2.1
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/conf/default_conf.yaml +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.2.
|
|
1
|
+
2.2.2.1.pre
|
data/conf/default_conf.yaml
CHANGED
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
# Bind this ip address ('0.0.0.0' means all)
|
|
84
84
|
:bind_address: '127.0.0.1'
|
|
85
85
|
#
|
|
86
|
-
# Rack handler to use, defaults to
|
|
87
|
-
:rack_require:
|
|
86
|
+
# Rack handler to use, defaults to puma
|
|
87
|
+
:rack_require: puma
|
|
88
88
|
#
|
|
89
89
|
# When enabled, sets http cache headers
|
|
90
90
|
# to cache content as long as possible.
|
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.2.
|
|
4
|
+
version: 2.2.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - '='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '969'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
requirements:
|
|
28
28
|
- - '='
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: '
|
|
30
|
+
version: '969'
|
|
31
31
|
description: ! 'RSence is a different and unique development model and software frameworks
|
|
32
32
|
designed first-hand for real-time web applications. RSence consists of separate,
|
|
33
33
|
but tigtly integrated data- and user interface frameworks.
|