X Tutup
Skip to content

Commit 8d2ac65

Browse files
author
Johan Brichau
authored
Merge pull request SeasideSt#173 from SeasideSt/fix-slime-dependency
Fix slime dependency
2 parents c854800 + 31b4870 commit 8d2ac65

File tree

36 files changed

+77
-29
lines changed

36 files changed

+77
-29
lines changed

repository/Grease-Pharo110-Slime.package/GRAnsiBooleansRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiCharactersRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiCollectionsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiConditionalsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiConvertorRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiExceptionsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiStreamsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiStringsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRBasicNewInitializeMissingRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeBlockLintRule",
3+
"super" : "GRReSlimeBlockLintRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRDeprecatedApiProtocolRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeParseTreeLintRule",
3+
"super" : "GRReSlimeParseTreeLintRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

0 commit comments

Comments
 (0)
X Tutup