right_support 2.8.16 → 2.8.17
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.
- data/VERSION +1 -1
- data/lib/right_support/log/mixin.rb +1 -1
- data/right_support.gemspec +8 -8
- metadata +9 -11
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.8.
|
|
1
|
+
2.8.17
|
|
@@ -69,7 +69,7 @@ module RightSupport::Log
|
|
|
69
69
|
def logger
|
|
70
70
|
if @logger
|
|
71
71
|
@logger
|
|
72
|
-
elsif superclass.respond_to?(:logger) && superclass.logger
|
|
72
|
+
elsif respond_to?(:superclass) && superclass.respond_to?(:logger) && superclass.logger
|
|
73
73
|
superclass.logger
|
|
74
74
|
else
|
|
75
75
|
RightSupport::Log::Mixin.default_logger
|
data/right_support.gemspec
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "2.8.
|
|
7
|
+
s.name = "right_support"
|
|
8
|
+
s.version = "2.8.17"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Tony Spataro", "Sergey Sergyenko", "Ryan Williamson", "Lee Kirchhoff", "Alexey Karpik", "Scott Messier"]
|
|
12
|
-
s.date =
|
|
13
|
-
s.description =
|
|
14
|
-
s.email =
|
|
12
|
+
s.date = "2014-03-01"
|
|
13
|
+
s.description = "A toolkit of useful, reusable foundation code created by RightScale."
|
|
14
|
+
s.email = "support@rightscale.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
17
|
"README.rdoc"
|
|
@@ -134,11 +134,11 @@ Gem::Specification.new do |s|
|
|
|
134
134
|
"spec/validation/openssl_spec.rb",
|
|
135
135
|
"spec/validation/ssh_spec.rb"
|
|
136
136
|
]
|
|
137
|
-
s.homepage =
|
|
137
|
+
s.homepage = "https://github.com/rightscale/right_support"
|
|
138
138
|
s.licenses = ["MIT"]
|
|
139
139
|
s.require_paths = ["lib"]
|
|
140
|
-
s.rubygems_version =
|
|
141
|
-
s.summary =
|
|
140
|
+
s.rubygems_version = "1.8.15"
|
|
141
|
+
s.summary = "Reusable foundation code."
|
|
142
142
|
|
|
143
143
|
if s.respond_to? :specification_version then
|
|
144
144
|
s.specification_version = 3
|
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:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 2.8.
|
|
9
|
+
- 17
|
|
10
|
+
version: 2.8.17
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tony Spataro
|
|
@@ -20,11 +20,11 @@ autorequire:
|
|
|
20
20
|
bindir: bin
|
|
21
21
|
cert_chain: []
|
|
22
22
|
|
|
23
|
-
date: 2014-
|
|
24
|
-
default_executable:
|
|
23
|
+
date: 2014-03-01 00:00:00 Z
|
|
25
24
|
dependencies:
|
|
26
25
|
- !ruby/object:Gem::Dependency
|
|
27
26
|
type: :development
|
|
27
|
+
name: jeweler
|
|
28
28
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
29
29
|
none: false
|
|
30
30
|
requirements:
|
|
@@ -37,9 +37,9 @@ dependencies:
|
|
|
37
37
|
version: "2.0"
|
|
38
38
|
prerelease: false
|
|
39
39
|
requirement: *id001
|
|
40
|
-
name: jeweler
|
|
41
40
|
- !ruby/object:Gem::Dependency
|
|
42
41
|
type: :development
|
|
42
|
+
name: flexmock
|
|
43
43
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
44
44
|
none: false
|
|
45
45
|
requirements:
|
|
@@ -52,9 +52,9 @@ dependencies:
|
|
|
52
52
|
version: "1.0"
|
|
53
53
|
prerelease: false
|
|
54
54
|
requirement: *id002
|
|
55
|
-
name: flexmock
|
|
56
55
|
- !ruby/object:Gem::Dependency
|
|
57
56
|
type: :development
|
|
57
|
+
name: rspec
|
|
58
58
|
version_requirements: &id003 !ruby/object:Gem::Requirement
|
|
59
59
|
none: false
|
|
60
60
|
requirements:
|
|
@@ -68,9 +68,9 @@ dependencies:
|
|
|
68
68
|
version: 2.13.0
|
|
69
69
|
prerelease: false
|
|
70
70
|
requirement: *id003
|
|
71
|
-
name: rspec
|
|
72
71
|
- !ruby/object:Gem::Dependency
|
|
73
72
|
type: :development
|
|
73
|
+
name: cucumber
|
|
74
74
|
version_requirements: &id004 !ruby/object:Gem::Requirement
|
|
75
75
|
none: false
|
|
76
76
|
requirements:
|
|
@@ -91,7 +91,6 @@ dependencies:
|
|
|
91
91
|
version: "1.0"
|
|
92
92
|
prerelease: false
|
|
93
93
|
requirement: *id004
|
|
94
|
-
name: cucumber
|
|
95
94
|
description: A toolkit of useful, reusable foundation code created by RightScale.
|
|
96
95
|
email: support@rightscale.com
|
|
97
96
|
executables: []
|
|
@@ -218,7 +217,6 @@ files:
|
|
|
218
217
|
- spec/stats/helpers_spec.rb
|
|
219
218
|
- spec/validation/openssl_spec.rb
|
|
220
219
|
- spec/validation/ssh_spec.rb
|
|
221
|
-
has_rdoc: true
|
|
222
220
|
homepage: https://github.com/rightscale/right_support
|
|
223
221
|
licenses:
|
|
224
222
|
- MIT
|
|
@@ -248,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
248
246
|
requirements: []
|
|
249
247
|
|
|
250
248
|
rubyforge_project:
|
|
251
|
-
rubygems_version: 1.
|
|
249
|
+
rubygems_version: 1.8.15
|
|
252
250
|
signing_key:
|
|
253
251
|
specification_version: 3
|
|
254
252
|
summary: Reusable foundation code.
|