ruby-shadow 2.1.3 → 2.1.4
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.
- data/HISTORY +4 -1
- data/ruby-shadow.gemspec +1 -1
- data/shadow.c +1 -1
- metadata +2 -2
data/HISTORY
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
[2012/
|
|
1
|
+
[2012/04/17]
|
|
2
|
+
* Version 2.1.4
|
|
3
|
+
- MATSUU Takuto <matsuu@gentoo.org>
|
|
4
|
+
Change obsolete C function to its proper replacement.
|
|
2
5
|
* Version 2.1.3
|
|
3
6
|
- MATSUU Takuto <matsuu@gentoo.org>
|
|
4
7
|
Fix a typo in the C code for rb_shadow_putspent. Typo has been present since
|
data/ruby-shadow.gemspec
CHANGED
data/shadow.c
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-shadow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2012-
|
|
17
|
+
date: 2012-04-17 00:00:00.000000000 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
description: This module provides access to shadow passwords on Linux and Solaris
|