rsence-deps 963 → 964
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/README.rdoc +34 -50
- data/lib/rsence-deps.rb +1 -0
- metadata +57 -32
data/README.rdoc
CHANGED
@@ -1,52 +1,36 @@
|
|
1
1
|
|
2
|
-
== 1. ABOUT
|
3
|
-
|
4
|
-
This is a dummy package listing the dependencies of (always) the latest version of Riassence Framework.
|
5
|
-
|
6
|
-
More info: http://riassence.org/
|
7
|
-
|
8
|
-
The following chapter is from the Install.txt
|
9
|
-
|
10
|
-
== 2. RUBY PACKAGES (RUBY GEMS)
|
11
|
-
|
12
|
-
These ruby gems are required:
|
13
|
-
|
14
|
-
- rake (not required, if you have a system package of it installed)
|
15
|
-
|
16
|
-
- rack
|
17
|
-
|
18
|
-
- A rack handler, one of the following are suggested:
|
19
|
-
|
20
|
-
- mongrel (solid, pretty fast works reliably)
|
21
|
-
|
22
|
-
- thin (quick, but not the most reliable)
|
23
|
-
|
24
|
-
- webrick (very slow; use as last resort)
|
25
|
-
|
26
|
-
- json
|
27
|
-
|
28
|
-
- yaml
|
29
|
-
|
30
|
-
- jsmin_c (js whitespace removal)
|
31
|
-
|
32
|
-
- jscompress (js namespace compression/obfuscation)
|
33
|
-
|
34
|
-
- html_min (html whitespace removal)
|
35
|
-
|
36
|
-
- cssmin (css whitespace removal)
|
37
|
-
|
38
|
-
- Required by persistent session storage:
|
39
|
-
|
40
|
-
- sqlite3-ruby (or other sequel -compatible database adapter)
|
41
|
-
|
42
|
-
- sequel
|
43
|
-
|
44
|
-
|
45
|
-
These ruby gems are recommended. The system will run without them but manual reconfiguration might be needed.
|
46
|
-
|
47
|
-
- highline (not required, if you don't need the setup wizard)
|
48
|
-
|
49
|
-
- soap4r (not required, if you don't need to create SOAP services)
|
50
|
-
|
51
|
-
- rmagick (not required, but used by many projects)
|
52
2
|
|
3
|
+
This is a dummy package listing the dependencies of (always) the latest version of Rsence.
|
4
|
+
|
5
|
+
More info: http://rsence.org/
|
6
|
+
|
7
|
+
List of dependencies with a brief description:
|
8
|
+
|
9
|
+
* *rake*[http://rake.rubyforge.org]
|
10
|
+
* Ruby build tool
|
11
|
+
* Not necessarily required via ruby gems, if installed via a system-level package
|
12
|
+
* *coffee-script*[https://github.com/josh/ruby-coffee-script]
|
13
|
+
* Ruby library for .coffee -> .js compliation
|
14
|
+
* *rack*[http://rack.rubyforge.org]
|
15
|
+
* Abstract ruby web server interface
|
16
|
+
* A rack handler is also required. One of the following is suggested:
|
17
|
+
* *unicorn*[http://unicorn.bogomips.org] :: Suggested for production deployment. Use Apache, Nginx or similar front-ends for virtual hosts, SSL and such.
|
18
|
+
* *mongrel*[http://github.com/fauna/mongrel] :: Suggested for development use, also works for production when combined with a front-end proxy for virtual hosts etc.
|
19
|
+
* *thin*[http://code.macournoyer.com/thin] :: Alternative for development use.
|
20
|
+
* *webrick*:: Bundled with ruby (no installation required). Very slow; use as last resort
|
21
|
+
* *json*[http://flori.github.com/json]:: Library for bi-directional JSON[http://json.org] conversion.
|
22
|
+
* *yaml*[http://yaml4r.sourceforge.net/doc]:: Library for handling YAML[http://www.yaml.org] files
|
23
|
+
* *randgen*:: C-optimized random string generator developed for RSence specifically
|
24
|
+
* *jsmin_c*:: C-optimized Javascript whitespace removal library; Ruby wrapper developed for RSence specifically; based on the original JSMin[http://www.crockford.com/javascript/jsmin.html]
|
25
|
+
* *jscompress*:: C-optimized Javascript compression and obfuscation library developed for RSence specifically
|
26
|
+
* *html_min*:: C-optimized HTML whitespace removal library developed for RSence specifically
|
27
|
+
* *cssmin*:: CSS whitespace removal library
|
28
|
+
* *sequel*[http://sequel.rubyforge.org/]
|
29
|
+
* Generic SQL database ORM
|
30
|
+
* A Sequel driver for your preferred database is also needed:
|
31
|
+
* *sqlite3*:: SQLite[http://www.sqlite.org] is a light-weight SQL library. Recommended for development and small projects.
|
32
|
+
* Other database adapters compatible with Sequel are fine. Just configure RSence accordingly.
|
33
|
+
* *highline*:: Console-based menu prompt system by the init command.
|
34
|
+
* rmagick
|
35
|
+
* Optional, but suggested, because RSence has RMagick -savvy features, like serving RMagick objects using tickets that are rendered only when requested.
|
36
|
+
* Some plugins depend on it directly.
|
data/lib/rsence-deps.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
# Dummy file, no contents. This is purely a dependency package with no contents whatsoever.
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rsence-deps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1931
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
|
-
-
|
8
|
-
version: "
|
7
|
+
- 964
|
8
|
+
version: "964"
|
9
9
|
platform: ruby
|
10
10
|
authors:
|
11
11
|
- Juha-Jarmo Heinonen
|
@@ -13,8 +13,7 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2011-
|
17
|
-
default_executable:
|
16
|
+
date: 2011-07-26 00:00:00 Z
|
18
17
|
dependencies:
|
19
18
|
- !ruby/object:Gem::Dependency
|
20
19
|
name: rake
|
@@ -24,12 +23,12 @@ dependencies:
|
|
24
23
|
requirements:
|
25
24
|
- - ">="
|
26
25
|
- !ruby/object:Gem::Version
|
27
|
-
hash:
|
26
|
+
hash: 63
|
28
27
|
segments:
|
29
28
|
- 0
|
30
|
-
-
|
31
|
-
-
|
32
|
-
version: 0.
|
29
|
+
- 9
|
30
|
+
- 2
|
31
|
+
version: 0.9.2
|
33
32
|
type: :runtime
|
34
33
|
version_requirements: *id001
|
35
34
|
- !ruby/object:Gem::Dependency
|
@@ -40,12 +39,12 @@ dependencies:
|
|
40
39
|
requirements:
|
41
40
|
- - ">="
|
42
41
|
- !ruby/object:Gem::Version
|
43
|
-
hash:
|
42
|
+
hash: 11
|
44
43
|
segments:
|
45
44
|
- 1
|
46
|
-
-
|
45
|
+
- 6
|
47
46
|
- 2
|
48
|
-
version: 1.
|
47
|
+
version: 1.6.2
|
49
48
|
type: :runtime
|
50
49
|
version_requirements: *id002
|
51
50
|
- !ruby/object:Gem::Dependency
|
@@ -56,12 +55,12 @@ dependencies:
|
|
56
55
|
requirements:
|
57
56
|
- - ">="
|
58
57
|
- !ruby/object:Gem::Version
|
59
|
-
hash:
|
58
|
+
hash: 31
|
60
59
|
segments:
|
61
60
|
- 1
|
62
|
-
-
|
63
|
-
-
|
64
|
-
version: 1.
|
61
|
+
- 3
|
62
|
+
- 2
|
63
|
+
version: 1.3.2
|
65
64
|
type: :runtime
|
66
65
|
version_requirements: *id003
|
67
66
|
- !ruby/object:Gem::Dependency
|
@@ -72,12 +71,14 @@ dependencies:
|
|
72
71
|
requirements:
|
73
72
|
- - ">="
|
74
73
|
- !ruby/object:Gem::Version
|
75
|
-
hash:
|
74
|
+
hash: 1923831981
|
76
75
|
segments:
|
77
76
|
- 1
|
78
|
-
-
|
79
|
-
-
|
80
|
-
|
77
|
+
- 2
|
78
|
+
- 0
|
79
|
+
- pre
|
80
|
+
- 2
|
81
|
+
version: 1.2.0.pre2
|
81
82
|
type: :runtime
|
82
83
|
version_requirements: *id004
|
83
84
|
- !ruby/object:Gem::Dependency
|
@@ -88,12 +89,12 @@ dependencies:
|
|
88
89
|
requirements:
|
89
90
|
- - ">="
|
90
91
|
- !ruby/object:Gem::Version
|
91
|
-
hash:
|
92
|
+
hash: 5
|
92
93
|
segments:
|
93
94
|
- 1
|
94
|
-
-
|
95
|
-
-
|
96
|
-
version: 1.
|
95
|
+
- 5
|
96
|
+
- 3
|
97
|
+
version: 1.5.3
|
97
98
|
type: :runtime
|
98
99
|
version_requirements: *id005
|
99
100
|
- !ruby/object:Gem::Dependency
|
@@ -104,12 +105,12 @@ dependencies:
|
|
104
105
|
requirements:
|
105
106
|
- - ">="
|
106
107
|
- !ruby/object:Gem::Version
|
107
|
-
hash:
|
108
|
+
hash: 99
|
108
109
|
segments:
|
109
110
|
- 3
|
110
|
-
-
|
111
|
+
- 25
|
111
112
|
- 0
|
112
|
-
version: 3.
|
113
|
+
version: 3.25.0
|
113
114
|
type: :runtime
|
114
115
|
version_requirements: *id006
|
115
116
|
- !ruby/object:Gem::Dependency
|
@@ -192,9 +193,25 @@ dependencies:
|
|
192
193
|
version: 0.1.4
|
193
194
|
type: :runtime
|
194
195
|
version_requirements: *id011
|
196
|
+
- !ruby/object:Gem::Dependency
|
197
|
+
name: coffee-script
|
198
|
+
prerelease: false
|
199
|
+
requirement: &id012 !ruby/object:Gem::Requirement
|
200
|
+
none: false
|
201
|
+
requirements:
|
202
|
+
- - ">="
|
203
|
+
- !ruby/object:Gem::Version
|
204
|
+
hash: 7
|
205
|
+
segments:
|
206
|
+
- 2
|
207
|
+
- 2
|
208
|
+
- 0
|
209
|
+
version: 2.2.0
|
210
|
+
type: :runtime
|
211
|
+
version_requirements: *id012
|
195
212
|
description: |
|
196
|
-
This is
|
197
|
-
More info: http://
|
213
|
+
This is an empty gem specifying a list of dependencies for RSence
|
214
|
+
More info: http://rsence.org/
|
198
215
|
|
199
216
|
email: o@rsence.org
|
200
217
|
executables: []
|
@@ -204,12 +221,20 @@ extensions: []
|
|
204
221
|
extra_rdoc_files: []
|
205
222
|
|
206
223
|
files:
|
224
|
+
- lib/rsence-deps.rb
|
207
225
|
- README.rdoc
|
208
|
-
has_rdoc: false
|
209
226
|
homepage: http://rsence.org/
|
210
227
|
licenses: []
|
211
228
|
|
212
|
-
post_install_message:
|
229
|
+
post_install_message: |+
|
230
|
+
|
231
|
+
You are adviced to also install the following gems,
|
232
|
+
even though RSence is able to run in a degraded mode
|
233
|
+
without them. They aren't included as hard-dependencies,
|
234
|
+
because they require additional tasks on some platforms:
|
235
|
+
- rmagick
|
236
|
+
- sqlite3
|
237
|
+
|
213
238
|
rdoc_options: []
|
214
239
|
|
215
240
|
require_paths:
|
@@ -237,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
237
262
|
requirements: []
|
238
263
|
|
239
264
|
rubyforge_project:
|
240
|
-
rubygems_version: 1.
|
265
|
+
rubygems_version: 1.8.5
|
241
266
|
signing_key:
|
242
267
|
specification_version: 3
|
243
268
|
summary: RSence dependency package
|