Skip to content
Snippets Groups Projects
Verified Commit 1eaf6a1b authored by paz's avatar paz
Browse files

Version 0.0.1 (README, gems, ...)

parent c5a0a0a1
Branches
Tags schleuder-cli-0.0.1
No related merge requests found
......@@ -5,11 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format of this file is based on [Keep a Changelog](http://keepachangelog.com/).
## 0.0.1.beta14
## [0.0.1] / 2017-01-25
### Changed
* Use section 1 instead of 8 for manpage.
* Providing a key for the admin is now optional when creating new lists.
### Fixed
* Fixed importing binary OpenPGP-keys.
### Added
* Show a hint if delivery is disabled for a subscription when listing them.
## 0.0.1.beta13
......
PATH
remote: .
specs:
schleuder-cli (0.0.1.beta13)
schleuder-cli (0.0.1)
thor (~> 0)
GEM
......@@ -21,7 +21,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
thor (0.19.1)
thor (0.19.4)
PLATFORMS
ruby
......@@ -31,4 +31,4 @@ DEPENDENCIES
schleuder-cli!
BUNDLED WITH
1.11.2
1.13.7
......@@ -18,15 +18,15 @@ Requirements
Installation
------------
1. Download [the gem](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta13.gem) and [the OpenPGP-signature](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta13.gem.sig) and verify:
1. Download [the gem](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.gem) and [the OpenPGP-signature](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.gem.sig) and verify:
```
gpg --recv-key 0xB3D190D5235C74E1907EACFE898F2C91E2E6E1F3
gpg --verify schleuder-cli-0.0.1.beta13.gem.sig
gpg --verify schleuder-cli-0.0.1.gem.sig
```
2. If all went well install the gem:
```
gem install schleuder-cli-0.0.1.beta13.gem
gem install schleuder-cli-0.0.1.gem
```
You probably want to install [schleuder](https://0xacab.org/schleuder/schleuder3), too. Without schleuder, this software is very useless.
......@@ -83,4 +83,4 @@ GNU GPL 3.0. Please see [LICENSE.txt](LICENSE.txt).
Alternative Download
--------------------
Alternatively to the gem-files you can download the latest release as [a tarball](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta13.tar.gz) and [its OpenPGP-signature](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta13.tar.gz.sig).
Alternatively to the gem-files you can download the latest release as [a tarball](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.tar.gz) and [its OpenPGP-signature](https://0xacab.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.tar.gz.sig).
File added
File added
File added
File added
module SchleuderCli
VERSION = '0.0.1.beta13'
VERSION = '0.0.1'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment