From bbbafe5845cd50bd92b79fd2c3c25852980d64f4 Mon Sep 17 00:00:00 2001 From: KazunoriUeda Date: Fri, 12 Mar 2021 13:42:52 +0900 Subject: [PATCH] =?UTF-8?q?Iceberg=E3=81=8B=E3=82=89=E3=81=A0=E3=81=A8?= =?UTF-8?q?=E4=B8=8A=E6=89=8B=E3=81=8F=E5=8F=8D=E6=98=A0=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AA=E3=81=AE=E3=81=A7Minticello=20Browser?= =?UTF-8?q?=E3=81=8B=E3=82=89=E6=9B=B8=E3=81=8D=E5=87=BA=E3=81=97=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Google-API.package/.filetree | 5 +- .../methodProperties.json | 23 +++++---- .../properties.json | 19 ++++--- .../methodProperties.json | 51 ++++++++++--------- .../GaGoogleApiBrowser.class/properties.json | 19 ++++--- .../methodProperties.json | 13 ++--- .../GaGoogleApiCreator.class/properties.json | 19 ++++--- .../methodProperties.json | 9 ++-- .../GaGoogleApiExamples.class/properties.json | 19 +++---- .../instance/register.st | 2 +- .../methodProperties.json | 47 +++++++++-------- .../GaGoogleApiProxy.class/properties.json | 19 ++++--- .../methodProperties.json | 11 ++-- .../GaGoogleApiTools.class/properties.json | 19 +++---- .../methodProperties.json | 7 +-- .../properties.json | 19 +++---- Google-API.package/monticello.meta/version | 3 +- Google-API.package/properties.json | 3 +- 18 files changed, 154 insertions(+), 153 deletions(-) diff --git a/Google-API.package/.filetree b/Google-API.package/.filetree index 8998102..57a6797 100644 --- a/Google-API.package/.filetree +++ b/Google-API.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiAuthDialog.class/methodProperties.json b/Google-API.package/GaGoogleApiAuthDialog.class/methodProperties.json index 0280625..071e965 100644 --- a/Google-API.package/GaGoogleApiAuthDialog.class/methodProperties.json +++ b/Google-API.package/GaGoogleApiAuthDialog.class/methodProperties.json @@ -1,17 +1,20 @@ { - "class" : { - "open:" : "RichardPrinz 5/16/2014 20:58" }, "instance" : { - "authUrl" : "RichardPrinz 5/15/2014 17:14", - "authUrl:" : "RichardPrinz 5/15/2014 17:14", "btnCancelClick" : "RichardPrinz 5/16/2014 21:06", + "authUrl" : "RichardPrinz 5/15/2014 17:14", + "code" : "RichardPrinz 5/16/2014 21:01", + "openAsMorph" : "RichardPrinz 5/20/2014 19:42", "btnCancelLabel" : "RichardPrinz 5/15/2014 17:47", + "initialExtent" : "RichardPrinz 5/20/2014 19:45", + "btnOkClick" : "RichardPrinz 5/16/2014 21:06", + "code:" : "RichardPrinz 5/16/2014 21:01", "btnCopyClick" : "RichardPrinz 5/16/2014 21:35", + "authUrl:" : "RichardPrinz 5/15/2014 17:14", "btnCopyLabel" : "RichardPrinz 5/20/2014 19:45", - "btnOkClick" : "RichardPrinz 5/16/2014 21:06", "btnOkLabel" : "RichardPrinz 5/15/2014 17:46", - "code" : "RichardPrinz 5/16/2014 21:01", - "code:" : "RichardPrinz 5/16/2014 21:01", - "infoText" : "RichardPrinz 3/11/2015 15:42", - "initialExtent" : "RichardPrinz 5/20/2014 19:45", - "openAsMorph" : "RichardPrinz 5/20/2014 19:42" } } + "infoText" : "RichardPrinz 3/11/2015 15:42" + }, + "class" : { + "open:" : "RichardPrinz 5/16/2014 20:58" + } +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiAuthDialog.class/properties.json b/Google-API.package/GaGoogleApiAuthDialog.class/properties.json index ea16a8f..2fa1246 100644 --- a/Google-API.package/GaGoogleApiAuthDialog.class/properties.json +++ b/Google-API.package/GaGoogleApiAuthDialog.class/properties.json @@ -1,16 +1,15 @@ { - "category" : "Google-API", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "RichardPrinz 3/4/2015 17:04", + "super" : "Object", + "category" : "Google-API", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "authUrl", "window", - "code" ], + "code" + ], "name" : "GaGoogleApiAuthDialog", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiBrowser.class/methodProperties.json b/Google-API.package/GaGoogleApiBrowser.class/methodProperties.json index 7ed958f..08aa2b7 100644 --- a/Google-API.package/GaGoogleApiBrowser.class/methodProperties.json +++ b/Google-API.package/GaGoogleApiBrowser.class/methodProperties.json @@ -1,34 +1,37 @@ { - "class" : { - "open" : "KazunoriUeda 10/2/2018 16:18" }, "instance" : { - "apiList" : "RichardPrinz 4/4/2014 12:41", - "apiListIndex" : "RichardPrinz 4/4/2014 12:34", - "apiListIndex:" : "RichardPrinz 4/4/2014 13:25", - "apiNameList" : "RichardPrinz 4/4/2014 12:55", - "btnCancelClick" : "RichardPrinz 5/7/2014 17:08", - "btnCancelLabel" : "RichardPrinz 5/6/2014 16:38", - "btnDiscoverClick" : "RichardPrinz 5/6/2014 16:59", - "btnDiscoverLabel" : "RichardPrinz 4/4/2014 14:51", - "btnGenerateClick" : "KazunoriUeda 10/2/2018 15:58", - "btnGenerateLabel" : "RichardPrinz 5/6/2014 16:38", - "categoryListIndex" : "RichardPrinz 4/7/2014 18:15", - "categoryListIndex:" : "RichardPrinz 5/7/2014 16:53", - "categoryNameList" : "RichardPrinz 4/7/2014 18:25", + "uiApiDescription" : "RichardPrinz 5/6/2014 21:55", "initialize" : "RichardPrinz 5/9/2014 15:49", + "categoryNameList" : "RichardPrinz 4/7/2014 18:25", + "btnGenerateLabel" : "RichardPrinz 5/6/2014 16:38", "openAsMorph" : "RichardPrinz 5/21/2014 22:30", + "uiApiList" : "RichardPrinz 4/7/2014 16:58", + "btnDiscoverLabel" : "RichardPrinz 4/4/2014 14:51", + "btnCancelLabel" : "RichardPrinz 5/6/2014 16:38", + "btnGenerateClick" : "KazunoriUeda 10/2/2018 15:58", "processListKey:from:" : "RichardPrinz 4/4/2014 12:39", - "processListMenu:" : "RichardPrinz 4/4/2014 12:40", - "readApiDef:" : "RichardPrinz 5/9/2014 15:17", - "selectedApiDescription" : "RichardPrinz 4/4/2014 13:36", - "txtCategory" : "RichardPrinz 5/6/2014 16:20", + "categoryListIndex" : "RichardPrinz 4/7/2014 18:15", + "btnDiscoverClick" : "RichardPrinz 5/6/2014 16:59", + "btnCancelClick" : "RichardPrinz 5/7/2014 17:08", "txtCategory:" : "RichardPrinz 5/8/2014 18:12", "txtDiscoverUrl" : "RichardPrinz 5/6/2014 16:56", + "apiListIndex" : "RichardPrinz 4/4/2014 12:34", + "uiDiscoverUrl" : "RichardPrinz 5/6/2014 23:13", + "apiNameList" : "RichardPrinz 4/4/2014 12:55", + "updateApiList" : "RichardPrinz 5/7/2014 16:37", + "apiList" : "RichardPrinz 4/4/2014 12:41", + "selectedApiDescription" : "RichardPrinz 4/4/2014 13:36", "txtDiscoverUrl:" : "RichardPrinz 5/6/2014 17:07", "uiActionPanel" : "RichardPrinz 5/6/2014 20:54", - "uiApiDescription" : "RichardPrinz 5/6/2014 21:55", - "uiApiList" : "RichardPrinz 4/7/2014 16:58", - "uiCategoryInput" : "RichardPrinz 5/12/2014 17:00", + "txtCategory" : "RichardPrinz 5/6/2014 16:20", "uiCategoryList" : "RichardPrinz 5/9/2014 15:51", - "uiDiscoverUrl" : "RichardPrinz 5/6/2014 23:13", - "updateApiList" : "RichardPrinz 5/7/2014 16:37" } } + "categoryListIndex:" : "RichardPrinz 5/7/2014 16:53", + "readApiDef:" : "RichardPrinz 5/9/2014 15:17", + "apiListIndex:" : "RichardPrinz 4/4/2014 13:25", + "processListMenu:" : "RichardPrinz 4/4/2014 12:40", + "uiCategoryInput" : "RichardPrinz 5/12/2014 17:00" + }, + "class" : { + "open" : "KazunoriUeda 10/2/2018 16:18" + } +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiBrowser.class/properties.json b/Google-API.package/GaGoogleApiBrowser.class/properties.json index 036d3e3..d44a8e9 100644 --- a/Google-API.package/GaGoogleApiBrowser.class/properties.json +++ b/Google-API.package/GaGoogleApiBrowser.class/properties.json @@ -1,10 +1,10 @@ { - "category" : "Google-API", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "RichardPrinz 3/4/2015 17:05", + "super" : "ComposableMorph", + "category" : "Google-API", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "discoverUrl", "apiListIndex", @@ -14,9 +14,8 @@ "keyEventsDict", "categoryListIndex", "selectedCategory", - "window" ], + "window" + ], "name" : "GaGoogleApiBrowser", - "pools" : [ - ], - "super" : "ComposableMorph", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiCreator.class/methodProperties.json b/Google-API.package/GaGoogleApiCreator.class/methodProperties.json index 0a53bd2..9a6a977 100644 --- a/Google-API.package/GaGoogleApiCreator.class/methodProperties.json +++ b/Google-API.package/GaGoogleApiCreator.class/methodProperties.json @@ -1,12 +1,13 @@ { + "instance" : { }, "class" : { - "createApi:inCategory:" : "KazunoriUeda 10/2/2018 16:28", "createClassesFromResource:underParentClass:withClassNamePrefix:inCategory:comment:" : "KazunoriUeda 10/2/2018 15:58", "createMethodFromMethodDef:inClass:named:" : "KazunoriUeda 10/2/2018 15:58", - "createMethodsFromApiDef:inClass:" : "RichardPrinz 5/12/2014 17:27", "createSourceFromMethodDef:named:" : "KazunoriUeda 10/2/2018 09:47", - "defaultClassNamePrefix" : "KazunoriUeda 10/2/2018 16:24", + "initialize" : "KazunoriUeda 10/2/2018 16:24", "defaultClassNamePrefix:" : "KazunoriUeda 10/2/2018 16:23", - "initialize" : "KazunoriUeda 10/2/2018 16:24" }, - "instance" : { - } } + "defaultClassNamePrefix" : "KazunoriUeda 10/2/2018 16:24", + "createMethodsFromApiDef:inClass:" : "RichardPrinz 5/12/2014 17:27", + "createApi:inCategory:" : "KazunoriUeda 10/2/2018 16:28" + } +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiCreator.class/properties.json b/Google-API.package/GaGoogleApiCreator.class/properties.json index 1ab772d..a1805bf 100644 --- a/Google-API.package/GaGoogleApiCreator.class/properties.json +++ b/Google-API.package/GaGoogleApiCreator.class/properties.json @@ -1,14 +1,13 @@ { + "commentStamp" : "RichardPrinz 3/4/2015 17:21", + "super" : "Object", "category" : "Google-API", "classinstvars" : [ - "defaultClassNamePrefix" ], - "classvars" : [ - ], - "commentStamp" : "RichardPrinz 3/4/2015 17:21", - "instvars" : [ - ], + "defaultClassNamePrefix" + ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], "name" : "GaGoogleApiCreator", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiExamples.class/methodProperties.json b/Google-API.package/GaGoogleApiExamples.class/methodProperties.json index c4687e8..aad1aff 100644 --- a/Google-API.package/GaGoogleApiExamples.class/methodProperties.json +++ b/Google-API.package/GaGoogleApiExamples.class/methodProperties.json @@ -1,7 +1,8 @@ { + "instance" : { }, "class" : { - "addTestFileToGoogleDrive" : "RichardPrinz 3/18/2015 17:46", + "reCompile" : "RichardPrinz 3/11/2015 15:36", "listGoogleDriveFiles" : "RichardPrinz 3/19/2015 17:21", - "reCompile" : "RichardPrinz 3/11/2015 15:36" }, - "instance" : { - } } + "addTestFileToGoogleDrive" : "RichardPrinz 3/18/2015 17:46" + } +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiExamples.class/properties.json b/Google-API.package/GaGoogleApiExamples.class/properties.json index 8f6abbe..381676b 100644 --- a/Google-API.package/GaGoogleApiExamples.class/properties.json +++ b/Google-API.package/GaGoogleApiExamples.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Google-API", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "RichardPrinz 3/4/2015 17:06", - "instvars" : [ - ], - "name" : "GaGoogleApiExamples", - "pools" : [ - ], "super" : "Object", - "type" : "normal" } + "category" : "Google-API", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GaGoogleApiExamples", + "type" : "normal" +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiProxy.class/instance/register.st b/Google-API.package/GaGoogleApiProxy.class/instance/register.st index 5f792bf..f1efd41 100644 --- a/Google-API.package/GaGoogleApiProxy.class/instance/register.st +++ b/Google-API.package/GaGoogleApiProxy.class/instance/register.st @@ -6,7 +6,7 @@ register session := ZnGoogleOAuth2Session google: self registrationCredentials. session beOfflineAccessType; - forceApprovalPrompt; + beNonePrompt; scopes: ( self scopes ). url := session authenticationUrl. diff --git a/Google-API.package/GaGoogleApiProxy.class/methodProperties.json b/Google-API.package/GaGoogleApiProxy.class/methodProperties.json index 78357a6..4667d24 100644 --- a/Google-API.package/GaGoogleApiProxy.class/methodProperties.json +++ b/Google-API.package/GaGoogleApiProxy.class/methodProperties.json @@ -1,30 +1,33 @@ { - "class" : { - "newWithId:" : "RichardPrinz 5/22/2014 16:37" }, "instance" : { - "apiName" : "RichardPrinz 5/14/2014 16:44", - "argumentsFor:" : "RichardPrinz 3/31/2014 18:35", - "authenticate" : "KazunoriUeda 10/2/2018 15:57", - "authenticate:" : "RichardPrinz 5/25/2014 20:11", - "authenticateRefresh" : "RichardPrinz 5/25/2014 20:22", + "initialize" : "KazunoriUeda 10/2/2018 17:44", + "get:token:" : "KazunoriUeda 10/2/2018 17:40", "authenticationCredentials" : "RichardPrinz 5/20/2014 20:05", - "authenticationCredentialsBaseDirectory" : "KazunoriUeda 10/2/2018 16:44", + "registrationCredentials" : "RichardPrinz 5/20/2014 20:06", "authenticationCredentialsFile" : "KazunoriUeda 10/2/2018 16:55", - "authenticationCredentialsFile:" : "RichardPrinz 5/14/2014 17:53", - "basePath" : "RichardPrinz 5/9/2014 15:30", - "get:token:" : "KazunoriUeda 10/2/2018 17:40", - "id" : "RichardPrinz 5/22/2014 16:36", - "id:" : "KazunoriUeda 10/2/2018 15:58", - "initialize" : "KazunoriUeda 10/2/2018 17:44", - "makeRequestTo:usingMethod:with:" : "KazunoriUeda 10/3/2018 14:48", - "methodActions" : "KazunoriUeda 10/2/2018 17:45", - "post:token:" : "KazunoriUeda 10/2/2018 17:42", + "authenticationCredentialsBaseDirectory" : "KazunoriUeda 10/2/2018 16:44", + "argumentsFor:" : "RichardPrinz 3/31/2014 18:35", "put:token:" : "KazunoriUeda 10/2/2018 17:42", - "register" : "RichardPrinz 5/20/2014 20:07", "register:" : "RichardPrinz 5/25/2014 20:12", - "registrationCredentials" : "RichardPrinz 5/20/2014 20:06", - "registrationCredentialsFile" : "KazunoriUeda 10/2/2018 16:54", - "registrationCredentialsFile:" : "RichardPrinz 5/14/2014 17:51", + "methodActions" : "KazunoriUeda 10/2/2018 17:45", "replacePlaceholdersIn:with:" : "RichardPrinz 4/3/2014 17:48", + "session" : "RichardPrinz 5/14/2014 17:15", + "post:token:" : "KazunoriUeda 10/2/2018 17:42", + "authenticationCredentialsFile:" : "RichardPrinz 5/14/2014 17:53", + "makeRequestTo:usingMethod:with:" : "KazunoriUeda 10/3/2018 14:48", + "basePath" : "RichardPrinz 5/9/2014 15:30", + "authenticate" : "KazunoriUeda 10/2/2018 15:57", "scopes" : "RichardPrinz 5/13/2014 17:19", - "session" : "RichardPrinz 5/14/2014 17:15" } } + "register" : "KazunoriUeda 3/12/2021 13:37", + "registrationCredentialsFile:" : "RichardPrinz 5/14/2014 17:51", + "id:" : "KazunoriUeda 10/2/2018 15:58", + "authenticate:" : "RichardPrinz 5/25/2014 20:11", + "authenticateRefresh" : "RichardPrinz 5/25/2014 20:22", + "id" : "RichardPrinz 5/22/2014 16:36", + "apiName" : "RichardPrinz 5/14/2014 16:44", + "registrationCredentialsFile" : "KazunoriUeda 10/2/2018 16:54" + }, + "class" : { + "newWithId:" : "RichardPrinz 5/22/2014 16:37" + } +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiProxy.class/properties.json b/Google-API.package/GaGoogleApiProxy.class/properties.json index 92b1fd6..5208fc6 100644 --- a/Google-API.package/GaGoogleApiProxy.class/properties.json +++ b/Google-API.package/GaGoogleApiProxy.class/properties.json @@ -1,18 +1,17 @@ { - "category" : "Google-API", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "RichardPrinz 3/4/2015 17:06", + "super" : "Object", + "category" : "Google-API", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ "id", "session", "registrationCredentialsFile", "authenticationCredentialsFile", - "methodActions" ], + "methodActions" + ], "name" : "GaGoogleApiProxy", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiTools.class/methodProperties.json b/Google-API.package/GaGoogleApiTools.class/methodProperties.json index 921060e..55e83e5 100644 --- a/Google-API.package/GaGoogleApiTools.class/methodProperties.json +++ b/Google-API.package/GaGoogleApiTools.class/methodProperties.json @@ -1,9 +1,10 @@ { + "instance" : { }, "class" : { "base64ContentsOfFileNamed:" : "RichardPrinz 5/28/2014 18:57", - "createClassNamed:in:subClassOf:description:" : "RichardPrinz 3/11/2015 15:47", - "createMethodIn:withSource:" : "RichardPrinz 5/8/2014 17:51", "replaceInvalidPathChars:" : "RichardPrinz 5/22/2014 17:30", - "replacePlaceholders:with:" : "RichardPrinz 3/31/2014 17:33" }, - "instance" : { - } } + "replacePlaceholders:with:" : "RichardPrinz 3/31/2014 17:33", + "createMethodIn:withSource:" : "RichardPrinz 5/8/2014 17:51", + "createClassNamed:in:subClassOf:description:" : "RichardPrinz 3/11/2015 15:47" + } +} \ No newline at end of file diff --git a/Google-API.package/GaGoogleApiTools.class/properties.json b/Google-API.package/GaGoogleApiTools.class/properties.json index 83bea92..7b2ee07 100644 --- a/Google-API.package/GaGoogleApiTools.class/properties.json +++ b/Google-API.package/GaGoogleApiTools.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Google-API", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "RichardPrinz 3/4/2015 17:07", - "instvars" : [ - ], - "name" : "GaGoogleApiTools", - "pools" : [ - ], "super" : "Object", - "type" : "normal" } + "category" : "Google-API", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GaGoogleApiTools", + "type" : "normal" +} \ No newline at end of file diff --git a/Google-API.package/GaMultiPartMixedEntity.class/methodProperties.json b/Google-API.package/GaMultiPartMixedEntity.class/methodProperties.json index f8fc8b9..c3353c2 100644 --- a/Google-API.package/GaMultiPartMixedEntity.class/methodProperties.json +++ b/Google-API.package/GaMultiPartMixedEntity.class/methodProperties.json @@ -1,5 +1,6 @@ { + "instance" : { }, "class" : { - "designatedMimeType" : "RichardPrinz 6/2/2014 17:25" }, - "instance" : { - } } + "designatedMimeType" : "RichardPrinz 6/2/2014 17:25" + } +} \ No newline at end of file diff --git a/Google-API.package/GaMultiPartMixedEntity.class/properties.json b/Google-API.package/GaMultiPartMixedEntity.class/properties.json index 8721d5d..48e7498 100644 --- a/Google-API.package/GaMultiPartMixedEntity.class/properties.json +++ b/Google-API.package/GaMultiPartMixedEntity.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "Google-API", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "RichardPrinz 3/4/2015 17:20", - "instvars" : [ - ], - "name" : "GaMultiPartMixedEntity", - "pools" : [ - ], "super" : "ZnMultiPartFormDataEntity", - "type" : "normal" } + "category" : "Google-API", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "GaMultiPartMixedEntity", + "type" : "normal" +} \ No newline at end of file diff --git a/Google-API.package/monticello.meta/version b/Google-API.package/monticello.meta/version index ae9934d..b51bbbe 100644 --- a/Google-API.package/monticello.meta/version +++ b/Google-API.package/monticello.meta/version @@ -1 +1,2 @@ -(name 'Google-API-KazunoriUeda.10' message 'empty log message' id '667a8bd8-29d4-48ad-a502-8287b2045b99' date '4 October 2018' time '8:59:31.63376 am' author 'KazunoriUeda' ancestors ((name 'Google-API-KazunoriUeda.9' message 'empty log message' id 'fdb995a7-3f8e-4c6d-bfcb-7d73cc0fab6f' date '3 October 2018' time '6:02:51.983527 pm' author 'KazunoriUeda' ancestors ((name 'Google-API-KazunoriUeda.8' message 'empty log message' id 'b2a9f061-37e4-4ebf-814b-3c6abdaa4810' date '2 October 2018' time '5:50:21.872255 pm' author 'KazunoriUeda' ancestors ((name 'Google-API-KazunoriUeda.7' message 'empty log message' id 'dd697465-f631-4d3b-860e-83805e65a0bf' date '2 October 2018' time '4:01:32.079082 pm' author 'KazunoriUeda' ancestors ((name 'Google-API-KazunoriUeda.6' message 'empty log message' id '744a24ed-9cb6-4066-a720-750068fea7bc' date '2 October 2018' time '4:00:24.360053 pm' author 'KazunoriUeda' ancestors ((name 'Google-API-KazunoriUeda.5' message 'empty log message' id '33aef2d1-9655-4449-b2c4-d1a49f31b8de' date '2 October 2018' time '3:59:43.561324 pm' author 'KazunoriUeda' ancestors ((name 'Google-API-KazunoriUeda.3' message 'empty log message' id '89416a47-4fd6-4315-a2b7-ea9332a3db08' date '2 October 2018' time '9:54:42.236345 am' author 'KazunoriUeda' ancestors ((name 'Google-API-KazunoriUeda.2' message 'empty log message' id 'c72b61cb-4e4c-4655-b0a3-f9abac56cd04' date '2 October 2018' time '9:51:58.389512 am' author 'KazunoriUeda' ancestors ((name 'Google-API-RichardPrinz.1' message 'Initial commit' id 'a27b8d83-3b26-5048-9b29-cb603b12b5d3' date '19 March 2015' time '5:35:50.915345 pm' author 'RichardPrinz' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Google-API-KazunoriUeda.1538611325' message 'empty log message' id '6b496841-b179-0d00-95a7-d805055ffc7f' date '12 March 2021' time '1:41:50.764665 pm' author 'KazunoriUeda' ancestors ((name 'Google-API-CompatibleUserName.1538611324' message 'リファクタリング時の変数名・処理変更漏れ修正。 +' id '58fae2bd-dc00-58f0-adfa-892ea7b6b13d' date '4 October 2018' time '12:02:04 am' author 'CompatibleUserName' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Google-API.package/properties.json b/Google-API.package/properties.json index f037444..6f31cf5 100644 --- a/Google-API.package/properties.json +++ b/Google-API.package/properties.json @@ -1,2 +1 @@ -{ - } +{ } \ No newline at end of file