strelka 0.0.1.pre.232 → 0.0.1.pre.233
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.tar.gz.sig +1 -2
- data/ChangeLog +26 -22
- data/Rakefile +1 -1
- metadata +4 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
��f�d�eQX؉��(�sڵ�m�T�7f��k�+���<�P��>m�u�~��_���?x !ٙ�ϗip��������p��_'^\��3ɑ����@礇_A�h<���)�(|�@��9tJ��̄X��ďLy8������?��<]+
|
|
1
|
+
���^��INU]�א��,��KR%/T��,����qp�wQr�TY
|
data/ChangeLog
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
- Adding a 'config' subcommand to dump Configurability defaults for
|
|
6
6
|
discovered apps.
|
|
7
7
|
- Update for Loggability changes.
|
|
8
|
-
[f5c63705cd79] [
|
|
8
|
+
[f5c63705cd79] [tip]
|
|
9
9
|
|
|
10
10
|
* lib/strelka/app.rb, lib/strelka/app/auth.rb:
|
|
11
11
|
Adding support for config-discovery
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
spec/strelka/httprequest/session_spec.rb,
|
|
23
23
|
spec/strelka/httpresponse/session_spec.rb:
|
|
24
24
|
Prevent unnecessary session loading and saving.
|
|
25
|
-
[1242808d64a6]
|
|
25
|
+
[1242808d64a6] [github/master]
|
|
26
26
|
|
|
27
27
|
* lib/strelka/cookieset.rb, spec/strelka/cookieset_spec.rb:
|
|
28
28
|
Add delegation for some more Set methods to CookieSet
|
|
@@ -369,16 +369,18 @@
|
|
|
369
369
|
* Merging with ssh://hg@deveiate.org/Strelka@8f1c27819e70
|
|
370
370
|
[5fcd76455aad]
|
|
371
371
|
|
|
372
|
-
* Manifest.txt:
|
|
373
|
-
Updating the manifest
|
|
374
|
-
[35165b3d01cc]
|
|
375
|
-
|
|
376
372
|
2012-04-11 Mahlon E. Smith <mahlon@martini.nu>
|
|
377
373
|
|
|
378
374
|
* lib/strelka/session/default.rb:
|
|
379
375
|
Use the built-in securerandom method for obtaining a hex value.
|
|
380
376
|
[8f1c27819e70]
|
|
381
377
|
|
|
378
|
+
2012-04-11 Michael Granger <ged@FaerieMUD.org>
|
|
379
|
+
|
|
380
|
+
* Manifest.txt:
|
|
381
|
+
Updating the manifest
|
|
382
|
+
[35165b3d01cc]
|
|
383
|
+
|
|
382
384
|
2012-04-10 Michael Granger <ged@FaerieMUD.org>
|
|
383
385
|
|
|
384
386
|
* lib/strelka/app/auth.rb, lib/strelka/app/parameters.rb,
|
|
@@ -449,22 +451,6 @@
|
|
|
449
451
|
Add the ChangeLog to the ignorefile
|
|
450
452
|
[cc8c30d38652]
|
|
451
453
|
|
|
452
|
-
* lib/strelka/app/templating.rb:
|
|
453
|
-
Add API docs to the :templating plugin module
|
|
454
|
-
[3c160d996320]
|
|
455
|
-
|
|
456
|
-
* README.rdoc:
|
|
457
|
-
Add more URLs
|
|
458
|
-
[060962556bd1]
|
|
459
|
-
|
|
460
|
-
* Rakefile:
|
|
461
|
-
Oops. Fix typo
|
|
462
|
-
[5a8aa207860b]
|
|
463
|
-
|
|
464
|
-
* .rvm.gems, Rakefile:
|
|
465
|
-
Update dependencies
|
|
466
|
-
[787e523777d1]
|
|
467
|
-
|
|
468
454
|
2012-04-06 Mahlon E. Smith <mahlon@martini.nu>
|
|
469
455
|
|
|
470
456
|
* lib/strelka/app/sessions.rb, lib/strelka/cookie.rb,
|
|
@@ -482,6 +468,24 @@
|
|
|
482
468
|
Add a persistent DB session store, using sequel.
|
|
483
469
|
[99f3c3f5d6ca]
|
|
484
470
|
|
|
471
|
+
2012-04-06 Michael Granger <ged@FaerieMUD.org>
|
|
472
|
+
|
|
473
|
+
* lib/strelka/app/templating.rb:
|
|
474
|
+
Add API docs to the :templating plugin module
|
|
475
|
+
[3c160d996320]
|
|
476
|
+
|
|
477
|
+
* README.rdoc:
|
|
478
|
+
Add more URLs
|
|
479
|
+
[060962556bd1]
|
|
480
|
+
|
|
481
|
+
* Rakefile:
|
|
482
|
+
Oops. Fix typo
|
|
483
|
+
[5a8aa207860b]
|
|
484
|
+
|
|
485
|
+
* .rvm.gems, Rakefile:
|
|
486
|
+
Update dependencies
|
|
487
|
+
[787e523777d1]
|
|
488
|
+
|
|
485
489
|
2012-04-04 Michael Granger <ged@FaerieMUD.org>
|
|
486
490
|
|
|
487
491
|
* manual/src/tutorial.page:
|
data/Rakefile
CHANGED
|
@@ -31,7 +31,7 @@ hoespec = Hoe.spec 'strelka' do
|
|
|
31
31
|
self.dependency 'uuidtools', '~> 2.1'
|
|
32
32
|
self.dependency 'configurability', '~> 1.0'
|
|
33
33
|
self.dependency 'pluginfactory', '~> 1.0'
|
|
34
|
-
self.dependency 'loggability', '~> 0.
|
|
34
|
+
self.dependency 'loggability', '~> 0.2'
|
|
35
35
|
|
|
36
36
|
self.dependency 'hoe-deveiate', '~> 0.1', :developer
|
|
37
37
|
self.dependency 'hoe-manualgen', '~> 0.3', :developer
|
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.0.1.pre.
|
|
4
|
+
version: 0.0.1.pre.233
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
YUhDS0xaZFNLai9SSHVUT3QrZ2JsUmV4OEZBaDhOZUEKY21saFhlNDZwWk5K
|
|
37
37
|
Z1dLYnhaYWg4NWpJang5NWhSOHZPSStOQU01aUg5a09xSzEzRHJ4YWNUS1Bo
|
|
38
38
|
cWo1UGp3RgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
|
39
|
-
date: 2012-05-
|
|
39
|
+
date: 2012-05-11 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: trollop
|
|
@@ -189,7 +189,7 @@ dependencies:
|
|
|
189
189
|
requirements:
|
|
190
190
|
- - ~>
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
|
-
version: '0.
|
|
192
|
+
version: '0.2'
|
|
193
193
|
type: :runtime
|
|
194
194
|
prerelease: false
|
|
195
195
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -197,7 +197,7 @@ dependencies:
|
|
|
197
197
|
requirements:
|
|
198
198
|
- - ~>
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
|
-
version: '0.
|
|
200
|
+
version: '0.2'
|
|
201
201
|
- !ruby/object:Gem::Dependency
|
|
202
202
|
name: hoe-mercurial
|
|
203
203
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|