File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "rubycas-client"
8
- s . version = "2.3.9.rc1 "
8
+ s . version = "2.3.9"
9
9
10
- s . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1 " ) if s . respond_to? :required_rubygems_version=
10
+ s . required_rubygems_version = Gem ::Requirement . new ( ">= 0 " ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Matt Zukowski" , "Matt Walker" , "Matt Campbell" ]
12
- s . date = "2012-03-24 "
12
+ s . date = "2012-06-20 "
13
13
s . extra_rdoc_files = [
14
14
"LICENSE.txt" ,
15
15
"README.rdoc"
@@ -83,7 +83,7 @@ Gem::Specification.new do |s|
83
83
s . licenses = [ "MIT" ]
84
84
s . rdoc_options = [ "--main" , "README.rdoc" ]
85
85
s . require_paths = [ "lib" ]
86
- s . rubygems_version = "1.8.11 "
86
+ s . rubygems_version = "1.8.23 "
87
87
s . summary = "Client library for the Central Authentication Service (CAS) protocol."
88
88
89
89
if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments