rpam 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/Rpam/rpam.c +1 -1
  2. data/rpam.gemspec +2 -2
  3. metadata +3 -3
@@ -1,6 +1,6 @@
1
1
  /******************************************************************************
2
2
  *
3
- * Rpam Copyright (c) 2008 Andre Osti de Moura
3
+ * Rpam Copyright (c) 2008 Andre Osti de Moura <andreoandre@gmail.com>
4
4
  *
5
5
  * This program is free software; you can redistribute it and/or modify
6
6
  * it under the terms of the GNU General Public License as published by
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{rpam}
3
- s.version = "1.0.0"
4
- s.date = %q{2008-08-06}
3
+ s.version = "1.0.1"
4
+ s.date = %q{2009-09-07}
5
5
  s.summary = %q{PAM integration with ruby.}
6
6
  s.require_paths = ["lib"]
7
7
  s.email = %q{andreoandre@gmail.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andre Osti de Moura
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-06 00:00:00 -03:00
12
+ date: 2009-09-07 00:00:00 -03:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements: []
55
55
 
56
56
  rubyforge_project: rpam
57
- rubygems_version: 1.1.1
57
+ rubygems_version: 1.3.1
58
58
  signing_key:
59
59
  specification_version: 2
60
60
  summary: PAM integration with ruby.