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

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

parent c5dcbef6
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,12 @@ The format of this file is based on [Keep a Changelog](http://keepachangelog.com ...@@ -8,6 +8,12 @@ The format of this file is based on [Keep a Changelog](http://keepachangelog.com
## [Unreleased] ## [Unreleased]
## [3.0.0.beta10] / 2016-12-05
### Changed
* Fixed tarball to contain correct version and state of changelog.
## [3.0.0.beta9] / 2016-12-02 ## [3.0.0.beta9] / 2016-12-02
### Added ### Added
......
PATH PATH
remote: . remote: .
specs: specs:
schleuder (3.0.0.beta9) schleuder (3.0.0.beta10)
activerecord (~> 4.1) activerecord (~> 4.1)
mail-gpg (~> 0.2.7) mail-gpg (~> 0.2.7)
rake (~> 10) rake (~> 10)
......
...@@ -42,15 +42,15 @@ Additionally these **rubygems** are required (will be installed automatically un ...@@ -42,15 +42,15 @@ Additionally these **rubygems** are required (will be installed automatically un
Installing Schleuder Installing Schleuder
------------ ------------
1. Download [the gem](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta9.gem) and [the OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta9.gem.sig) and verify: 1. Download [the gem](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta10.gem) and [the OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta10.gem.sig) and verify:
``` ```
gpg --recv-key 0xB3D190D5235C74E1907EACFE898F2C91E2E6E1F3 gpg --recv-key 0xB3D190D5235C74E1907EACFE898F2C91E2E6E1F3
gpg --verify schleuder-3.0.0.beta9.gem.sig gpg --verify schleuder-3.0.0.beta10.gem.sig
``` ```
2. If all went well install the gem: 2. If all went well install the gem:
``` ```
gem install schleuder-3.0.0.beta9.gem gem install schleuder-3.0.0.beta10.gem
``` ```
3. Set up schleuder: 3. Set up schleuder:
...@@ -118,4 +118,4 @@ GNU GPL 3.0. Please see [LICENSE.txt](LICENSE.txt). ...@@ -118,4 +118,4 @@ GNU GPL 3.0. Please see [LICENSE.txt](LICENSE.txt).
Alternative Download 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.beta9.tar.gz) and [its OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta9.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.beta10.tar.gz) and [its OpenPGP-signature](https://git.codecoop.org/schleuder/schleuder3/raw/master/gems/schleuder-3.0.0.beta10.tar.gz.sig).
File added
File added
File added
File added
module Schleuder module Schleuder
VERSION = '3.0.0.beta9' VERSION = '3.0.0.beta10'
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment