pog19 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/pog1-9.gemspec +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
data/pog1-9.gemspec CHANGED
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
14
14
  s.description = s.summary + ', password strength testing, password hashing and salting, and password-hash authentication.'
15
15
  s.files = Dir['**/*'].delete_if { |f| f =~ /(cvs|gem|svn)$/i }
16
16
  s.require_path = 'lib'
17
- s.rdoc_options << '--all' << '--inline-source' << '--main' << 'lib/*.rb'
17
+ s.rdoc_options << '--all' << '--inline-source' << '--main' << 'lib/pog.rb'
18
18
  s.has_rdoc = true
19
19
  s.rubyforge_project = 'pog'
20
20
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 1
9
- version: 1.1.1
8
+ - 2
9
+ version: 1.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Operis Systems, LLC
@@ -56,7 +56,7 @@ rdoc_options:
56
56
  - --all
57
57
  - --inline-source
58
58
  - --main
59
- - lib/*.rb
59
+ - lib/pog.rb
60
60
  require_paths:
61
61
  - lib
62
62
  required_ruby_version: !ruby/object:Gem::Requirement