Skip to content

Commit

Permalink
bump to version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
duritong committed Aug 21, 2014
1 parent bcee070 commit c0d2832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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:0
patch:10
patch:11
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.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 = "[email protected]"
s.executables = ["trocla"]
Expand Down

0 comments on commit c0d2832

Please sign in to comment.