Skip to content

Commit 8a3671a

Browse files
committed
feat: add rspec example
1 parent b99b21d commit 8a3671a

1 file changed

Lines changed: 98 additions & 0 deletions

File tree

examples/real/rspec.json

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"nodes": [
3+
{
4+
"id": "rspec",
5+
"meta": {
6+
"author": "Steven Baker, David Chelimsky, Myron Marston",
7+
"description": "BDD for Ruby",
8+
"downloads": 933712525,
9+
"license": "MIT",
10+
"version": "3.13.2"
11+
}
12+
},
13+
{
14+
"id": "rspec-core",
15+
"meta": {
16+
"author": "Steven Baker, David Chelimsky, Chad Humphries, Myron Marston",
17+
"description": "BDD for Ruby. RSpec runner and example groups.",
18+
"downloads": 1086232437,
19+
"license": "MIT",
20+
"version": "3.13.6"
21+
}
22+
},
23+
{
24+
"id": "rspec-expectations",
25+
"meta": {
26+
"author": "Steven Baker, David Chelimsky, Myron Marston",
27+
"description": "rspec-expectations provides a simple, readable API to express expected outcomes of a code example.",
28+
"downloads": 1087466323,
29+
"license": "MIT",
30+
"version": "3.13.5"
31+
}
32+
},
33+
{
34+
"id": "rspec-mocks",
35+
"meta": {
36+
"author": "Steven Baker, David Chelimsky, Myron Marston",
37+
"description": "RSpec's 'test double' framework, with support for stubbing and mocking",
38+
"downloads": 1080564537,
39+
"license": "MIT",
40+
"version": "3.13.7"
41+
}
42+
},
43+
{
44+
"id": "diff-lcs",
45+
"meta": {
46+
"author": "Austin Ziegler",
47+
"description": "Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.6.1, providing a simple extension that allows for\nDiff::LCS::Change objects to be treated implicitly as arrays and fixes a number\nof formatting issues.\n\nRuby versions below 2.5 are soft-deprecated, which means that older versions are\nno longer part of the CI test suite. If any changes have been introduced that\nbreak those versions, bug reports and patches will be accepted, but it will be\nup to the reporter to verify any fixes prior to release. The next major release\nwill completely break compatibility.",
48+
"downloads": 1109763549,
49+
"license": "MIT, Artistic-1.0-Perl, GPL-2.0-or-later",
50+
"version": "1.6.2"
51+
}
52+
},
53+
{
54+
"id": "rspec-support",
55+
"meta": {
56+
"author": "David Chelimsky, Myron Marson, Jon Rowe, Sam Phippen, Xaviery Shay, Bradley Schaefer",
57+
"description": "Support utilities for RSpec gems",
58+
"downloads": 1070970150,
59+
"license": "MIT",
60+
"version": "3.13.6"
61+
}
62+
}
63+
],
64+
"edges": [
65+
{
66+
"from": "rspec",
67+
"to": "rspec-core"
68+
},
69+
{
70+
"from": "rspec",
71+
"to": "rspec-expectations"
72+
},
73+
{
74+
"from": "rspec",
75+
"to": "rspec-mocks"
76+
},
77+
{
78+
"from": "rspec-expectations",
79+
"to": "diff-lcs"
80+
},
81+
{
82+
"from": "rspec-expectations",
83+
"to": "rspec-support"
84+
},
85+
{
86+
"from": "rspec-core",
87+
"to": "rspec-support"
88+
},
89+
{
90+
"from": "rspec-mocks",
91+
"to": "diff-lcs"
92+
},
93+
{
94+
"from": "rspec-mocks",
95+
"to": "rspec-support"
96+
}
97+
]
98+
}

0 commit comments

Comments
 (0)