Skip to content

Commit 73167d6

Browse files
committed
update codemeta file
1 parent ada04dd commit 73167d6

1 file changed

Lines changed: 18 additions & 22 deletions

File tree

codemeta.json

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
2-
"@context": ["http://purl.org/codemeta/2.0", "http://schema.org"],
2+
"@context": [
3+
"http://purl.org/codemeta/2.0",
4+
"http://schema.org"
5+
],
36
"@type": "SoftwareSourceCode",
47
"identifier": "webmockr",
58
"description": "Stubbing and setting expectations on 'HTTP' requests.\n Includes tools for stubbing 'HTTP' requests, including expected\n request conditions and response conditions. Match on\n 'HTTP' method, query parameters, request body, headers and\n more. Can be used for unit tests or outside of a testing \n context.",
69
"name": "webmockr: Stubbing and Setting Expectations on 'HTTP' Requests",
710
"codeRepository": "https://github.com/ropensci/webmockr",
811
"issueTracker": "https://github.com/ropensci/webmockr/issues",
912
"license": "https://spdx.org/licenses/MIT",
10-
"version": "0.1.5.9421",
13+
"version": "0.2.0",
1114
"programmingLanguage": {
1215
"@type": "ComputerLanguage",
1316
"name": "R",
@@ -60,24 +63,6 @@
6063
"name": "Central R Archive Network (CRAN)",
6164
"url": "https://cran.r-project.org"
6265
}
63-
},
64-
{
65-
"@type": "SoftwareApplication",
66-
"identifier": "crul",
67-
"name": "crul",
68-
"version": "0.5.0",
69-
"provider": {
70-
"@id": "https://cran.r-project.org",
71-
"@type": "Organization",
72-
"name": "Central R Archive Network (CRAN)",
73-
"url": "https://cran.r-project.org"
74-
}
75-
},
76-
{
77-
"@type": "SoftwareApplication",
78-
"identifier": "vcr",
79-
"name": "vcr",
80-
"version": "0.0.6"
8166
}
8267
],
8368
"softwareRequirements": [
@@ -155,7 +140,18 @@
155140
"@type": "SoftwareApplication",
156141
"identifier": "fauxpas",
157142
"name": "fauxpas",
158-
"version": "0.2.0",
143+
"provider": {
144+
"@id": "https://cran.r-project.org",
145+
"@type": "Organization",
146+
"name": "Central R Archive Network (CRAN)",
147+
"url": "https://cran.r-project.org"
148+
}
149+
},
150+
{
151+
"@type": "SoftwareApplication",
152+
"identifier": "crul",
153+
"name": "crul",
154+
"version": "0.4.0",
159155
"provider": {
160156
"@id": "https://cran.r-project.org",
161157
"@type": "Organization",
@@ -171,5 +167,5 @@
171167
"developmentStatus": "active",
172168
"releaseNotes": "https://github.com/ropensci/webmockr/blob/master/NEWS.md",
173169
"readme": "https://github.com/ropensci/webmockr/blob/master/README.md",
174-
"fileSize": "35.812KB"
170+
"fileSize": "36.742KB"
175171
}

0 commit comments

Comments
 (0)