ddr-ingesttools 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c8a03cc7a443dbca08bd1c8cb86d6cc70f18050
4
- data.tar.gz: 3f1d806ba1c1b8ccde507157372e30c93c1cd0cd
3
+ metadata.gz: da2dcac7b528e65bc0bd8018a23b2e2c70ce8e2b
4
+ data.tar.gz: e7382f1dc99c8a3a0bff6c727b42873c8b6a9d0c
5
5
  SHA512:
6
- metadata.gz: 361c4c511a7bb10f03087412aa700739e188161f9b6650e0c6eb295560bfa1a5ff9d23a8621db46d552e418bae0ff50bd08b7dbda3fabc5263becb3fc7644c16
7
- data.tar.gz: a14ed57c5cbb449f02d1c29c1f4cf5df37960152c7a2c8d2717eea2363ae9de05bdf8e2e7e5478a0e0048b3b82d73e7328fcb00ef0a5b199bc49640c93aa9cd7
6
+ metadata.gz: 3bad7d1ad9f3c973226d050ca15270cdb8744af773cc73fa197558f6061032f3b1a520631bfcf7d34a1dff9ac1a5a245eaa162c280ea253160860b2cd0f53e5c
7
+ data.tar.gz: 79e1e6336eea8d0c0228d0cfc85aabde9e89838f738d0d343da3e2b801dafbd5bca38cf8c05917d7ff57f60730d931765a1979bdf9e00f2f9777fc2fbe66ddf5
@@ -7,7 +7,7 @@ require 'i18n'
7
7
  module Ddr
8
8
  module IngestTools
9
9
 
10
- I18n.load_path = Dir['config/locales/*.yml']
10
+ I18n.load_path = Dir[File.join(Gem.loaded_specs['ddr-ingesttools'].gem_dir, 'config', 'locales', '*.yml')]
11
11
 
12
12
  end
13
13
  end
@@ -1,5 +1,5 @@
1
1
  module Ddr
2
2
  module IngestTools
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddr-ingesttools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Coble