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

Version 3.0.0.beta13 (README, gems, ...)

parent e00499fa
Branches
Tags schleuder-3.0.0.beta13
No related merge requests found
......@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format of this file is based on [Keep a Changelog](http://keepachangelog.com/).
## [3.0.0.beta13] / 2016-12-22
### Fixed
* Fix creating new lists.
## [3.0.0.beta12] / 2016-12-22
### Changed
......
PATH
remote: .
specs:
schleuder (3.0.0.beta12)
schleuder (3.0.0.beta13)
activerecord (~> 4.1)
mail-gpg (~> 0.2.7)
rake (~> 10)
......
......@@ -42,15 +42,15 @@ Additionally these **rubygems** are required (will be installed automatically un
Installing Schleuder
------------
1. Download [the gem](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta12.gem) and [the OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta12.gem.sig) and verify:
1. Download [the gem](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta13.gem) and [the OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta13.gem.sig) and verify:
```
gpg --recv-key 0xB3D190D5235C74E1907EACFE898F2C91E2E6E1F3
gpg --verify schleuder-3.0.0.beta12.gem.sig
gpg --verify schleuder-3.0.0.beta13.gem.sig
```
2. If all went well install the gem:
```
gem install schleuder-3.0.0.beta12.gem
gem install schleuder-3.0.0.beta13.gem
```
3. Set up schleuder:
......@@ -118,4 +118,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://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta12.tar.gz) and [its OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta12.tar.gz.sig).
Alternatively to the gem-files you can download the latest release as [a tarball](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta13.tar.gz) and [its OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta13.tar.gz.sig).
File added
File added
File added
File added
module Schleuder
VERSION = '3.0.0.beta12'
VERSION = '3.0.0.beta13'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment