Skip to content

Commit e299075

Browse files
author
Johan Brichau
committed
Updated version to 1.3.0
1 parent 27b9484 commit e299075

File tree

3 files changed

+47
-45
lines changed

3 files changed

+47
-45
lines changed

repository/Grease-Core.package/GRPlatform.class/instance/version.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ version info
22
version
33
"Answer the Grease version"
44

5-
^ (GRVersion major: 1 minor: 2 revision: 8)
5+
^ (GRVersion major: 1 minor: 3 revision: 0)
66
yourself
Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,47 @@
11
{
2-
"class" : {
3-
"current" : "jgf 1/25/2009 12:06",
4-
"current:" : "jf 1/21/2009 17:08",
5-
"select" : "jf 9/30/2009 00:19",
6-
"unselect" : "jf 9/30/2009 00:19" },
72
"instance" : {
8-
"addToShutDownList:" : "jf 1/22/2009 02:11",
9-
"addToStartUpList:" : "jf 1/22/2009 02:10",
10-
"asMethodReturningByteArray:named:" : "jf 1/22/2009 02:11",
11-
"base64Decode:" : "pmm 8/27/2011 15:12",
12-
"bindingOf:" : "pmm 8/23/2014 11:42",
13-
"compile:into:classified:" : "jf 1/22/2009 02:11",
14-
"contentsOfFile:binary:" : "jf 1/22/2009 02:11",
15-
"convertToSmalltalkNewlines:" : "lr 4/15/2010 19:15",
16-
"deprecationExceptionSet" : "pmm 9/6/2014 12:17",
3+
"localNameOf:" : "pmm 8/19/2014 10:10",
4+
"stackDepth" : "jf 1/22/2009 02:11",
5+
"versionString" : "jf 2/9/2010 00:57",
6+
"semaphoreClass" : "jf 1/22/2009 02:10",
7+
"reducedConflictDictionary" : "jf 1/22/2009 02:39",
178
"directoriesIn:" : "NickAger 3/9/2012 11:29",
189
"doTransaction:" : "lr 7/25/2011 19:51",
19-
"ensureExistenceOfFolder:" : "pmm 2/5/2011 09:54",
20-
"fileExists:" : "JohanBrichau 10/3/2014 20:02",
21-
"fileStreamOn:do:binary:" : "JohanBrichau 10/3/2014 20:00",
22-
"filesIn:" : "pmm 2/5/2011 09:54",
23-
"isProcessTerminated:" : "jf 2/6/2009 16:00",
24-
"label" : "jf 2/9/2010 00:57",
25-
"localNameOf:" : "pmm 8/19/2014 10:10",
26-
"newRandom" : "jf 9/25/2009 16:40",
27-
"newline" : "lr 4/15/2010 19:13",
10+
"terminateProcess:" : "jf 2/6/2009 16:00",
2811
"openDebuggerOn:" : "jf 1/22/2009 02:11",
12+
"bindingOf:" : "pmm 8/23/2014 11:42",
13+
"convertToSmalltalkNewlines:" : "lr 4/15/2010 19:15",
14+
"writeCharacterStreamOn:" : "pmm 8/26/2011 09:45",
2915
"pathSeparator" : "pmm 2/5/2011 09:53",
30-
"readWriteByteStream" : "lr 7/25/2011 19:51",
31-
"readWriteCharacterStream" : "lr 7/25/2011 19:51",
32-
"reducedConflictDictionary" : "jf 1/22/2009 02:39",
16+
"compile:into:classified:" : "jf 1/22/2009 02:11",
17+
"weakDictionaryOfSize:" : "jf 1/22/2009 02:11",
18+
"write:toFile:inFolder:" : "pmm 8/19/2014 10:11",
19+
"base64Decode:" : "pmm 8/27/2011 15:12",
3320
"removeFromShutDownList:" : "jf 1/22/2009 02:11",
3421
"removeFromStartUpList:" : "jf 1/22/2009 02:11",
22+
"isProcessTerminated:" : "jf 2/6/2009 16:00",
23+
"label" : "jf 2/9/2010 00:57",
24+
"addToShutDownList:" : "jf 1/22/2009 02:11",
25+
"newRandom" : "jf 9/25/2009 16:40",
26+
"ensureExistenceOfFolder:" : "pmm 2/5/2011 09:54",
27+
"version" : "JohanBrichau 5/25/2017 17:46",
28+
"contentsOfFile:binary:" : "jf 1/22/2009 02:11",
29+
"addToStartUpList:" : "jf 1/22/2009 02:10",
3530
"removeSelector:from:" : "jf 1/22/2009 02:11",
3631
"secureHashFor:" : "jf 1/22/2009 02:11",
37-
"semaphoreClass" : "jf 1/22/2009 02:10",
38-
"stackDepth" : "jf 1/22/2009 02:11",
39-
"terminateProcess:" : "jf 2/6/2009 16:00",
40-
"version" : "JohanBrichau 5/5/2016 12:55",
41-
"versionString" : "jf 2/9/2010 00:57",
42-
"weakDictionaryOfSize:" : "jf 1/22/2009 02:11",
43-
"write:toFile:inFolder:" : "pmm 8/19/2014 10:11",
44-
"writeCharacterStreamOn:" : "pmm 8/26/2011 09:45" } }
32+
"fileExists:" : "JohanBrichau 10/3/2014 20:02",
33+
"filesIn:" : "pmm 2/5/2011 09:54",
34+
"newline" : "lr 4/15/2010 19:13",
35+
"readWriteCharacterStream" : "lr 7/25/2011 19:51",
36+
"readWriteByteStream" : "lr 7/25/2011 19:51",
37+
"deprecationExceptionSet" : "pmm 9/6/2014 12:17",
38+
"asMethodReturningByteArray:named:" : "jf 1/22/2009 02:11",
39+
"fileStreamOn:do:binary:" : "JohanBrichau 10/3/2014 20:00"
40+
},
41+
"class" : {
42+
"current" : "jgf 1/25/2009 12:06",
43+
"unselect" : "jf 9/30/2009 00:19",
44+
"current:" : "jf 1/21/2009 17:08",
45+
"select" : "jf 9/30/2009 00:19"
46+
}
47+
}
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2+
"commentStamp" : "jf 2/6/2009 16:05",
3+
"super" : "GRObject",
24
"category" : "Grease-Core",
3-
"classinstvars" : [
4-
],
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
57
"classvars" : [
6-
"Current" ],
7-
"commentStamp" : "jf 2/6/2009 16:05",
8-
"instvars" : [
9-
],
8+
"Current"
9+
],
10+
"instvars" : [ ],
1011
"name" : "GRPlatform",
11-
"pools" : [
12-
],
13-
"super" : "GRObject",
14-
"type" : "normal" }
12+
"type" : "normal"
13+
}

0 commit comments

Comments
 (0)