Skip to content

Commit 4acfbc9

Browse files
committed
Updated wsjcpp.yml again
1 parent 404c47f commit 4acfbc9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

wsjcpp.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11

2-
wsjcpp: v1.0.0
2+
wsjcpp_version: v0.0.1
33
cmake_cxx_standard: 11
44
cmake_minimum_required: 3.0
55

66
name: wsjcpp/wsjcpp-arguments
77
version: v0.0.1
88
description: Helpful parser for parsing application arguments
99
issues: https://github.com/wsjcpp/wsjcpp-arguments/issues
10+
1011
repositories:
1112
- type: main
1213
url: "https://github.com/wsjcpp/wsjcpp-arguments"
14+
1315
keywords:
1416
- c++
1517
- wsjcpp
@@ -28,15 +30,14 @@ requirements:
2830
url: "https://github.com/wsjcpp/wsjcpp-core:v0.0.1"
2931

3032
distribution:
31-
sources:
32-
- source-file: src/wsjcpp_arguments.cpp
33-
target-file: wsjcpp_arguments.cpp
34-
sha1: "99c2b2d74c99f5427b28df9e2211545ec0c1c6c2"
35-
type: "source-code"
36-
- source-file: src/wsjcpp_arguments.h
37-
target-file: wsjcpp_arguments.h
38-
sha1: "7029bc352d471e9aa778573a8aee162f2bd5cf95"
39-
type: "source-code"
33+
- source-file: src/wsjcpp_arguments.cpp
34+
target-file: wsjcpp_arguments.cpp
35+
sha1: "99c2b2d74c99f5427b28df9e2211545ec0c1c6c2"
36+
type: "source-code"
37+
- source-file: src/wsjcpp_arguments.h
38+
target-file: wsjcpp_arguments.h
39+
sha1: "7029bc352d471e9aa778573a8aee162f2bd5cf95"
40+
type: "source-code"
4041

4142
unit-tests:
4243
folder: unit-tests # default

0 commit comments

Comments
 (0)