audiobank-client 0.0.1 → 0.0.2

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.
@@ -6,12 +6,17 @@ require 'json'
6
6
  require "virtus"
7
7
 
8
8
  require "null_logger"
9
- require "active_support/core_ext/module/attribute_accessors"
10
- require "active_support/core_ext/class/attribute_accessors"
11
9
 
12
- require "active_support/core_ext/module/delegation"
13
- require "active_support/json"
14
- require "active_support/core_ext/object/to_json"
10
+ begin
11
+ require "active_support/core_ext/module/attribute_accessors"
12
+ require "active_support/core_ext/class/attribute_accessors"
13
+
14
+ require "active_support/core_ext/module/delegation"
15
+ require "active_support/json"
16
+ require "active_support/core_ext/object/to_json"
17
+ rescue LoadError
18
+ require "active_support"
19
+ end
15
20
 
16
21
  require 'net/ftp'
17
22
 
@@ -1,5 +1,5 @@
1
1
  module Audiobank
2
2
  module Client
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audiobank-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alban Peignier