assembly-objectfile 1.6.5 → 1.6.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTNlMzZjYTJkYjBmM2IyOWI2YzY1OTUxNDcyYjc4N2IwMGI2MzU5YQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzJjZWZiNzQwNzRiYThmMjlmMDEyODJjMGQ4OTM3ODc1MDRiODgyOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Y2E3NzZmNjRmZGUxMWEyZDIwY2QxMWFhYTAwYTE4YTY0NDhmMDQ2YWY0NDg1
|
10
|
+
MDY2YjgzZGE0MTAzYzM5NjhiZWVmYzdkZDI0Njg1NDM1ZDY1Njk4NmE4NDJl
|
11
|
+
OTdkMmRmMzgwNmQ5ODFhN2Y3YmFmMDZmMmUxNzVmNTkzNzkyZGI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
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
|
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.
|
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-
|
14
|
+
date: 2015-07-02 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: mini_exiftool
|