Skip to content

Commit

Permalink
chore: release v4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed Nov 17, 2023
1 parent 7738b19 commit 8b5638f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes (Release notes)

* 4.15.0.pre
* 4.15.0

* General: removed many redundant options, more consistency between plugins, see below in "break".
* New Features:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Introduction

Version : 4.15.0.pre
Version : 4.15.0

Laurent/2016-2023

Expand Down Expand Up @@ -94,7 +94,7 @@ ascli --version
```

```bash
4.15.0.pre
4.15.0
```

### First use
Expand Down Expand Up @@ -256,7 +256,7 @@ ascli -v
```

```text
4.15.0.pre
4.15.0
```

In order to keep persistency of configuration on the host,
Expand Down Expand Up @@ -552,7 +552,7 @@ So you can use it directly.
You will need to install aspera-cli using `sudo` :

```bash
sudo gem install aspera-cli --pre
sudo gem install aspera-cli
```

Alternatively, if you use [Homebrew](https://brew.sh/) already you can install Ruby with it:
Expand Down Expand Up @@ -649,7 +649,7 @@ If you already have a Java JVM on your system (`java`), it is possible to use `j
Once you have Ruby and rights to install gems: Install the gem and its dependencies:

```bash
gem install aspera-cli --pre
gem install aspera-cli
```

To upgrade to the latest version:
Expand Down Expand Up @@ -3233,7 +3233,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1m&size=0&inc=2&seq=seque
```text
ascli -h
NAME
ascli -- a command line tool for Aspera Applications (v4.15.0.pre)
ascli -- a command line tool for Aspera Applications (v4.15.0)
SYNOPSIS
ascli COMMANDS [OPTIONS] [ARGS]
Expand Down
12 changes: 6 additions & 6 deletions docs/Manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
alt="CII Best Practices" /></a></p>
<h1 data-number="1" id="introduction"><span
class="header-section-number">1</span> Introduction</h1>
<p>Version : 4.15.0.pre</p>
<p>Version : 4.15.0</p>
<p>Laurent/2016-2023</p>
<p>This gem provides the <code>ascli</code> CLI (Command Line Interface)
to IBM Aspera software.</p>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 data-number="2" id="quick-start"><span
<div class="sourceCode" id="cb1"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ascli</span> <span class="at">--version</span></span></code></pre></div>
<div class="sourceCode" id="cb2"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">4.15.0.pre</span></span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">4.15.0</span></span></code></pre></div>
<h2 data-number="2.1" id="first-use"><span
class="header-section-number">2.1</span> First use</h2>
<p>Once installation is completed, you can proceed to the first use with
Expand Down Expand Up @@ -237,7 +237,7 @@ <h3 data-number="3.1.2" id="container-details"><span
<p>Then, you can execute the container like a local command:</p>
<div class="sourceCode" id="cb19"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb19-1"><a href="#cb19-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ascli</span> <span class="at">-v</span></span></code></pre></div>
<pre class="text"><code>4.15.0.pre</code></pre>
<pre class="text"><code>4.15.0</code></pre>
<p>In order to keep persistency of configuration on the host, you should
specify your user’s config folder as a volume for the container. To
enable write access, a possibility is to run as <code>root</code> in the
Expand Down Expand Up @@ -555,7 +555,7 @@ <h3 data-number="3.2.4" id="macos-pre-installed-or-brew"><span
it directly. You will need to install aspera-cli using <code>sudo</code>
:</p>
<div class="sourceCode" id="cb48"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb48-1"><a href="#cb48-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sudo</span> gem install aspera-cli <span class="at">--pre</span></span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb48-1"><a href="#cb48-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sudo</span> gem install aspera-cli</span></code></pre></div>
<p>Alternatively, if you use <a href="https://brew.sh/">Homebrew</a>
already you can install Ruby with it:</p>
<div class="sourceCode" id="cb49"><pre
Expand Down Expand Up @@ -634,7 +634,7 @@ <h2 data-number="3.3" id="aspera-cli-gem"><span
<p>Once you have Ruby and rights to install gems: Install the gem and
its dependencies:</p>
<div class="sourceCode" id="cb58"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb58-1"><a href="#cb58-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli <span class="at">--pre</span></span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb58-1"><a href="#cb58-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli</span></code></pre></div>
<p>To upgrade to the latest version:</p>
<div class="sourceCode" id="cb59"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb59-1"><a href="#cb59-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> update aspera-cli</span></code></pre></div>
Expand Down Expand Up @@ -4722,7 +4722,7 @@ <h2 data-number="4.31" id="usage"><span
class="header-section-number">4.31</span> <a id="usage"></a>Usage</h2>
<pre class="text"><code>ascli -h
NAME
ascli -- a command line tool for Aspera Applications (v4.15.0.pre)
ascli -- a command line tool for Aspera Applications (v4.15.0)

SYNOPSIS
ascli COMMANDS [OPTIONS] [ARGS]
Expand Down
Binary file modified docs/Manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/aspera/cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module Aspera
module Cli
# for beta add extension : .beta1
# for dev version add extension : .pre
VERSION = '4.15.0.pre'
VERSION = '4.15.0'
end
end

0 comments on commit 8b5638f

Please sign in to comment.