Skip to content
Snippets Groups Projects
Commit a9812c80 authored by paz's avatar paz
Browse files

Version 0.0.1.beta11 (README, gems)

parent 91b1d864
Branches
Tags schleuder-cli-0.0.1.beta11
No related merge requests found
PATH PATH
remote: . remote: .
specs: specs:
schleuder-cli (0.0.1.beta9) schleuder-cli (0.0.1.beta11)
thor (~> 0) thor (~> 0)
GEM GEM
......
...@@ -13,15 +13,15 @@ Requirements ...@@ -13,15 +13,15 @@ Requirements
Installation Installation
------------ ------------
1. Download [the gem](https://git.codecoop.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta10.gem) and [the OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta10.gem.sig) and verify: 1. Download [the gem](https://git.codecoop.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta11.gem) and [the OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder-cli/raw/master/gems/schleuder-cli-0.0.1.beta11.gem.sig) and verify:
``` ```
gpg --recv-key 0xB3D190D5235C74E1907EACFE898F2C91E2E6E1F3 gpg --recv-key 0xB3D190D5235C74E1907EACFE898F2C91E2E6E1F3
gpg --verify schleuder-cli-0.0.1.beta10.gem.sig gpg --verify schleuder-cli-0.0.1.beta11.gem.sig
``` ```
2. If all went well install the gem: 2. If all went well install the gem:
``` ```
gem install schleuder-cli-0.0.1.beta10.gem gem install schleuder-cli-0.0.1.beta11.gem
``` ```
You probably want to install [schleuder](https://git.codecoop.org/schleuder/schleuder3), too. Without schleuder, this software is very useless. You probably want to install [schleuder](https://git.codecoop.org/schleuder/schleuder3), too. Without schleuder, this software is very useless.
......
File added
File added
module SchleuderCli module SchleuderCli
VERSION = '0.0.1.beta10' VERSION = '0.0.1.beta11'
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment