gunark-rubycas-server 0.7.9999.20090212 → 0.8.0.20090213

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.
Files changed (3) hide show
  1. data/config/hoe.rb +1 -1
  2. data/lib/casserver/version.rb +1 -1
  3. metadata +2 -3
data/config/hoe.rb CHANGED
@@ -37,7 +37,7 @@ ENV['NODOT'] = '1'
37
37
 
38
38
  #REV = nil
39
39
  # UNCOMMENT IF REQUIRED:
40
- REV = Time.now.strftime('%y%m%d%H%M')
40
+ REV = Time.now.strftime('%Y%m%d%H%M')
41
41
  VERS = CASServer::VERSION::STRING + (REV ? ".#{REV}" : "")
42
42
  RDOC_OPTS = ['--quiet', '--title', 'rubycas-server documentation',
43
43
  "--opname", "index.html",
@@ -2,7 +2,7 @@ module CASServer
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
- TINY = 999
5
+ TINY = 99999
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gunark-rubycas-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9999.20090212
4
+ version: 0.8.0.20090213
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Zukowski - (c) Urbacon Limited)
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-12 00:00:00 -08:00
12
+ date: 2009-02-13 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -72,7 +72,6 @@ extra_rdoc_files:
72
72
  - Manifest.txt
73
73
  - PostInstall.txt
74
74
  - README.txt
75
- - public/restart.txt
76
75
  files:
77
76
  - CHANGELOG.txt
78
77
  - History.txt