Skip to content

Commit 40597a8

Browse files
committed
git subrepo pull ext/test-more-bash
subrepo: subdir: "ext/test-more-bash" merged: "05a1bdd" upstream: origin: "git@github.com:ingydotnet/test-more-bash.git" branch: "master" commit: "05a1bdd" git-subrepo: version: "0.3.0" origin: "git@github.com:ingydotnet/git-subrepo" commit: "cde02a6"
1 parent 8d487b2 commit 40597a8

File tree

20 files changed

+44
-31
lines changed

20 files changed

+44
-31
lines changed

ext/test-more-bash/.gitrepo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[subrepo]
77
remote = git@github.com:ingydotnet/test-more-bash.git
88
branch = master
9-
commit = 5d17cce849778bf1f28e8fe1b9c7a29e654ff14e
10-
parent = 94e1528109e9bc5fdfa9c20ca3abd991d5b1e4c3
9+
commit = 05a1bddbe237bbf2c390048c80ca70d4f66c6a37
10+
parent = 8d487b26a087f17ac8ffab8f46406ea716de9816
1111
cmdver = 0.3.0

ext/test-more-bash/Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
version: 0.0.3
3+
date: Sat Jan 23 16:39:20 PST 2016
4+
changes:
5+
- Make up to date
6+
---
27
version: 0.0.2
38
date: Fri Jan 23 21:26:18 PST 2015
49
changes:

ext/test-more-bash/License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright © 2013-2015. Ingy döt Net.
3+
Copyright © 2013-2016. Ingy döt Net.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the ‘Software’), to deal in

ext/test-more-bash/Meta

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=meta: 0.0.2
22

33
name: test-more
4-
version: 0.0.2
4+
version: 0.0.3
55
abstract: TAP Testing for Bash
66
homepage: http://bpan.org/package/test-more/
77

88
license: MIT
9-
copyright: 2013-2015
9+
copyright: 2013-2016
1010
author:
1111
name: Ingy döt Net
1212
email: ingy@ingy.net
@@ -17,8 +17,8 @@ author:
1717

1818
requires:
1919
bash: 3.2.0
20-
bashplus: 0.0.6
21-
test-tap: 0.0.3
20+
bashplus: 0.0.7
21+
test-tap: 0.0.4
2222
test:
2323
cmd: make test
2424
install:

ext/test-more-bash/ReadMe.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Ingy döt Net <ingy@bpan.org>
108108

109109
=head1 Copyright & License
110110

111-
Copyright 2013-2015. Ingy döt Net.
111+
Copyright 2013-2016. Ingy döt Net.
112112

113113
The MIT License (MIT)
114114

ext/test-more-bash/doc/test-more.swim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ Ingy döt Net <ingy@bpan.org>
8484

8585
= Copyright & License
8686

87-
Copyright 2013-2015. Ingy döt Net.
87+
Copyright 2013-2016. Ingy döt Net.
8888

8989
The MIT License (MIT)

ext/test-more-bash/ext/bashplus/.gitrepo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[subrepo]
77
remote = git@github.com:ingydotnet/bashplus.git
88
branch = master
9-
commit = 8254f9fb48c1d841326434a1005b2a61f42ff7ed
10-
parent = 496b86b44fc11ba85c4304ab5f8410d9c46fa8c9
9+
commit = aba653bd279d584c9e40803e10a10a9c16050393
10+
parent = ffffa7200e1912bf8783e415f3aa030d63d354d3
1111
cmdver = 0.3.0

ext/test-more-bash/ext/bashplus/Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
version: 0.0.7
3+
date: Sat Jan 23 16:28:59 PST 2016
4+
changes:
5+
- Update tooling, and copyright
6+
---
27
version: 0.0.6
38
date: Fri Jan 23 21:05:15 PST 2015
49
changes:

ext/test-more-bash/ext/bashplus/License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright © 2013-2015 Ingy döt Net
3+
Copyright © 2013-2016 Ingy döt Net
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the ‘Software’), to deal in

ext/test-more-bash/ext/bashplus/Meta

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=meta: 0.0.2
22

33
name: bashplus
4-
version: 0.0.6
4+
version: 0.0.7
55
abstract: Modern Bash Programming
66
homepage: http://bpan.org/package/bashplus/
77

88
license: MIT
9-
copyright: 2013-2015
9+
copyright: 2013-2016
1010
author:
1111
name: Ingy döt Net
1212
email: ingy@ingy.net
@@ -19,8 +19,6 @@ requires:
1919
bash: 3.2.0
2020
test:
2121
cmd: make test
22-
requires:
23-
test-more: 0.0.1
2422
install:
2523
cmd: make install
2624

0 commit comments

Comments
 (0)