Skip to content

Commit

Permalink
Issue GsDevKit#58: by jove I think she's got it
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 14, 2014
1 parent 317d3bc commit 1d17817
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ gemServerOptions: aGemServerOptionsDictionary
"apply options from aGemServerOptionsDictionary"

aGemServerOptionsDictionary
keysAndValuesDo: [ :key :value | self optionsAt: key put: value ]
keysAndValuesDo: [ :key :value | self optionAt: key put: value ]
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"debugMode:" : "SvenVanCaekenberghe 1/31/2013 11:44",
"delegate" : "SvenVanCaekenberghe 9/5/2012 11:17",
"delegate:" : "SvenVanCaekenberghe 9/5/2012 11:17",
"gemServerOptions:" : "dkh 12/14/2014 09:34",
"gemServerOptions:" : "dkh 12/14/2014 09:56",
"isListening" : "SvenVanCaekenberghe 12/15/2010 21:22",
"isRunning" : "SvenVanCaekenberghe 12/15/2010 15:26",
"localUrl" : "JohanBrichau 06/16/2013 15:27",
Expand Down
2 changes: 1 addition & 1 deletion repository/Zinc-HTTP.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
testing
testLocalUrl
" this test does not apply to gemServer"

^ self
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"instance" : {
"tearDown" : "dkh 12/14/2014 09:37",
"testDefault" : "dkh 12/14/2014 07:11",
"testLocalUrl" : "dkh 12/14/2014 10:00",
"testSessionExpired" : "dkh 12/14/2014 08:03",
"testUrl" : "dkh 12/14/2014 08:10",
"withServerAuthenticator:do:" : "dkh 12/14/2014 07:41",
Expand Down
2 changes: 1 addition & 1 deletion repository/Zinc-Tests.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit 1d17817

Please sign in to comment.