Skip to content

Commit

Permalink
Prepare v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbanfield committed Feb 25, 2018
1 parent 156ce8b commit 55be368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise-pwned_password (0.1.1)
devise-pwned_password (0.1.2)
devise (~> 4)
rails (~> 5.1.2)

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

begin
require "bundler/setup"
require 'bundler/gem_tasks'
rescue LoadError
puts "You must `gem install bundler` and `bundle install` to run rake tasks"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/pwned_password/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Devise
module PwnedPassword
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 55be368

Please sign in to comment.