We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448c17c commit aecdf8aCopy full SHA for aecdf8a
HISTORY
@@ -1,3 +1,7 @@
1
+[2021/12/01]
2
+* Version 2.5.1
3
+ - fixes for compiling for Ruby 3
4
+
5
[2015/10/06]
6
* Version 2.5.0
7
- fixes for compiling for rubinius, at long last
ruby-shadow.gemspec
@@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
19
spec.name = 'ruby-shadow'
20
spec.required_ruby_version = ['>= 1.8']
21
spec.summary = '*nix Shadow Password Module'
22
- spec.version = '2.5.0'
+ spec.version = '2.5.1'
23
spec.license = "Public Domain License"
24
end
0 commit comments