Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
trimentor committed Nov 7, 2013
1 parent 6a9bbcc commit 135e17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/pwdcalc/version.rb
Expand Up @@ -2,7 +2,7 @@ module Pwdcalc
module Version
MAJOR = "0"
MINOR = "1"
PATCH = "9"
PATCH = "10"
BUILD = nil

def self.version
Expand Down
7 changes: 4 additions & 3 deletions pwdcalc.gemspec
Expand Up @@ -2,14 +2,15 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: pwdcalc 0.1.10 ruby lib

Gem::Specification.new do |s|
s.name = "pwdcalc"
s.version = "0.1.9"
s.version = "0.1.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kjel Delaey"]
s.date = "2013-07-08"
s.date = "2013-11-07"
s.description = "Take no risk and help your users to choose good passwords!"
s.email = "kjel_delaey@hotmail.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -73,7 +74,7 @@ Gem::Specification.new do |s|
]
s.homepage = "https://github.com/trimentor/pwdcalc"
s.require_paths = ["lib"]
s.rubygems_version = "2.0.3"
s.rubygems_version = "2.1.10"
s.summary = "Calculates the strength of user-chosen passwords."

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 135e17a

Please sign in to comment.