right_support 2.3.4 → 2.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,9 +3,9 @@ require 'singleton'
3
3
  module RightSupport::Ruby
4
4
  module EasySingleton
5
5
  module ClassMethods
6
- def method_missing(meth, *args)
6
+ def method_missing(meth, *args, &block)
7
7
  if self.instance && self.instance.respond_to?(meth)
8
- self.instance.__send__(meth, *args)
8
+ self.instance.__send__(meth, *args, &block)
9
9
  else
10
10
  super
11
11
  end
@@ -7,8 +7,8 @@ spec = Gem::Specification.new do |s|
7
7
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
8
8
 
9
9
  s.name = 'right_support'
10
- s.version = '2.3.4'
11
- s.date = '2012-08-23'
10
+ s.version = '2.3.5'
11
+ s.date = '2012-09-16'
12
12
 
13
13
  s.authors = ['Tony Spataro', 'Sergey Sergyenko', 'Ryan Williamson', 'Lee Kirchhoff', 'Sergey Enin']
14
14
  s.email = 'support@rightscale.com'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 4
10
- version: 2.3.4
9
+ - 5
10
+ version: 2.3.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2012-08-23 00:00:00 -07:00
22
+ date: 2012-09-16 00:00:00 -07:00
23
23
  default_executable:
24
24
  dependencies: []
25
25