ddr-models 3.0.0.beta.6 → 3.0.0.beta.7

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: 459b647ededb659adc26f3d0a4ac39fcec9d7bdb
4
- data.tar.gz: 750255ea83e547d666bc18e35c90bff4a9785659
3
+ metadata.gz: 060df180f9e6610db843d353037b1686bb9b6e31
4
+ data.tar.gz: 487bafe0d10284c8033ba37fb578aeb8f9e949aa
5
5
  SHA512:
6
- metadata.gz: 1245520f4f5221511c40edd77182a008c2ca0d21ba0c3e8424795e93fedccf2cf008087151ec7c577c3f334d2d9fd91574ea48b171133cbf3166ddff3026fbf7
7
- data.tar.gz: 4d0b4daed25e1a942fe46805c8c52e771a92128d5c2d9721fc492d852d2485c077a71aaac28a6dded20c05361a2a3e89e7deb80a5f0ed1275bf55ae425459bb2
6
+ metadata.gz: deef36f8b5996ad1df4852a3d4849f2543d907659f8ab27ab50e4b8dfbb0ba5f8e90b50d37d6b16568f68bd05f7af87cbdbed7face50f42fd346dfb8bb069f5b
7
+ data.tar.gz: b5483a469cadbf2ba1075470dcaefc363c792077694c7b091045bc83242f6d28789dfdcb2017a01a189d62ef92c6efcc60eee5f04dcb70d08f8a2de0a03fd2c1
@@ -23,7 +23,7 @@ module Ddr
23
23
  run_generator(source_path, output_path)
24
24
  else
25
25
  raise Ddr::Models::DerivativeGenerationFailure,
26
- "Unexpected depth -- #{source_depth} -- for source file #{Ddr::Utils.file_path(source_path)}"
26
+ "Unexpected depth #{source_depth} for source file #{Ddr::Utils.file_path(source_path)}"
27
27
  end
28
28
  end
29
29
 
@@ -48,7 +48,7 @@ module Ddr
48
48
  end
49
49
 
50
50
  def source_depth(source_path)
51
- `identify -format '%[depth]' #{source_path}`
51
+ `identify -quiet -format '%[depth]' #{source_path}[0]`
52
52
  end
53
53
 
54
54
  end
@@ -1,5 +1,5 @@
1
1
  module Ddr
2
2
  module Models
3
- VERSION = "3.0.0.beta.6"
3
+ VERSION = "3.0.0.beta.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddr-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.beta.6
4
+ version: 3.0.0.beta.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Coble
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-01 00:00:00.000000000 Z
12
+ date: 2016-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails