Skip to content

Commit

Permalink
Issue #175: fix a typo and baseline error
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Jun 25, 2015
1 parent 2edf71f commit 71d849a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ baseline: spec
do: [
spec
baseline: 'Ston'
with: [ spec repository: 'github://dalehenrich/ston:pharo-0.9.?/repository' ].
with: [ spec repository: 'github://GsDevKit/ston:pharo-0.9.?/repository' ].
spec
package: 'Topez-Pharo-Common';
package: 'Tode-Pharo-Server-Core'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
},
"instance" : {
"baseline:" : "dkh 06/24/2015 16:54",
"baseline:" : "dkh 06/25/2015 09:43",
"initializeTools" : "dkh 06/06/2013 11:59" } }
2 changes: 1 addition & 1 deletion repository/BaselineOfTode.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ rsyncChildNamed: childName ifAbsent: absentBlock
ifFalse: [ ^ absentBlock value ].
dir
readOnlyFileNamed: fileName
do: [ :fileStream | newNode := STON fromUTF8EnocdedString: fileStream contents ].
do: [ :fileStream | newNode := STON fromUTF8EncodedString: fileStream contents ].
^ newNode
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"removeChildNode:" : "dkh 11/27/2013 10:35",
"renderNameTextAttributes" : "dkh 11/28/2013 07:39",
"resolveSpecialChildNamed:ifAbsent:" : "dkh 01/11/2014 17:25",
"rsyncChildNamed:ifAbsent:" : "dkh 06/22/2015 15:11",
"rsyncChildNamed:ifAbsent:" : "dkh 06/25/2015 09:45",
"rsyncCopyLeafNode:preserveTimes:" : "dkh 12/06/2013 14:44",
"stonOn:" : "08/07/2013 06:05" } }

Large diffs are not rendered by default.

0 comments on commit 71d849a

Please sign in to comment.