From c0d2832dff7fb14e056a49b28860087b2f201619 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 21 Aug 2014 08:49:08 +0200 Subject: bump to version 0.0.11 --- lib/VERSION | 2 +- trocla.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/VERSION b/lib/VERSION index 1be3e38..158fcec 100644 --- a/lib/VERSION +++ b/lib/VERSION @@ -1,4 +1,4 @@ major:0 minor:0 -patch:10 +patch:11 build: diff --git a/trocla.gemspec b/trocla.gemspec index 8d3cd09..65c63f3 100644 --- a/trocla.gemspec +++ b/trocla.gemspec @@ -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.0.10 ruby lib +# stub: trocla 0.0.11 ruby lib Gem::Specification.new do |s| s.name = "trocla" - s.version = "0.0.10" + s.version = "0.0.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["mh"] - s.date = "2014-06-27" + s.date = "2014-08-21" 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"] -- cgit v1.2.3