assembly-objectfile 1.6.5 → 1.6.6

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODY4NDJjOTlmMjZjYzIyMTMyNGRiODQ2MTU1MmU2NjZkNTM0YWYyMw==
4
+ MTNlMzZjYTJkYjBmM2IyOWI2YzY1OTUxNDcyYjc4N2IwMGI2MzU5YQ==
5
5
  data.tar.gz: !binary |-
6
- YjJkNThkMTEwOTBmMWVkOTNiZGVkMjg4YTg1ZjIxMmM2NTQ1M2I1ZA==
6
+ NzJjZWZiNzQwNzRiYThmMjlmMDEyODJjMGQ4OTM3ODc1MDRiODgyOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MGZhYmM4MjVhYmVlMDEzMjNlMTY1NzJhYWNiMzIxN2JhMTBmYmJkNDVjNTlj
10
- NDEyMTNmOTA4MDY5NmZiYjE1MWFjODBlM2Y2ZjY4NGM5NjNkZmQ1Yzk3N2E0
11
- Y2JmYTk1OTgxNmQwM2E5ZGZmMWM1NTIwNGExMDBkOTMzNmU4ZDA=
9
+ Y2E3NzZmNjRmZGUxMWEyZDIwY2QxMWFhYTAwYTE4YTY0NDhmMDQ2YWY0NDg1
10
+ MDY2YjgzZGE0MTAzYzM5NjhiZWVmYzdkZDI0Njg1NDM1ZDY1Njk4NmE4NDJl
11
+ OTdkMmRmMzgwNmQ5ODFhN2Y3YmFmMDZmMmUxNzVmNTkzNzkyZGI=
12
12
  data.tar.gz: !binary |-
13
- NGI1MTllMTUwYzdiNWNhM2I1YWFjMjRhY2ZhNGViNTMzMjVkYzk3NjJkZDNk
14
- Mjg2NDFjYTUxYTRlOGE2ZDliNTQyYmI3ZWY3ZGJjZjY1ZTYxODNjZGMyMmU4
15
- ZGIyZGUzOTRlYTZmOGEwZGJmMTE4NDQ1YjlkMmM5N2VhMWYzMTI=
13
+ MGM1ZGE2YjZlYzA4M2UwZjgyNjZkY2I4OGE4NmNhZDNhOGI4MzRjMDQ2ZDI0
14
+ N2Q5ZjBhN2Q4NjFlZWYxNjI5NDk3YWQyZWRlZjVkMDIwZDA4MzNmMDg2MTgy
15
+ ZGRhMTQ0NmQyNzhhMTNjZWE3YTEwYjkzZDUwOTIzODU1NTg2NDY=
@@ -2,7 +2,7 @@ require 'nokogiri'
2
2
 
3
3
  module Assembly
4
4
 
5
- SPECIAL_DPG_FOLDERS=['31','50'] # these special dpg folders will force any files contained in them into their own resources, regardless of filenaming convention
5
+ SPECIAL_DPG_FOLDERS=['31','44','50'] # these special dpg folders will force any files contained in them into their own resources, regardless of filenaming convention
6
6
  # these are used when :bundle=>:dpg only
7
7
 
8
8
  # This class generates content metadata for image files
@@ -3,7 +3,7 @@ module Assembly
3
3
 
4
4
  class ObjectFile
5
5
  # Project version number
6
- VERSION = "1.6.5"
6
+ VERSION = "1.6.6"
7
7
  end
8
8
 
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assembly-objectfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.5
4
+ version: 1.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Mangiafico
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-04-13 00:00:00.000000000 Z
14
+ date: 2015-07-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: mini_exiftool