uchouhan-rubycas-server 1.0.a → 1.1.a
Sign up to get free protection for your applications and to get access to all the features.
- data/rubycas-server.gemspec +2 -2
- metadata +4 -4
data/rubycas-server.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
$gemspec = Gem::Specification.new do |s|
|
3
3
|
s.name = 'uchouhan-rubycas-server'
|
4
|
-
s.version = '1.
|
4
|
+
s.version = '1.1.a'
|
5
5
|
s.authors = ["Umang Chouhan"]
|
6
6
|
s.email = ["uchouhan@optimiscorp.com"]
|
7
7
|
s.homepage = 'http://github.com/uchouhan/cas'
|
@@ -10,7 +10,7 @@ $gemspec = Gem::Specification.new do |s|
|
|
10
10
|
|
11
11
|
s.files = [
|
12
12
|
"CHANGELOG", "LICENSE", "README.md", "Rakefile", "setup.rb",
|
13
|
-
"bin/*", "lib/**/*.rb", "public/**/*", "po/**/*", "mo/**/*", "resources/*.*",
|
13
|
+
"bin/*", "db/*", "lib/**/*.rb", "public/**/*", "po/**/*", "mo/**/*", "resources/*.*",
|
14
14
|
"tasks/**/*.rake", "vendor/**/*", "script/*", "lib/**/*.erb", "lib/**/*.builder",
|
15
15
|
"rubycas-server.gemspec"
|
16
16
|
].map{|p| Dir[p]}.flatten
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uchouhan-rubycas-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 118
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
8
|
+
- 1
|
9
9
|
- a
|
10
|
-
version: 1.
|
10
|
+
version: 1.1.a
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Umang Chouhan
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-01-
|
18
|
+
date: 2011-01-11 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|