aws 2.3.6 → 2.3.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/awsbase/support.rb +1 -1
- metadata +3 -3
data/lib/awsbase/support.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# If ActiveSupport is loaded, then great - use it. But we don't
|
2
2
|
# want a dependency on it, so if it's not present, define the few
|
3
3
|
# extensions that we want to use...
|
4
|
-
unless defined? ActiveSupport
|
4
|
+
unless defined? ActiveSupport
|
5
5
|
# These are ActiveSupport-;like extensions to do a few handy things in the gems
|
6
6
|
# Derived from ActiveSupport, so the AS copyright notice applies:
|
7
7
|
#
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 2
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 2.3.
|
8
|
+
- 7
|
9
|
+
version: 2.3.7
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Travis Reeder
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-04
|
19
|
+
date: 2010-05-04 00:00:00 -07:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|