File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ mod rsr_tests {
499499 . and ( path ( "/repos/test-org/test-repo/contents/Cargo.toml" ) )
500500 . and ( header ( "Accept" , "application/vnd.github.raw+json" ) )
501501 . respond_with ( ResponseTemplate :: new ( 200 ) . set_body_string (
502- "[package]\n name = \" test\" \n authors = [\" Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>\" ]\n "
502+ "[package]\n name = \" test\" \n authors = [\" Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>\" ]\n "
503503 ) )
504504 . mount ( & server)
505505 . await ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ leash = 'Hunt
1111pedigree = {
1212 schema_version = "1.0.0" ,
1313 component_type = "bot-fleet-deployment" ,
14- author = "Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>" ,
14+ author = "Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>" ,
1515 description = "Automated deployment of gitbot fleet for quality enforcement" ,
1616 created = "2026-01-30" ,
1717 k9_spec_version = "1.0.0" ,
Original file line number Diff line number Diff line change 1919 name = "ci-config" ,
2020 version = "1.0.0" ,
2121 description = "CI/CD configuration with runtime validation" ,
22- author = "Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>" ,
22+ author = "Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>" ,
2323 },
2424 },
2525
Original file line number Diff line number Diff line change 1919 name = "project-metadata" ,
2020 version = "1.0.0" ,
2121 description = "Pure data configuration for project metadata" ,
22- author = "Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>" ,
22+ author = "Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>" ,
2323 },
2424 },
2525
3636
3737 author = {
3838 name = "Jonathan D.A. Jewell" ,
39- email = "jonathan .jewell@open.ac.uk" ,
39+ email = "j.d.a .jewell@open.ac.uk" ,
4040 organization = "The Open University" ,
4141 },
4242
Original file line number Diff line number Diff line change 2020 name = "setup-repo" ,
2121 version = "1.0.0" ,
2222 description = "Automated repository setup with RSR standards" ,
23- author = "Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>" ,
23+ author = "Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>" ,
2424 },
2525 warnings = [
2626 "This component has full system access" ,
105105 commands = [
106106 "git init -b %{config . git . default_branch }" ,
107107 "git config user.name 'Jonathan D.A. Jewell'" ,
108- "git config user.email 'jonathan .jewell@open.ac.uk'" ,
108+ "git config user.email 'j.d.a .jewell@open.ac.uk'" ,
109109 "echo '✓ Git initialized'" ,
110110 ],
111111 },
Original file line number Diff line number Diff line change 2020 name = "TODO: component-name" ,
2121 version = "1.0.0" ,
2222 description = "TODO: Detailed description of what this component does" ,
23- author = "Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>" ,
23+ author = "Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>" ,
2424 },
2525 warnings = [
2626 "This component has full system access" ,
Original file line number Diff line number Diff line change 1919 name = "TODO: component-name" ,
2020 version = "1.0.0" ,
2121 description = "TODO: Brief description of what this component contains" ,
22- author = "Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>" ,
22+ author = "Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>" ,
2323 },
2424 },
2525
Original file line number Diff line number Diff line change 1919 name = "TODO: component-name" ,
2020 version = "1.0.0" ,
2121 description = "TODO: Brief description with validation details" ,
22- author = "Jonathan D.A. Jewell <jonathan .jewell@open.ac.uk>" ,
22+ author = "Jonathan D.A. Jewell <j.d.a .jewell@open.ac.uk>" ,
2323 },
2424 },
2525
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ impl Fixer {
554554 . replace ( "{{LICENSE}}" , "PMPL-1.0-or-later" )
555555 . replace ( "{{YEAR}}" , & year)
556556 . replace ( "{{AUTHOR}}" , "Jonathan D.A. Jewell" )
557- . replace ( "{{EMAIL}}" , "jonathan .jewell@open.ac.uk" )
557+ . replace ( "{{EMAIL}}" , "j.d.a .jewell@open.ac.uk" )
558558 }
559559
560560 /// Commit changes to the repository
You can’t perform that action at this time.
0 commit comments