Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duritong committed Apr 19, 2015
1 parent 6e0d640 commit 843b44e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ ssl_options:
## Update & Changes
### to 0.1.1
1. fix storing data longer that public Keysize -11. Thanks [Timo Goebel](https://github.com/timogoebel)
1. add a numeric only charset. Thanks [Jonas Genannt](https://github.com/hggh)
1. fix reading key expire time. Thanks [asquelt](https://github.com/asquelt)
### to 0.1.0
1. Supporting encryption of the backends. Many thanks to Thomas Gelf
Expand Down
2 changes: 1 addition & 1 deletion lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
major:0
minor:1
patch:0
patch:1
build:
6 changes: 3 additions & 3 deletions trocla.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: trocla 0.1.0 ruby lib
# stub: trocla 0.1.1 ruby lib

Gem::Specification.new do |s|
s.name = "trocla"
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["mh"]
s.date = "2015-03-21"
s.date = "2015-04-19"
s.description = "Trocla helps you to generate random passwords and to store them in various formats (plain, MD5, bcrypt) for later retrival."
s.email = "mh+trocla@immerda.ch"
s.executables = ["trocla"]
Expand Down

0 comments on commit 843b44e

Please sign in to comment.