sbsm 1.0.0 → 1.0.1

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.
File without changes
@@ -1,5 +1,5 @@
1
1
  === 1.0.0 / 16.12.2010
2
2
 
3
- * sbsm is not Ruby 1.9 ready.
3
+ * sbsm is now Ruby 1.9 ready.
4
4
 
5
5
  * Birthday!
File without changes
@@ -1,5 +1,5 @@
1
- COPYING
2
1
  History.txt
2
+ LICENCE.txt
3
3
  Manifest.txt
4
4
  README.txt
5
5
  Rakefile
@@ -1,11 +1,12 @@
1
1
  #!/usr/bin/env ruby
2
+ # DRb::DRbObject -- fix bug respond_to argument -- 22.08.2011 -- mhatakeyama@ywesee.com
2
3
  # DRb::DRbObject -- fix bug in ruby -- 23.09.2005 -- hwyss@ywesee.com
3
4
 
4
5
  require 'drb'
5
6
 
6
7
  module DRb
7
8
  class DRbObject
8
- def respond_to?(msg_id)
9
+ def respond_to?(msg_id, *args)
9
10
  case msg_id
10
11
  when :_dump
11
12
  true
@@ -23,7 +23,7 @@
23
23
  # Index -- sbsm -- 04.03.2003 -- hwyss@ywesee.com
24
24
 
25
25
  module SBSM
26
- VERSION = '1.0.0'
26
+ VERSION = '1.0.1'
27
27
  class Index
28
28
  def initialize
29
29
  @values = []
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbsm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Masaomi Hatakeyama, Zeno R.R. Davatz
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-16 00:00:00 +01:00
18
+ date: 2011-11-23 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 47
29
+ hash: 41
30
30
  segments:
31
31
  - 2
32
- - 8
33
- - 0
34
- version: 2.8.0
32
+ - 9
33
+ - 1
34
+ version: 2.9.1
35
35
  type: :development
36
36
  version_requirements: *id001
37
37
  description: Application framework for state based session management
@@ -43,12 +43,13 @@ extensions: []
43
43
 
44
44
  extra_rdoc_files:
45
45
  - History.txt
46
+ - LICENCE.txt
46
47
  - Manifest.txt
47
48
  - README.txt
48
49
  - usage-en.txt
49
50
  files:
50
- - COPYING
51
51
  - History.txt
52
+ - LICENCE.txt
52
53
  - Manifest.txt
53
54
  - README.txt
54
55
  - Rakefile
@@ -96,6 +97,7 @@ files:
96
97
  - test/test_user.rb
97
98
  - test/test_validator.rb
98
99
  - usage-en.txt
100
+ - .gemtest
99
101
  has_rdoc: true
100
102
  homepage: http://scm.ywesee.com/?p=sbsm/.git;a=summary
101
103
  licenses: []
@@ -127,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
129
  requirements: []
128
130
 
129
131
  rubyforge_project: sbsm
130
- rubygems_version: 1.3.7
132
+ rubygems_version: 1.4.2
131
133
  signing_key:
132
134
  specification_version: 3
133
135
  summary: Application framework for state based session management