Skip to content

Commit bb4b63b

Browse files
committed
Move to new module setup
1 parent eb2fa9f commit bb4b63b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1669
-304
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: Setup Environment Variables For Build Process
5353
id: current_version
5454
run: |
55-
cd modules/sendgrid-sdk
5655
echo "VERSION=`cat box.json | jq '.version' -r`" >> $GITHUB_ENV
5756
5857
# main or snapshot
@@ -72,6 +71,4 @@ jobs:
7271
- name: Run Semantic Release
7372
env:
7473
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
run: |
76-
cd modules/sendgrid-sdk
77-
box semantic-release
74+
run: box semantic-release
File renamed without changes.

apidocs/Application.cfc

Lines changed: 0 additions & 15 deletions
This file was deleted.

apidocs/box.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

apidocs/index.cfm

Lines changed: 0 additions & 21 deletions
This file was deleted.

apidocs/server.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

box.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
{
2-
"name":"Sendgrid SDK Builder",
2+
"name":"Sendgrid SDK",
3+
"slug":"sendgrid-sdk",
34
"version":"1.4.2",
4-
"slug":"sendgrid-sdk-shell",
5-
"private":false,
6-
"dependencies":{
7-
"coldbox":"^4.3.0",
8-
"workbench":"git+https://github.com/Ortus-Solutions/unified-workbench.git"
5+
"homepage": "https://github.com/coldbox-modules/sendgrid-sdk",
6+
"documentation": "https://github.com/coldbox-modules/sendgrid-sdk",
7+
"repository": {
8+
"type": "git",
9+
"URL": "https://github.com/coldbox-modules/sendgrid-sdk"
910
},
11+
"bugs": "https://github.com/coldbox-modules/sendgrid-sdk/issues",
12+
"author": "Ortus Solutions",
13+
"location": "forgeboxStorage",
14+
"shortDescription": "An API for interacting with SendGrid, including sending emails and receiving webhooks",
15+
"description": "An API for interacting with SendGrid, including sending emails and receiving webhooks",
16+
"dependencies":{},
1017
"devDependencies":{
11-
"testbox":"^2.5.0"
18+
"coldbox":"^6.0.0",
19+
"testbox":"^4.0.0"
1220
},
1321
"installPaths":{
14-
"coldbox":"coldbox",
15-
"testbox":"testbox/",
16-
"workbench":"workbench"
22+
"coldbox":"tests/resources/app/coldbox/",
23+
"testbox":"testbox/"
1724
},
1825
"testbox":{
1926
"runner":"http://localhost:49616"
2027
},
2128
"scripts":{
22-
"postVersion":"recipe workbench/bump.boxr",
2329
"format":"cfformat run modules/sendgrid-sdk/**/*.cfc,tests/resources/**/*.cfc,tests/specs/**/*.cfc --overwrite",
2430
"install:2021":"cfpm install document,feed,zip"
25-
}
31+
},
32+
"ignore": ["**/.*", "test", "tests"]
2633
}

config/Application.cfm

Lines changed: 0 additions & 9 deletions
This file was deleted.

config/Coldbox.cfc

Lines changed: 0 additions & 106 deletions
This file was deleted.

config/Routes.cfm

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)