strelka 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/ChangeLog +85 -23
- data/History.rdoc +8 -0
- data/Rakefile +1 -1
- data/lib/strelka.rb +2 -2
- metadata +26 -31
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2938c72894eb25173e3ba1b622b4282245bb9321
|
4
|
+
data.tar.gz: 2cc707a28b420d381af9d0414fb7b4ce0a9cecb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94b4aade520158eb28b3aac5713a0aa0a4d0ff64a93d5f25301ca5941be377a78d1e6f938172e658ee99076206fa531e34fe1fa86928a842506bdcbba0595f44
|
7
|
+
data.tar.gz: 4be784e07ac7f40fbdf4b069dd3ba55f97899b9aa5d47e0098f5015664cee6fb9b18ddadfa312add5347ff0217e132dcaf3b43c4b9705f1f494a3c8c717474f6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/ChangeLog
CHANGED
@@ -1,10 +1,74 @@
|
|
1
|
+
2017-01-16 Mahlon E. Smith <mahlon@martini.nu>
|
2
|
+
|
3
|
+
* .gems, .ruby-gemset, .ruby-version, .rvmrc, History.rdoc, Rakefile,
|
4
|
+
lib/strelka.rb:
|
5
|
+
Migrate away from .rvmrc, bump Configurability dependency.
|
6
|
+
[8f1805dd4657] [tip]
|
7
|
+
|
8
|
+
2016-11-05 Michael Granger <ged@FaerieMUD.org>
|
9
|
+
|
10
|
+
* cert/ged.pem:
|
11
|
+
Replace my cert with the newest one
|
12
|
+
[b0022c0669af]
|
13
|
+
|
14
|
+
* .hgtags:
|
15
|
+
Added tag v0.12.0 for changeset 2c4ffd978af6
|
16
|
+
[39171f5d993b]
|
17
|
+
|
18
|
+
* .hgsigs:
|
19
|
+
Added signature for changeset d7a7144b3fd9
|
20
|
+
[2c4ffd978af6] [v0.12.0]
|
21
|
+
|
22
|
+
* History.rdoc, Rakefile, lib/strelka.rb, lib/strelka/cli.rb,
|
23
|
+
lib/strelka/discovery.rb:
|
24
|
+
Bump minor version, update history.
|
25
|
+
[d7a7144b3fd9]
|
26
|
+
|
27
|
+
* README.rdoc, lib/strelka/discovery.rb:
|
28
|
+
Added docs for discovery
|
29
|
+
[4e4cbd2df5d5]
|
30
|
+
|
31
|
+
2016-11-03 Michael Granger <ged@FaerieMUD.org>
|
32
|
+
|
33
|
+
* Manifest.txt, Rakefile, bin/strelka, lib/strelka/cli.rb,
|
34
|
+
lib/strelka/command/config.rb, lib/strelka/command/discover.rb,
|
35
|
+
lib/strelka/command/start.rb, spec/strelka/cli_spec.rb,
|
36
|
+
strelka.gemspec:
|
37
|
+
Convert CLI tools to GLI
|
38
|
+
[1689daee227f]
|
39
|
+
|
40
|
+
2016-03-16 Michael Granger <ged@FaerieMUD.org>
|
41
|
+
|
42
|
+
* .gems, lib/strelka.rb, lib/strelka/discovery.rb,
|
43
|
+
spec/strelka/discovery_spec.rb, spec/strelka_spec.rb:
|
44
|
+
Use Rubygems-style files for app discovery
|
45
|
+
[c3b52b89fd0a]
|
46
|
+
|
47
|
+
2016-01-20 Michael Granger <ged@FaerieMUD.org>
|
48
|
+
|
49
|
+
* README.rdoc:
|
50
|
+
Update the copyright dates in the README.
|
51
|
+
[b2615b901b80]
|
52
|
+
|
53
|
+
* .hgtags:
|
54
|
+
Added tag v0.11.0 for changeset 375149784c6d
|
55
|
+
[fb2cff04181a]
|
56
|
+
|
57
|
+
* .hgsigs:
|
58
|
+
Added signature for changeset d794173d505f
|
59
|
+
[375149784c6d] [v0.11.0]
|
60
|
+
|
61
|
+
* History.rdoc, lib/strelka.rb:
|
62
|
+
Bump the minor version, update History.
|
63
|
+
[d794173d505f]
|
64
|
+
|
1
65
|
2015-12-29 Mahlon E. Smith <mahlon@martini.nu>
|
2
66
|
|
3
67
|
* lib/strelka/app/auth.rb, lib/strelka/authprovider.rb,
|
4
68
|
spec/strelka/app/auth_spec.rb:
|
5
69
|
If authentication fails, throw from the request processing path
|
6
70
|
instead of the authprovider API.
|
7
|
-
[4ec61e15b3b3]
|
71
|
+
[4ec61e15b3b3]
|
8
72
|
|
9
73
|
2015-11-18 Michael Granger <ged@FaerieMUD.org>
|
10
74
|
|
@@ -13,7 +77,7 @@
|
|
13
77
|
spec/strelka/app/auth_spec.rb,
|
14
78
|
spec/strelka/httprequest/auth_spec.rb:
|
15
79
|
Add a mechanism for deferring authentication to request handlers
|
16
|
-
[92cfae454ef1]
|
80
|
+
[92cfae454ef1]
|
17
81
|
|
18
82
|
* lib/strelka/app/auth.rb, spec/strelka/app/auth_spec.rb:
|
19
83
|
Back out the auth hook before adding deferred auth
|
@@ -57,12 +121,6 @@
|
|
57
121
|
Merge with 093cea5ea618
|
58
122
|
[55d4b5210da6]
|
59
123
|
|
60
|
-
2015-04-01 Mahlon E. Smith <mahlon@martini.nu>
|
61
|
-
|
62
|
-
* cert/mahlon.pem:
|
63
|
-
Revert my key to a non-signed, the gem signing stuff is a mess.
|
64
|
-
[093cea5ea618]
|
65
|
-
|
66
124
|
2015-04-01 Michael Granger <ged@FaerieMUD.org>
|
67
125
|
|
68
126
|
* cert/ged.pem:
|
@@ -71,6 +129,10 @@
|
|
71
129
|
|
72
130
|
2015-04-01 Mahlon E. Smith <mahlon@martini.nu>
|
73
131
|
|
132
|
+
* cert/mahlon.pem:
|
133
|
+
Revert my key to a non-signed, the gem signing stuff is a mess.
|
134
|
+
[093cea5ea618]
|
135
|
+
|
74
136
|
* .hgtags:
|
75
137
|
Added tag v0.9.1 for changeset d86d6579a43e
|
76
138
|
[cc451faffccf]
|
@@ -240,13 +302,6 @@
|
|
240
302
|
Update dependencies.
|
241
303
|
[4ddae11c28b8]
|
242
304
|
|
243
|
-
2014-01-22 Mahlon E. Smith <mahlon@laika.com>
|
244
|
-
|
245
|
-
* lib/strelka/httprequest.rb:
|
246
|
-
Don't modify the original request URI object when calling
|
247
|
-
HttpRequest#base_uri.
|
248
|
-
[6e2d1e0e89d1]
|
249
|
-
|
250
305
|
2014-01-29 Michael Granger <ged@FaerieMUD.org>
|
251
306
|
|
252
307
|
* lib/strelka/app.rb:
|
@@ -284,19 +339,19 @@
|
|
284
339
|
Merge improvements to the AbstractClass mixin from elsewhere.
|
285
340
|
[96725c68d4ae]
|
286
341
|
|
342
|
+
2014-01-22 Mahlon E. Smith <mahlon@laika.com>
|
343
|
+
|
344
|
+
* lib/strelka/httprequest.rb:
|
345
|
+
Don't modify the original request URI object when calling
|
346
|
+
HttpRequest#base_uri.
|
347
|
+
[6e2d1e0e89d1]
|
348
|
+
|
287
349
|
2014-01-02 Michael Granger <ged@FaerieMUD.org>
|
288
350
|
|
289
351
|
* lib/strelka.rb:
|
290
352
|
Merged with bdb098771858
|
291
353
|
[140055f6ee81]
|
292
354
|
|
293
|
-
2013-12-02 Mahlon E. Smith <mahlon@martini.nu>
|
294
|
-
|
295
|
-
* .rvm.gems, lib/strelka.rb, lib/strelka/app/auth.rb,
|
296
|
-
spec/strelka/session/default_spec.rb:
|
297
|
-
Restore access to request parameters from the authentication plugin.
|
298
|
-
[bdb098771858]
|
299
|
-
|
300
355
|
2014-01-01 Michael Granger <ged@FaerieMUD.org>
|
301
356
|
|
302
357
|
* History.rdoc, lib/strelka.rb:
|
@@ -338,6 +393,13 @@
|
|
338
393
|
Remove config keys that moved to Discovery
|
339
394
|
[c4b52cde2f47]
|
340
395
|
|
396
|
+
2013-12-02 Mahlon E. Smith <mahlon@martini.nu>
|
397
|
+
|
398
|
+
* .rvm.gems, lib/strelka.rb, lib/strelka/app/auth.rb,
|
399
|
+
spec/strelka/session/default_spec.rb:
|
400
|
+
Restore access to request parameters from the authentication plugin.
|
401
|
+
[bdb098771858]
|
402
|
+
|
341
403
|
2013-11-08 Michael Granger <ged@FaerieMUD.org>
|
342
404
|
|
343
405
|
* .hgtags:
|
@@ -789,7 +851,7 @@
|
|
789
851
|
spec/strelka/app/parameters_spec.rb,
|
790
852
|
spec/strelka/paramvalidator_spec.rb:
|
791
853
|
Add a paramvalidator constraint for JSON fields
|
792
|
-
[ac11b12f9366]
|
854
|
+
[ac11b12f9366]
|
793
855
|
|
794
856
|
2013-01-25 Michael Granger <ged@FaerieMUD.org>
|
795
857
|
|
data/History.rdoc
CHANGED
data/Rakefile
CHANGED
@@ -25,7 +25,7 @@ hoespec = Hoe.spec 'strelka' do
|
|
25
25
|
self.developer 'Mahlon E. Smith', 'mahlon@martini.nu'
|
26
26
|
self.developer 'Michael Granger', 'ged@FaerieMUD.org'
|
27
27
|
|
28
|
-
self.dependency 'configurability', '~>
|
28
|
+
self.dependency 'configurability', '~> 3.1'
|
29
29
|
self.dependency 'foreman', '~> 0.62'
|
30
30
|
self.dependency 'highline', '~> 1.6'
|
31
31
|
self.dependency 'inversion', '~> 0.12'
|
data/lib/strelka.rb
CHANGED
@@ -25,10 +25,10 @@ module Strelka
|
|
25
25
|
log_as :strelka
|
26
26
|
|
27
27
|
# Library version constant
|
28
|
-
VERSION = '0.
|
28
|
+
VERSION = '0.13.0'
|
29
29
|
|
30
30
|
# Version-control revision constant
|
31
|
-
REVISION = %q$Revision:
|
31
|
+
REVISION = %q$Revision: 8f1805dd4657 $
|
32
32
|
|
33
33
|
require 'strelka/mixins'
|
34
34
|
require 'strelka/constants'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: strelka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mahlon E. Smith
|
@@ -11,32 +11,27 @@ bindir: bin
|
|
11
11
|
cert_chain:
|
12
12
|
- |
|
13
13
|
-----BEGIN CERTIFICATE-----
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
DMOr26DBv+qLJRRC/2h34uX71q5QgeOyxvMg+7V3u/Q06DXyQ2VgeeqiwDFFpEH0
|
34
|
-
PFkdPO6ZqbTRcLfNH7mFgCBJjsfSjJrn0sPBlYyOXgCoByfZnZyrIMH/UY+lgQqS
|
35
|
-
6Von1VDsfQm0eJh5zYZD64ZF86phSR7mUX3mXItwH04HrZwkWpvgd871DZVR3i1n
|
36
|
-
w8aNA5re5+Rt/Vvjxj5AcEnZnZiz5x959NaddQocX32Z1unHw44pzRNUur1GInfW
|
37
|
-
p4vpx2kUSFSAGjtCbDGTNV2AH8w9OU4xEmNz8c5lyoA=
|
14
|
+
MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQ8wDQYDVQQDDAZtYWhs
|
15
|
+
b24xFzAVBgoJkiaJk/IsZAEZFgdtYXJ0aW5pMRIwEAYKCZImiZPyLGQBGRYCbnUw
|
16
|
+
HhcNMTYxMTE2MTkxMTMwWhcNMTcxMTE2MTkxMTMwWjA+MQ8wDQYDVQQDDAZtYWhs
|
17
|
+
b24xFzAVBgoJkiaJk/IsZAEZFgdtYXJ0aW5pMRIwEAYKCZImiZPyLGQBGRYCbnUw
|
18
|
+
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDpXGN0YbMVpYv4EoiCxpQw
|
19
|
+
sxKdyhlkvpvENUkpEhbpnEuMKXgUfRHO4T/vBZf0h8eYgwnrHCRhAeIqesFKfoj9
|
20
|
+
mpEJk5JUuADOAz18aT+v24UqAtJdiwBJLuqhslSNB6CFXZv3OOMny9bjoJegz0hI
|
21
|
+
Fht9ppCuNmxJNd+L3zAX8lD01RUWNRC+8L5QLCjViJtjFDDCFfh9NCirs+XnTCzo
|
22
|
+
AJgFbsZIzFJtSiXUtFgscKr4Ik8ruhRbPbYbmx9rf6W74aTMPxggq/d3gj0Eh32y
|
23
|
+
WsXsQ5giVnmkbsRkBNu3QyZ8Xr5+7mvy5AWyqXKOrcW7lnYaob6Z9x/MGXGNeD6j
|
24
|
+
AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRY8ea6
|
25
|
+
+6kAaW7ukKph2/4MTAD8/TAcBgNVHREEFTATgRFtYWhsb25AbWFydGluaS5udTAc
|
26
|
+
BgNVHRIEFTATgRFtYWhsb25AbWFydGluaS5udTANBgkqhkiG9w0BAQUFAAOCAQEA
|
27
|
+
MxBPdbmfh3dJN51visg0QilqtyPbqxyd8YVm9wbkcmi1D2Sv9deppFvZ+pXyR+eq
|
28
|
+
qy/efw4F+3DAPw+9QNlPJG8DHQ8HrYPrf7wv5DPBpyKLD1atMGnoDb5gijIx5IMR
|
29
|
+
MxiffPYQsT7Noimqaz8KWqP1keDY9aqVKe3iDXUXKBV27sl9GhOt5jJ3rVW9ihok
|
30
|
+
KiEoBnrgQcZIEAOwfXbWT4IaIcOCgD+JloEesuHL72/3zP/vOcqZf4SOcne4+qti
|
31
|
+
DHE5pl144V24tqxZb65WTup/ov22SCXmpU8/wTeZVL3rePGRfwTJNpm+6iYszl7A
|
32
|
+
SixmX0X3SOeYg4FRkblUIA==
|
38
33
|
-----END CERTIFICATE-----
|
39
|
-
date:
|
34
|
+
date: 2017-01-16 00:00:00.000000000 Z
|
40
35
|
dependencies:
|
41
36
|
- !ruby/object:Gem::Dependency
|
42
37
|
name: configurability
|
@@ -44,14 +39,14 @@ dependencies:
|
|
44
39
|
requirements:
|
45
40
|
- - "~>"
|
46
41
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
42
|
+
version: '3.1'
|
48
43
|
type: :runtime
|
49
44
|
prerelease: false
|
50
45
|
version_requirements: !ruby/object:Gem::Requirement
|
51
46
|
requirements:
|
52
47
|
- - "~>"
|
53
48
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
49
|
+
version: '3.1'
|
55
50
|
- !ruby/object:Gem::Dependency
|
56
51
|
name: foreman
|
57
52
|
requirement: !ruby/object:Gem::Requirement
|
@@ -296,14 +291,14 @@ dependencies:
|
|
296
291
|
requirements:
|
297
292
|
- - "~>"
|
298
293
|
- !ruby/object:Gem::Version
|
299
|
-
version: '3.
|
294
|
+
version: '3.16'
|
300
295
|
type: :development
|
301
296
|
prerelease: false
|
302
297
|
version_requirements: !ruby/object:Gem::Requirement
|
303
298
|
requirements:
|
304
299
|
- - "~>"
|
305
300
|
- !ruby/object:Gem::Version
|
306
|
-
version: '3.
|
301
|
+
version: '3.16'
|
307
302
|
description: |-
|
308
303
|
Strelka is a framework for creating and deploying
|
309
304
|
Mongrel2[http://mongrel2.org/] web applications in Ruby.
|
@@ -489,7 +484,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
489
484
|
version: '0'
|
490
485
|
requirements: []
|
491
486
|
rubyforge_project:
|
492
|
-
rubygems_version: 2.
|
487
|
+
rubygems_version: 2.5.1
|
493
488
|
signing_key:
|
494
489
|
specification_version: 4
|
495
490
|
summary: Strelka is a framework for creating and deploying Mongrel2[http://mongrel2.org/]
|
metadata.gz.sig
CHANGED
Binary file
|