Skip to content

Commit fd5a5d3

Browse files
committed
Release v1.0.0
1 parent 0566b17 commit fd5a5d3

File tree

8 files changed

+17
-26
lines changed

8 files changed

+17
-26
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
catalog
22
catalogChangeLog
3-
^ 'See https://github.com/marianopeck/OSSubprocess/blob/master/CHANGELOG.md'
3+
^ 'See https://github.com/pharo-contributions/OSSubprocess/blob/master/CHANGELOG.md'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
catalog
22
catalogContactInfo
3-
^ 'https://marianopeck.wordpress.com'
3+
^ 'Pharo mailing list'

repository/ConfigurationOfOSSubprocess.package/ConfigurationOfOSSubprocess.class/class/catalogDescription.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ catalogDescription
44
55
An important part of OSSubprocess is how to manage standard streams (stdin, stdout and stderr) and how to provide an API for reading and writing from them at the language level.
66
7-
For more details see: https://github.com/marianopeck/OSSubprocess'
7+
For more details see: https://github.com/pharo-contributions/OSSubprocess'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
catalog
22
catalogKeyClassesAndExample
3-
^ ' See https://github.com/marianopeck/OSSubprocess/ '
3+
^ ' See https://github.com/pharo-contributions/OSSubprocess/ '

repository/ConfigurationOfOSSubprocess.package/ConfigurationOfOSSubprocess.class/instance/stable..st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ symbolic versions
22
stable: spec
33
<symbolicVersion: #stable>
44

5-
spec for: #'pharo7.x' version: '0.2.5'.
6-
spec for: #'pharo6.x' version: '0.2.5'.
5+
spec for: #'pharo7.x' version: '1.0.0'.
6+
spec for: #'pharo6.x' version: '1.0.0'.
77
spec for: #'pharo5.x' version: '0.2.5'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
versions
2+
v1_0_0: spec
3+
<version: '1.0.0'>
4+
5+
spec
6+
for: #'pharo'
7+
do: [
8+
spec
9+
baseline: 'OSSubprocess'
10+
with: [ spec repository: 'github://marianopeck/OSSubprocess:v1.0.0/repository' ];
11+
import: 'OSSubprocess' ].

repository/ConfigurationOfOSSubprocess.package/ConfigurationOfOSSubprocess.class/methodProperties.json

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

repository/ConfigurationOfOSSubprocess.package/monticello.meta/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)