sbsm 1.0.2 → 1.0.3

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.
@@ -1,3 +1,7 @@
1
+ === 1.0.3 / 22.12.2011
2
+
3
+ * Fix Date object loading error. Without this active agents and sequence data will not be saved in ch.oddb.org
4
+
1
5
  === 1.0.2 / 09.12.2011
2
6
 
3
7
  * Updated session.rb to be compatible for both Ruby 1.8 and 1.9.3-p0
@@ -23,7 +23,7 @@
23
23
  # Index -- sbsm -- 04.03.2003 -- hwyss@ywesee.com
24
24
 
25
25
  module SBSM
26
- VERSION = '1.0.2'
26
+ VERSION = '1.0.3'
27
27
  class Index
28
28
  def initialize
29
29
  @values = []
@@ -1,4 +1,4 @@
1
- class CGI
2
- remove_const 'Cookie'
3
- end
4
- load '/usr/lib/ruby19/1.9.1/cgi/cookie.rb'
1
+ #class CGI
2
+ # remove_const 'Cookie'
3
+ #end
4
+ #load '/usr/lib/ruby19/1.9.1/cgi/cookie.rb'
@@ -21,7 +21,7 @@
21
21
  # ywesee - intellectual capital connected, Winterthurerstrasse 52, CH-8006 Zürich, Switzerland
22
22
  # hwyss@ywesee.com
23
23
  #
24
- # SBSM::Session -- sbsm -- 09.12.2012 -- mhatakeyama@ywesee.com
24
+ # SBSM::Session -- sbsm -- 22.12.2011 -- mhatakeyama@ywesee.com
25
25
  # SBSM::Session -- sbsm -- 22.10.2002 -- hwyss@ywesee.com
26
26
 
27
27
  require 'sbsm/cgi'
@@ -252,6 +252,7 @@ module SBSM
252
252
  target.store(last, valid)
253
253
  else
254
254
  @valid_input[key] = valid
255
+ "dummy" # Some statement is necessary here to avoid Date data loading error on Ruby 1.9.3
255
256
  end
256
257
  end
257
258
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbsm
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 17
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 0
8
- - 2
9
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
10
11
  platform: ruby
11
12
  authors:
12
13
  - Masaomi Hatakeyama, Zeno R.R. Davatz
@@ -14,16 +15,18 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-12-09 00:00:00 +01:00
18
+ date: 2011-12-22 00:00:00 +01:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: hoe
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
27
  - - ">="
26
28
  - !ruby/object:Gem::Version
29
+ hash: 41
27
30
  segments:
28
31
  - 2
29
32
  - 9
@@ -106,23 +109,27 @@ rdoc_options:
106
109
  require_paths:
107
110
  - lib
108
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
+ none: false
109
113
  requirements:
110
114
  - - ">="
111
115
  - !ruby/object:Gem::Version
116
+ hash: 3
112
117
  segments:
113
118
  - 0
114
119
  version: "0"
115
120
  required_rubygems_version: !ruby/object:Gem::Requirement
121
+ none: false
116
122
  requirements:
117
123
  - - ">="
118
124
  - !ruby/object:Gem::Version
125
+ hash: 3
119
126
  segments:
120
127
  - 0
121
128
  version: "0"
122
129
  requirements: []
123
130
 
124
131
  rubyforge_project: sbsm
125
- rubygems_version: 1.3.6
132
+ rubygems_version: 1.4.2
126
133
  signing_key:
127
134
  specification_version: 3
128
135
  summary: Application framework for state based session management