right_aws-yodal 1.10.10 → 1.10.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/awsbase/support.rb +1 -1
  2. metadata +3 -3
@@ -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::CoreExtensions
4
+ unless defined?(ActiveSupport::CoreExtensions) || defined?(ActiveSupport::Inflector)
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
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_aws-yodal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 10
9
- - 10
10
- version: 1.10.10
9
+ - 11
10
+ version: 1.10.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - RightScale, Inc.